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
另请参见:
序列化表格

字段摘要
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  Integer version
           
 
构造方法摘要
ModelEntity()
           
 
方法摘要
 String getCategory()
           
 Date getCreateTime()
           
 String getDeploymentId()
           
 String getEditorSourceExtraValueId()
           
 String getEditorSourceValueId()
           
 String getId()
           
 String getKey()
           
 Date getLastUpdateTime()
           
 String getMetaInfo()
           
 String getName()
           
 Object getPersistentState()
          Returns a representation of the object, as would be stored in the database.
 int getRevision()
           
 int getRevisionNext()
           
 Integer getVersion()
           
 void setCategory(String category)
           
 void setCreateTime(Date createTime)
           
 void setDeploymentId(String deploymentId)
           
 void setEditorSourceExtraValueId(String editorSourceExtraValueId)
           
 void setEditorSourceValueId(String editorSourceValueId)
           
 void setId(String id)
           
 void setKey(String key)
           
 void setLastUpdateTime(Date lastUpdateTime)
           
 void setMetaInfo(String metaInfo)
           
 void setName(String name)
           
 void setRevision(int revision)
           
 void setVersion(Integer version)
           
 
从类 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.