类 Department
java.lang.Object
xyz.raylab.support.mixin.Changeable
xyz.raylab.organization.domain.model.Department
public class Department
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 Department.DepartmentBuilderbuilder()changeCodeTo(String newCode) changeEnabledTo(Boolean newValue) changeNameTo(String newName) changeParentIdTo(String newParentId) changeSortNumberTo(Integer newSortNumber) getCode()编码从类继承的方法 xyz.raylab.support.mixin.Changeable
changePropertyTo, changePropertyTo, changePropertyTo, changePropertyTo, isChanged, propertyEquals, propertyNonEquals
-
构造器详细资料
-
Department
public Department()
-
-
方法详细资料
-
getCode
编码- 返回:
-
changeNameTo
-
changeCodeTo
-
changeEnabledTo
-
changeSortNumberTo
-
changeParentIdTo
-
builder
-