public class SimpleDictionaryParserEntity extends org.hswebframework.web.commons.entity.SimpleGenericEntity<String> implements DictionaryParserEntity
| 构造器和说明 |
|---|
SimpleDictionaryParserEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClassifiedId() |
Long |
getCreateTime() |
String |
getCreatorId() |
String |
getDescribe() |
String |
getName() |
String |
getOnError() |
String |
getTextToValueParser() |
Long |
getUpdateTime() |
String |
getValueToTextParser() |
void |
setClassifiedId(String classifiedId)
设置 分类id
|
void |
setCreateTime(Long createTime)
设置 创建时间
|
void |
setCreatorId(String creatorId)
设置 创建人id
|
void |
setDescribe(String describe)
设置 说明
|
void |
setName(String name)
设置 名称
|
void |
setOnError(String onError)
设置 转换失败时的操作
|
void |
setTextToValueParser(String textToValueParser)
设置 文本到值转换方式
|
void |
setUpdateTime(Long updateTime)
设置 更新时间
|
void |
setValueToTextParser(String valueToTextParser)
设置 值到文本转换方式
|
clone, getId, getProperties, getProperty, getProperty, setId, setProperties, setProperty, toStringcloneProperties, getId, getProperties, getProperty, getProperty, setId, setProperties, setProperty, toStringtryValidatepublic String getValueToTextParser()
getValueToTextParser 在接口中 DictionaryParserEntitypublic void setValueToTextParser(String valueToTextParser)
setValueToTextParser 在接口中 DictionaryParserEntitypublic String getTextToValueParser()
getTextToValueParser 在接口中 DictionaryParserEntitypublic void setTextToValueParser(String textToValueParser)
setTextToValueParser 在接口中 DictionaryParserEntitypublic String getOnError()
getOnError 在接口中 DictionaryParserEntitypublic void setOnError(String onError)
setOnError 在接口中 DictionaryParserEntitypublic Long getCreateTime()
getCreateTime 在接口中 org.hswebframework.web.commons.entity.RecordCreationEntitypublic void setCreateTime(Long createTime)
setCreateTime 在接口中 org.hswebframework.web.commons.entity.RecordCreationEntitypublic String getCreatorId()
getCreatorId 在接口中 org.hswebframework.web.commons.entity.RecordCreationEntitypublic void setCreatorId(String creatorId)
setCreatorId 在接口中 org.hswebframework.web.commons.entity.RecordCreationEntitypublic Long getUpdateTime()
getUpdateTime 在接口中 DictionaryParserEntitypublic void setUpdateTime(Long updateTime)
setUpdateTime 在接口中 DictionaryParserEntitypublic String getName()
getName 在接口中 DictionaryParserEntitypublic void setName(String name)
setName 在接口中 DictionaryParserEntitypublic String getDescribe()
getDescribe 在接口中 DictionaryParserEntitypublic void setDescribe(String describe)
setDescribe 在接口中 DictionaryParserEntitypublic String getClassifiedId()
getClassifiedId 在接口中 DictionaryParserEntitypublic void setClassifiedId(String classifiedId)
setClassifiedId 在接口中 DictionaryParserEntityCopyright © 2018. All rights reserved.