类 DictDataVo
java.lang.Object
cn.sinozg.applet.common.core.model.DictDataVo
字典数据表表
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明获取 样式属性(其他样式扩展)获取 字典标签获取 字典排序获取 字典类型获取 字典键值获取 编码名称getId()获取 字典编码获取 是否默认(Y是 N否)获取 表格回显样式voidsetCssClass(String cssClass) 设置 样式属性(其他样式扩展)voidsetDictLabel(String dictLabel) 设置 字典标签voidsetDictSort(Integer dictSort) 设置 字典排序voidsetDictType(String dictType) 设置 字典类型voidsetDictValue(String dictValue) 设置 字典键值voidsetI18nLabel(I18nName i18nLabel) 设置 编码名称void设置 字典编码voidsetIsDefault(String isDefault) 设置 是否默认(Y是 N否)voidsetListClass(String listClass) 设置 表格回显样式
-
字段详细资料
-
id
字典编码 -
dictSort
字典排序 -
dictLabel
字典标签 -
i18nLabel
编码名称 -
dictValue
字典键值 -
dictType
字典类型 -
cssClass
样式属性(其他样式扩展) -
listClass
表格回显样式 -
isDefault
是否默认(Y是 N否)
-
-
构造器详细资料
-
DictDataVo
public DictDataVo()
-
-
方法详细资料
-
getId
获取 字典编码- 返回:
- id 字典编码
-
setId
设置 字典编码- 参数:
id- 字典编码
-
getDictSort
获取 字典排序- 返回:
- dictSort 字典排序
-
setDictSort
设置 字典排序- 参数:
dictSort- 字典排序
-
getDictLabel
获取 字典标签- 返回:
- dictLabel 字典标签
-
setDictLabel
设置 字典标签- 参数:
dictLabel- 字典标签
-
getI18nLabel
获取 编码名称- 返回:
- i18nLabel 编码名称
-
setI18nLabel
设置 编码名称- 参数:
i18nLabel- 编码名称
-
getDictValue
获取 字典键值- 返回:
- dictValue 字典键值
-
setDictValue
设置 字典键值- 参数:
dictValue- 字典键值
-
getDictType
获取 字典类型- 返回:
- dictType 字典类型
-
setDictType
设置 字典类型- 参数:
dictType- 字典类型
-
getCssClass
获取 样式属性(其他样式扩展)- 返回:
- cssClass 样式属性(其他样式扩展)
-
setCssClass
设置 样式属性(其他样式扩展)- 参数:
cssClass- 样式属性(其他样式扩展)
-
getListClass
获取 表格回显样式- 返回:
- listClass 表格回显样式
-
setListClass
设置 表格回显样式- 参数:
listClass- 表格回显样式
-
getIsDefault
获取 是否默认(Y是 N否)- 返回:
- isDefault 是否默认(Y是 N否)
-
setIsDefault
设置 是否默认(Y是 N否)- 参数:
isDefault- 是否默认(Y是 N否)
-