org.exoplatform.services.organization.rest
Class GroupInfo

java.lang.Object
  extended by org.exoplatform.services.organization.rest.GroupInfo

public class GroupInfo
extends java.lang.Object

Created by The eXo Platform SARL. Author : Volodymyr Krasnikov volodymyr.krasnikov@exoplatform.com.ua


Constructor Summary
GroupInfo()
          Default constructor.
GroupInfo(org.exoplatform.services.organization.Group group, java.util.Collection<org.exoplatform.services.organization.User> members)
           
 
Method Summary
 org.exoplatform.services.organization.Group getGroup()
           
 java.util.Collection<org.exoplatform.services.organization.User> getMembers()
           
 void setGroup(org.exoplatform.services.organization.Group value)
           
 void setMembers(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

GroupInfo

public GroupInfo()
Default constructor.


GroupInfo

public GroupInfo(org.exoplatform.services.organization.Group group,
                 java.util.Collection<org.exoplatform.services.organization.User> members)
Parameters:
group - the Group
members - the members of group
Method Detail

getGroup

public org.exoplatform.services.organization.Group getGroup()
Returns:
the group

setGroup

public void setGroup(org.exoplatform.services.organization.Group value)
Parameters:
value - the group

getMembers

public java.util.Collection<org.exoplatform.services.organization.User> getMembers()
Returns:
the members of group

setMembers

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


Copyright © 2012 eXo Platform SAS. All Rights Reserved.