public class SimpleConfigEntity extends org.hswebframework.web.commons.entity.SimpleGenericEntity<String> implements ConfigEntity
| 构造器和说明 |
|---|
SimpleConfigEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
ConfigEntity |
addContent(String key,
Object value,
String comment) |
SimpleConfigEntity |
clone() |
ConfigContent |
get(String key) |
String |
getClassifiedId()
获取分类ID
|
List<ConfigContent> |
getContent()
获取 配置内容
|
Long |
getCreateTime() |
String |
getCreatorId() |
String |
getRemark()
获取 备注
|
Long |
getUpdateTime()
获取 最后一次修改日期
|
void |
setClassifiedId(String classifiedId)
设置分类ID
|
void |
setContent(List<ConfigContent> content)
设置 配置内容
|
void |
setCreateTime(Long createTime) |
void |
setCreatorId(String creatorId) |
void |
setRemark(String remark)
设置 备注
|
void |
setUpdateTime(Long updateTime)
设置 最后一次修改日期
|
getId, getProperties, getProperty, getProperty, setId, setProperties, setProperty, toStringpublic String getCreatorId()
getCreatorId 在接口中 org.hswebframework.web.commons.entity.RecordCreationEntitypublic void setCreatorId(String creatorId)
setCreatorId 在接口中 org.hswebframework.web.commons.entity.RecordCreationEntitypublic String getRemark()
ConfigEntitygetRemark 在接口中 ConfigEntitypublic void setRemark(String remark)
ConfigEntitysetRemark 在接口中 ConfigEntityremark - 备注public List<ConfigContent> getContent()
ConfigEntitygetContent 在接口中 ConfigEntitypublic ConfigEntity addContent(String key, Object value, String comment)
addContent 在接口中 ConfigEntitypublic ConfigContent get(String key)
get 在接口中 ConfigEntitypublic void setContent(List<ConfigContent> content)
ConfigEntitysetContent 在接口中 ConfigEntitycontent - 配置内容public Long getCreateTime()
getCreateTime 在接口中 org.hswebframework.web.commons.entity.RecordCreationEntitypublic void setCreateTime(Long createTime)
setCreateTime 在接口中 org.hswebframework.web.commons.entity.RecordCreationEntitypublic Long getUpdateTime()
ConfigEntitygetUpdateTime 在接口中 ConfigEntitypublic void setUpdateTime(Long updateTime)
ConfigEntitysetUpdateTime 在接口中 ConfigEntityupdateTime - 最后一次修改日期public String getClassifiedId()
ConfigEntitygetClassifiedId 在接口中 ConfigEntitypublic void setClassifiedId(String classifiedId)
ConfigEntitysetClassifiedId 在接口中 ConfigEntityclassifiedId - 分类IDpublic SimpleConfigEntity clone()
clone 在接口中 org.hswebframework.web.commons.entity.CloneableEntityclone 在类中 org.hswebframework.web.commons.entity.SimpleGenericEntity<String>Copyright © 2016–2019. All rights reserved.