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 -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Role.Builderbuilder()intvoidsetChildren(List<Role> children) voidsetMenuId(int menuId) voidsetPermissionKits(List<PermissionKit> permissionKits) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods 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:
getChildrenin interfaceTreeNode<Role>
-
setChildren
-
getPermissionKits
-
setPermissionKits
-
getMenuId
public int getMenuId() -
setMenuId
public void setMenuId(int menuId) -
builder
-