org.exoplatform.services.organization.rest.json
Class GroupListBean
java.lang.Object
org.exoplatform.services.organization.rest.json.GroupListBean
public class GroupListBean
- extends java.lang.Object
Created by The eXo Platform SARL
Author : Volodymyr Krasnikov
volodymyr.krasnikov@exoplatform.com.ua
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.util.Collection<org.exoplatform.services.organization.Group> |
getGroups()
|
int |
hashCode()
|
void |
setGroups(java.util.Collection<org.exoplatform.services.organization.Group> groupList)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
GroupListBean
public GroupListBean()
GroupListBean
public GroupListBean(java.util.Collection<org.exoplatform.services.organization.Group> groupList)
getGroups
public java.util.Collection<org.exoplatform.services.organization.Group> getGroups()
setGroups
public void setGroups(java.util.Collection<org.exoplatform.services.organization.Group> groupList)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2011 eXo Platform SAS. All Rights Reserved.