org.activiti.engine.impl.persistence.entity
类 ModelEntity
java.lang.Object
org.activiti.engine.impl.persistence.entity.ModelEntity
- 所有已实现的接口:
- Serializable, HasRevision, PersistentObject, Model
public class ModelEntity
- extends Object
- implements Serializable, Model, HasRevision, PersistentObject
- 作者:
- Tijs Rademakers, Joram Barrez
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
revision
protected int revision
name
protected String name
key
protected String key
category
protected String category
createTime
protected Date createTime
lastUpdateTime
protected Date lastUpdateTime
version
protected Integer version
metaInfo
protected String metaInfo
deploymentId
protected String deploymentId
editorSourceValueId
protected String editorSourceValueId
editorSourceExtraValueId
protected String editorSourceExtraValueId
ModelEntity
public ModelEntity()
getPersistentState
public Object getPersistentState()
- 从接口
PersistentObject
复制的描述
- Returns a representation of the object,
as would be stored in the database.
Used when deciding if updates have
occurred to the object or not since
it was last loaded.
- 指定者:
- 接口
PersistentObject
中的 getPersistentState
getId
public String getId()
- 指定者:
- 接口
PersistentObject
中的 getId
- 指定者:
- 接口
Model
中的 getId
setId
public void setId(String id)
- 指定者:
- 接口
PersistentObject
中的 setId
getName
public String getName()
- 指定者:
- 接口
Model
中的 getName
setName
public void setName(String name)
- 指定者:
- 接口
Model
中的 setName
getKey
public String getKey()
- 指定者:
- 接口
Model
中的 getKey
setKey
public void setKey(String key)
- 指定者:
- 接口
Model
中的 setKey
getCategory
public String getCategory()
- 指定者:
- 接口
Model
中的 getCategory
setCategory
public void setCategory(String category)
- 指定者:
- 接口
Model
中的 setCategory
getCreateTime
public Date getCreateTime()
- 指定者:
- 接口
Model
中的 getCreateTime
setCreateTime
public void setCreateTime(Date createTime)
getLastUpdateTime
public Date getLastUpdateTime()
- 指定者:
- 接口
Model
中的 getLastUpdateTime
setLastUpdateTime
public void setLastUpdateTime(Date lastUpdateTime)
getVersion
public Integer getVersion()
- 指定者:
- 接口
Model
中的 getVersion
setVersion
public void setVersion(Integer version)
- 指定者:
- 接口
Model
中的 setVersion
getMetaInfo
public String getMetaInfo()
- 指定者:
- 接口
Model
中的 getMetaInfo
setMetaInfo
public void setMetaInfo(String metaInfo)
- 指定者:
- 接口
Model
中的 setMetaInfo
getDeploymentId
public String getDeploymentId()
- 指定者:
- 接口
Model
中的 getDeploymentId
setDeploymentId
public void setDeploymentId(String deploymentId)
- 指定者:
- 接口
Model
中的 setDeploymentId
getEditorSourceValueId
public String getEditorSourceValueId()
setEditorSourceValueId
public void setEditorSourceValueId(String editorSourceValueId)
getEditorSourceExtraValueId
public String getEditorSourceExtraValueId()
setEditorSourceExtraValueId
public void setEditorSourceExtraValueId(String editorSourceExtraValueId)
getRevision
public int getRevision()
- 指定者:
- 接口
HasRevision
中的 getRevision
getRevisionNext
public int getRevisionNext()
- 指定者:
- 接口
HasRevision
中的 getRevisionNext
setRevision
public void setRevision(int revision)
- 指定者:
- 接口
HasRevision
中的 setRevision
Copyright © 2013 Alfresco. All rights reserved.