class DataDictData extends Object
数据字典-数据
| Type | Name and description |
|---|---|
static Object |
belongsTo上级数据节点:parent |
static Object |
constraints |
String |
createdBy |
DataDict |
dataDict所属的数据字典 |
Date |
dateCreated时间戳... |
Boolean |
disabled禁用 |
String |
extVal1扩展属性值,val1、val2 能容纳150个字符,val3、val4能容纳250个字符,extVal5 ~ extVal9能容纳500个字符,extVal10为text长度不限 |
String |
extVal10 |
String |
extVal2 |
String |
extVal3 |
String |
extVal4 |
String |
extVal5 |
String |
extVal6 |
String |
extVal7 |
String |
extVal8 |
String |
extVal9 |
String |
fullSequence全局排序号:暂时只考虑10级(0~9),即长度为30的字符串 |
String |
fullValue多层结构中,用/分隔的全路径值:仅当type为string时 |
static Object |
hasMany下级数据节点:children |
String |
key数据值代码 |
Date |
lastUpdated |
Integer |
level级别(多层结构) |
static Map |
listFields |
static Object |
mapping |
String |
notes备注 |
Integer |
sequence本数据字典中的排序 |
static Object |
transients |
String |
updatedBy |
String |
val数据的值 |
| Type | Name and description |
|---|---|
Object |
beforeInsert() |
Object |
beforeUpdate()自动更新 |
List<DataDictData> |
children()获得子节点列表 |
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
static Map |
getDictListFields()获取 request.listFields,使用字典的 code 作为命名空间 ns |
Object |
getExt1() |
Object |
getExt10() |
Object |
getExt2() |
Object |
getExt3() |
Object |
getExt4() |
Object |
getExt5() |
Object |
getExt6() |
Object |
getExt7() |
Object |
getExt8() |
Object |
getExt9() |
Object |
getValue() |
static void |
resetDictListFields() |
String |
toString() |
Object |
value()获得类型转换后的值 |
static Object |
value(Integer type, String val)获得类型转换后的值 |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
上级数据节点:parent
所属的数据字典
时间戳...
禁用
扩展属性值,val1、val2 能容纳150个字符,val3、val4能容纳250个字符,extVal5 ~ extVal9能容纳500个字符,extVal10为text长度不限
全局排序号:暂时只考虑10级(0~9),即长度为30的字符串
多层结构中,用/分隔的全路径值:仅当type为string时
下级数据节点:children
数据值代码
级别(多层结构)
备注
本数据字典中的排序
数据的值
自动更新
获得子节点列表
获取 request.listFields,使用字典的 code 作为命名空间 ns
获得类型转换后的值
获得类型转换后的值
注意机构、员工、身份类型的,返回的都是列表