public interface DictionaryItemEntity extends org.hswebframework.web.commons.entity.TreeSortSupportEntity<String>, org.hswebframework.web.dict.EnumDict<String>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
describe
说明
|
static String |
dictId
字典id
|
static String |
level
树结构层级
|
static String |
name
名称
|
static String |
parentId
父级选项
|
static String |
path
树编码
|
static String |
searchCode
快速搜索码
|
static String |
sortIndex
排序索引
|
static String |
status
是否启用
|
static String |
text
字典文本
|
static String |
value
字典值
|
static String |
valueType
字典值类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
default String |
getComments() |
String |
getDescribe() |
String |
getDictId() |
String |
getName() |
Integer |
getOrdinal() |
String |
getSearchCode() |
Byte |
getStatus() |
String |
getText() |
String |
getValue() |
String |
getValueType() |
default int |
ordinal() |
void |
setChildren(List<DictionaryItemEntity> children) |
void |
setDescribe(String describe)
设置 说明
|
void |
setDictId(String dictId)
设置 字典id
|
void |
setName(String name)
设置 名称
|
void |
setOrdinal(Integer ordinal) |
void |
setSearchCode(String searchCode)
设置 快速搜索码
|
void |
setStatus(Byte status)
设置 状态
|
void |
setText(String text)
设置 字典文本
|
void |
setValue(String value)
设置 字典值
|
void |
setValueType(String valueType)
设置 字典值类型
|
expandTree2List, expandTree2List, forEach, getChildren, getLevel, getParentId, getParentPath, getPath, list2tree, list2tree, list2tree, setLevel, setParentId, setPathcloneProperties, getId, getProperties, getProperty, getProperty, setId, setProperties, setProperty, toStringtryValidateString getDictId()
void setDictId(String dictId)
String getName()
void setName(String name)
void setValue(String value)
void setText(String text)
String getValueType()
void setValueType(String valueType)
Byte getStatus()
void setStatus(Byte status)
String getDescribe()
void setDescribe(String describe)
String getSearchCode()
void setSearchCode(String searchCode)
void setChildren(List<DictionaryItemEntity> children)
Integer getOrdinal()
void setOrdinal(Integer ordinal)
default int ordinal()
ordinal 在接口中 org.hswebframework.web.dict.EnumDict<String>Copyright © 2019. All rights reserved.