Class GroupHierarchyBean
java.lang.Object
com.appiancorp.suiteapi.personalization.GroupHierarchyBean
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setGroupId
(Long groupId_) void
setGroupName
(String groupName_) void
setGroupTypeId
(Long groupTypeId_) void
setHasChildren
(boolean hasChildren_)
-
Field Details
-
SORT_BY_ID
-
SORT_BY_TYPE_ID
-
SORT_BY_NAME
-
SORT_BY_HAS_CHILDREN
-
-
Constructor Details
-
GroupHierarchyBean
public GroupHierarchyBean()
-
-
Method Details
-
getGroupId
- Returns:
- Returns the groupId.
-
setGroupId
- Parameters:
groupId_
- The groupId to set.
-
getGroupName
- Returns:
- Returns the groupName.
-
setGroupName
- Parameters:
groupName_
- The groupName to set.
-
getGroupTypeId
- Returns:
- Returns the groupTypeId.
-
setGroupTypeId
- 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.
-