Class GroupHierarchyBean

java.lang.Object
com.appiancorp.suiteapi.personalization.GroupHierarchyBean

public class GroupHierarchyBean extends Object
  • Field Details

    • SORT_BY_ID

      public static final Integer SORT_BY_ID
    • SORT_BY_TYPE_ID

      public static final Integer SORT_BY_TYPE_ID
    • SORT_BY_NAME

      public static final Integer SORT_BY_NAME
    • SORT_BY_HAS_CHILDREN

      public static final Integer SORT_BY_HAS_CHILDREN
  • Constructor Details

    • GroupHierarchyBean

      public GroupHierarchyBean()
  • Method Details

    • getGroupId

      public Long getGroupId()
      Returns:
      Returns the groupId.
    • setGroupId

      public void setGroupId(Long groupId_)
      Parameters:
      groupId_ - The groupId to set.
    • getGroupName

      public String getGroupName()
      Returns:
      Returns the groupName.
    • setGroupName

      public void setGroupName(String groupName_)
      Parameters:
      groupName_ - The groupName to set.
    • getGroupTypeId

      public Long getGroupTypeId()
      Returns:
      Returns the groupTypeId.
    • setGroupTypeId

      public void setGroupTypeId(Long groupTypeId_)
      Parameters:
      groupTypeId_ - The groupTypeId to set.
    • isHasChildren

      public boolean isHasChildren()
      Returns:
      Returns the hasChildren.
    • setHasChildren

      public void setHasChildren(boolean hasChildren_)
      Parameters:
      hasChildren_ - The hasChildren to set.