org.exoplatform.services.organization.rest.json
Class Count

java.lang.Object
  extended by org.exoplatform.services.organization.rest.json.Count

public class Count
extends java.lang.Object

Wrapper for collection. JSON-bean framework can serialize it to json.


Constructor Summary
Count()
          Default constructor.
Count(int count)
           
 
Method Summary
 int getCount()
           
 void setCount(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Count

public Count()
Default constructor.


Count

public Count(int count)
Parameters:
count - the count
Method Detail

getCount

public int getCount()
Returns:
the count

setCount

public void setCount(int value)
Parameters:
value - the count


Copyright © 2011 eXo Platform SAS. All Rights Reserved.