Interface ModelEntity
-
- All Superinterfaces:
Entity,HasRevision,Model
- All Known Implementing Classes:
ModelEntityImpl
@Internal public interface ModelEntity extends Model, HasRevision, Entity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEditorSourceExtraValueId()java.lang.StringgetEditorSourceValueId()voidsetCreateTime(java.util.Date createTime)voidsetEditorSourceExtraValueId(java.lang.String editorSourceExtraValueId)voidsetEditorSourceValueId(java.lang.String editorSourceValueId)voidsetLastUpdateTime(java.util.Date lastUpdateTime)-
Methods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdated
-
Methods inherited from interface org.activiti.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Methods inherited from interface org.activiti.engine.repository.Model
getCategory, getCreateTime, getDeploymentId, getId, getKey, getLastUpdateTime, getMetaInfo, getName, getTenantId, getVersion, hasEditorSource, hasEditorSourceExtra, setCategory, setDeploymentId, setKey, setMetaInfo, setName, setTenantId, setVersion
-
-
-
-
Method Detail
-
setCreateTime
void setCreateTime(java.util.Date createTime)
-
setLastUpdateTime
void setLastUpdateTime(java.util.Date lastUpdateTime)
-
getEditorSourceValueId
java.lang.String getEditorSourceValueId()
-
setEditorSourceValueId
void setEditorSourceValueId(java.lang.String editorSourceValueId)
-
getEditorSourceExtraValueId
java.lang.String getEditorSourceExtraValueId()
-
setEditorSourceExtraValueId
void setEditorSourceExtraValueId(java.lang.String editorSourceExtraValueId)
-
-