public class SimpleDictionaryEntity extends org.hswebframework.web.commons.entity.SimpleGenericEntity<String> implements DictionaryEntity
| 构造器和说明 |
|---|
SimpleDictionaryEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClassifiedId() |
Long |
getCreateTime() |
String |
getCreatorId() |
String |
getDescribe() |
List<DictionaryItemEntity> |
getItems() |
String |
getName() |
Byte |
getStatus() |
void |
setClassifiedId(String classifiedId)
设置 分类id
|
void |
setCreateTime(Long createTime)
设置 创建时间
|
void |
setCreatorId(String creatorId)
设置 创建人id
|
void |
setDescribe(String describe)
设置 说明
|
void |
setItems(List<DictionaryItemEntity> items) |
void |
setName(String name)
设置 字典名称
|
void |
setStatus(Byte status)
设置 状态
|
clone, getId, getProperties, getProperty, getProperty, setId, setProperties, setProperty, toStringcloneProperties, getId, getProperties, getProperty, getProperty, setId, setProperties, setProperty, toStringtryValidatepublic String getName()
getName 在接口中 DictionaryEntitypublic void setName(String name)
setName 在接口中 DictionaryEntitypublic String getClassifiedId()
getClassifiedId 在接口中 DictionaryEntitypublic void setClassifiedId(String classifiedId)
setClassifiedId 在接口中 DictionaryEntitypublic String getDescribe()
getDescribe 在接口中 DictionaryEntitypublic void setDescribe(String describe)
setDescribe 在接口中 DictionaryEntitypublic 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 Byte getStatus()
getStatus 在接口中 DictionaryEntitypublic void setStatus(Byte status)
setStatus 在接口中 DictionaryEntitypublic List<DictionaryItemEntity> getItems()
getItems 在接口中 DictionaryEntitypublic void setItems(List<DictionaryItemEntity> items)
setItems 在接口中 DictionaryEntityCopyright © 2016–2019. All rights reserved.