public class ModelEntityImpl extends Object implements ModelEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected Date |
createTime |
protected String |
deploymentId |
protected String |
editorSourceExtraValueId |
protected String |
editorSourceValueId |
protected String |
id |
protected String |
key |
protected Date |
lastUpdateTime |
protected String |
metaInfo |
protected String |
name |
protected int |
revision |
protected String |
tenantId |
protected Integer |
version |
| Constructor and Description |
|---|
ModelEntityImpl() |
protected String id
protected int revision
protected String name
protected String key
protected String category
protected Date createTime
protected Date lastUpdateTime
protected Integer version
protected String metaInfo
protected String deploymentId
protected String editorSourceValueId
protected String editorSourceExtraValueId
protected String tenantId
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic String getId()
public String getCategory()
getCategory in interface Modelpublic void setCategory(String category)
setCategory in interface Modelpublic Date getCreateTime()
getCreateTime in interface Modelpublic void setCreateTime(Date createTime)
setCreateTime in interface ModelEntitypublic Date getLastUpdateTime()
getLastUpdateTime in interface Modelpublic void setLastUpdateTime(Date lastUpdateTime)
setLastUpdateTime in interface ModelEntitypublic Integer getVersion()
getVersion in interface Modelpublic void setVersion(Integer version)
setVersion in interface Modelpublic String getMetaInfo()
getMetaInfo in interface Modelpublic void setMetaInfo(String metaInfo)
setMetaInfo in interface Modelpublic String getDeploymentId()
getDeploymentId in interface Modelpublic void setDeploymentId(String deploymentId)
setDeploymentId in interface Modelpublic String getEditorSourceValueId()
getEditorSourceValueId in interface ModelEntitypublic void setEditorSourceValueId(String editorSourceValueId)
setEditorSourceValueId in interface ModelEntitypublic String getEditorSourceExtraValueId()
getEditorSourceExtraValueId in interface ModelEntitypublic void setEditorSourceExtraValueId(String editorSourceExtraValueId)
setEditorSourceExtraValueId in interface ModelEntitypublic int getRevision()
getRevision in interface HasRevisionpublic int getRevisionNext()
getRevisionNext in interface HasRevisionpublic void setRevision(int revision)
setRevision in interface HasRevisionpublic String getTenantId()
getTenantId in interface Modelpublic void setTenantId(String tenantId)
setTenantId in interface Modelpublic boolean hasEditorSource()
ModelhasEditorSource in interface Modelpublic boolean hasEditorSourceExtra()
ModelhasEditorSourceExtra in interface ModelCopyright © 2015 Alfresco. All rights reserved.