public class GroupHierarchyBean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
SORT_BY_HAS_CHILDREN |
static java.lang.Integer |
SORT_BY_ID |
static java.lang.Integer |
SORT_BY_NAME |
static java.lang.Integer |
SORT_BY_TYPE_ID |
Constructor and Description |
---|
GroupHierarchyBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getGroupId() |
java.lang.String |
getGroupName() |
java.lang.Long |
getGroupTypeId() |
boolean |
isHasChildren() |
void |
setGroupId(java.lang.Long groupId_) |
void |
setGroupName(java.lang.String groupName_) |
void |
setGroupTypeId(java.lang.Long groupTypeId_) |
void |
setHasChildren(boolean hasChildren_) |
public static final java.lang.Integer SORT_BY_ID
public static final java.lang.Integer SORT_BY_TYPE_ID
public static final java.lang.Integer SORT_BY_NAME
public static final java.lang.Integer SORT_BY_HAS_CHILDREN
public java.lang.Long getGroupId()
public void setGroupId(java.lang.Long groupId_)
groupId_
- The groupId to set.public java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName_)
groupName_
- The groupName to set.public java.lang.Long getGroupTypeId()
public void setGroupTypeId(java.lang.Long groupTypeId_)
groupTypeId_
- The groupTypeId to set.public boolean isHasChildren()
public void setHasChildren(boolean hasChildren_)
hasChildren_
- The hasChildren to set.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.