Class GroupRestEntity

java.lang.Object
org.exoplatform.portal.rest.model.GroupRestEntity

public class GroupRestEntity extends Object
  • Constructor Details

    • GroupRestEntity

      public GroupRestEntity()
    • GroupRestEntity

      public GroupRestEntity(org.exoplatform.services.organization.Group group)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • getGroupName

      public String getGroupName()
    • setGroupName

      public void setGroupName(String groupName)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getChildren

      public List<GroupRestEntity> getChildren()
    • setChildren

      public void setChildren(List<GroupRestEntity> children)
    • addChild

      public void addChild(GroupRestEntity child)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object