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

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

public class Users
extends java.lang.Object

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


Constructor Summary
Users()
           
Users(java.util.Collection<org.exoplatform.services.organization.User> users)
           
 
Method Summary
 java.util.Collection<org.exoplatform.services.organization.User> getUsers()
           
 void setUsers(java.util.Collection<org.exoplatform.services.organization.User> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Users

public Users()

Users

public Users(java.util.Collection<org.exoplatform.services.organization.User> users)
Parameters:
users - the collection of org.exoplatform.services.organization.User;
Method Detail

getUsers

public java.util.Collection<org.exoplatform.services.organization.User> getUsers()
Returns:
the collection of org.exoplatform.services.organization.User

setUsers

public void setUsers(java.util.Collection<org.exoplatform.services.organization.User> value)
Parameters:
value - the collection of org.exoplatform.services.organization.User


Copyright © 2012 eXo Platform SAS. All Rights Reserved.