类 Permission
java.lang.Object
xyz.raylab.support.mixin.Changeable
xyz.raylab.permission.domain.model.Permission
public class Permission
extends xyz.raylab.support.mixin.Changeable
权限
- 作者:
- ray_kwan
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 xyz.raylab.support.mixin.Changeable
xyz.raylab.support.mixin.Changeable.Emptiable, xyz.raylab.support.mixin.Changeable.Nullable -
字段概要
从类继承的字段 xyz.raylab.support.mixin.Changeable
changed -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Permission.PermissionBuilderbuilder()changeCategoryTo(PermissionCategory newCategory) changeControlStrategyTo(PermissionControlStrategy newControlStrategy) changeEnabledTo(Boolean newValue) changeIdCodeTo(String newIdCode) changeNameTo(String newName) changeParentIdTo(String newParentId) changeSortNumberTo(Integer newSortNumber) 识别码从类继承的方法 xyz.raylab.support.mixin.Changeable
changePropertyTo, changePropertyTo, changePropertyTo, changePropertyTo, isChanged, propertyEquals, propertyNonEquals
-
构造器详细资料
-
Permission
public Permission()
-
-
方法详细资料
-
getIdCode
识别码- 返回:
-
changeNameTo
-
changeIdCodeTo
-
changeEnabledTo
-
changeControlStrategyTo
-
changeCategoryTo
-
changeSortNumberTo
-
changeParentIdTo
-
builder
-