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()
Entity
getPersistentState
in interface Entity
public String getId()
public String getCategory()
getCategory
in interface Model
public void setCategory(String category)
setCategory
in interface Model
public Date getCreateTime()
getCreateTime
in interface Model
public void setCreateTime(Date createTime)
setCreateTime
in interface ModelEntity
public Date getLastUpdateTime()
getLastUpdateTime
in interface Model
public void setLastUpdateTime(Date lastUpdateTime)
setLastUpdateTime
in interface ModelEntity
public Integer getVersion()
getVersion
in interface Model
public void setVersion(Integer version)
setVersion
in interface Model
public String getMetaInfo()
getMetaInfo
in interface Model
public void setMetaInfo(String metaInfo)
setMetaInfo
in interface Model
public String getDeploymentId()
getDeploymentId
in interface Model
public void setDeploymentId(String deploymentId)
setDeploymentId
in interface Model
public String getEditorSourceValueId()
getEditorSourceValueId
in interface ModelEntity
public void setEditorSourceValueId(String editorSourceValueId)
setEditorSourceValueId
in interface ModelEntity
public String getEditorSourceExtraValueId()
getEditorSourceExtraValueId
in interface ModelEntity
public void setEditorSourceExtraValueId(String editorSourceExtraValueId)
setEditorSourceExtraValueId
in interface ModelEntity
public int getRevision()
getRevision
in interface HasRevision
public int getRevisionNext()
getRevisionNext
in interface HasRevision
public void setRevision(int revision)
setRevision
in interface HasRevision
public String getTenantId()
getTenantId
in interface Model
public void setTenantId(String tenantId)
setTenantId
in interface Model
public boolean hasEditorSource()
Model
hasEditorSource
in interface Model
public boolean hasEditorSourceExtra()
Model
hasEditorSourceExtra
in interface Model
Copyright © 2015 Alfresco. All rights reserved.