Class Role
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.module.common.bean.Role
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
,TreeNode<Role>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Role.Builder
builder()
int
void
setChildren
(List<Role> children) void
setMenuId
(int menuId) void
setPermissionKits
(List<PermissionKit> permissionKits) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
Role
public Role() -
Role
-
-
Method Details
-
getChildren
- Specified by:
getChildren
in interfaceTreeNode<Role>
-
setChildren
-
getPermissionKits
-
setPermissionKits
-
getMenuId
public int getMenuId() -
setMenuId
public void setMenuId(int menuId) -
builder
-