Class GroupNodeEntity
- java.lang.Object
-
- org.exoplatform.social.rest.entity.BaseEntity
-
- org.exoplatform.social.rest.entity.GroupNodeEntity
-
- All Implemented Interfaces:
Serializable
public class GroupNodeEntity extends BaseEntity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupNodeEntity()GroupNodeEntity(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChildGroupNodes()StringgetGroupName()StringgetIsBound()StringgetParentId()GroupNodeEntitysetBound(boolean bound)GroupNodeEntitysetChildGroupNodesEntities(List<DataEntity> childrenEntities)GroupNodeEntitysetGroupName(String groupName)GroupNodeEntitysetParentId(String parentId)-
Methods inherited from class org.exoplatform.social.rest.entity.BaseEntity
getDataEntity, getHref, getId, getLastUpdatedTime, getProperty, getString, setDataEntity, setHref, setId, setLastUpdatedTime, setProperty, toJSONObject, toString
-
-
-
-
Constructor Detail
-
GroupNodeEntity
public GroupNodeEntity()
-
GroupNodeEntity
public GroupNodeEntity(String id)
-
-
Method Detail
-
setGroupName
public GroupNodeEntity setGroupName(String groupName)
-
getGroupName
public String getGroupName()
-
setParentId
public GroupNodeEntity setParentId(String parentId)
-
getParentId
public String getParentId()
-
setBound
public GroupNodeEntity setBound(boolean bound)
-
getIsBound
public String getIsBound()
-
setChildGroupNodesEntities
public GroupNodeEntity setChildGroupNodesEntities(List<DataEntity> childrenEntities)
-
getChildGroupNodes
public String getChildGroupNodes()
-
-