public interface OrganizationalEntity extends org.hswebframework.web.commons.entity.TreeSortSupportEntity<String>, DistrictAttachEntity, OrgAttachEntity
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
code
机构编码
|
static String |
fullName
全称
|
static String |
level
级别
|
static String |
name
名称
|
static String |
optionalRoles
可选角色
|
static String |
parentId
上级机构id
|
static String |
path
树定位码
|
static String |
sortIndex
树结构编码
|
static String |
status
状态
|
districtIdorgId| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getFullName() |
String |
getName() |
List<String> |
getOptionalRoles()
已过时。
|
default String |
getOrgId() |
default String |
getOrgIdProperty() |
Byte |
getStatus() |
void |
setChildren(List<OrganizationalEntity> children) |
void |
setCode(String code)
设置 机构编码
|
void |
setFullName(String fullName)
设置 全称
|
void |
setName(String name)
设置 名称
|
void |
setOptionalRoles(List<String> optionalRoles)
已过时。
|
default void |
setOrgId(String orgId) |
void |
setStatus(Byte status) |
expandTree2List, expandTree2List, forEach, getChildren, getLevel, getParentId, getParentPath, getPath, list2tree, list2tree, list2tree, setLevel, setParentId, setPathcloneProperties, getId, getProperties, getProperty, getProperty, setId, setProperties, setProperty, toStringcompareTo, getSortIndex, setSortIndexgetDistrictId, getDistrictIdProperty, setDistrictIdString getName()
void setName(String name)
String getFullName()
void setFullName(String fullName)
String getCode()
void setCode(String code)
@Deprecated List<String> getOptionalRoles()
@Deprecated void setOptionalRoles(List<String> optionalRoles)
void setChildren(List<OrganizationalEntity> children)
Byte getStatus()
void setStatus(Byte status)
default String getOrgId()
getOrgId 在接口中 OrgAttachEntitydefault void setOrgId(String orgId)
setOrgId 在接口中 OrgAttachEntitydefault String getOrgIdProperty()
getOrgIdProperty 在接口中 OrgAttachEntityCopyright © 2016–2019. All rights reserved.