Class GroupRight
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.kernel.bgsecure.common.bean.GroupRight
- All Implemented Interfaces:
java.io.Serializable,Idable,Node<GroupRight>,TreeNode<GroupRight>
public class GroupRight extends Id implements Node<GroupRight>
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GroupRight() -
Method Summary
Modifier and Type Method Description java.util.List<GroupRight>getChildren()java.lang.StringgetModule()intgetModuleId()intgetParentId()java.lang.StringgetTitle()RightTypegetType()voidsetChildren(java.util.List<GroupRight> children)voidsetModule(java.lang.String module)voidsetModuleId(int moduleId)voidsetParentId(int parentId)voidsetTitle(java.lang.String title)voidsetType(RightType type)Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
GroupRight
public GroupRight()
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin interfaceTreeNode<GroupRight>
-
setChildren
- Specified by:
setChildrenin interfaceNode<GroupRight>
-
getParentId
public int getParentId()- Specified by:
getParentIdin interfaceNode<GroupRight>
-
setParentId
public void setParentId(int parentId) -
getModuleId
public int getModuleId() -
setModuleId
public void setModuleId(int moduleId) -
getTitle
public java.lang.String getTitle() -
setTitle
public void setTitle(java.lang.String title) -
getModule
public java.lang.String getModule() -
setModule
public void setModule(java.lang.String module) -
getType
-
setType
-