Class ModelEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineEntity
org.flowable.engine.impl.persistence.entity.ModelEntityImpl
- All Implemented Interfaces:
Serializable,HasRevision,Entity,ModelEntity,Model
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected Stringprotected IntegerFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getName()Returns a representation of the object, as would be stored in the database.booleanwhether this model has editor sourcebooleanwhether this model has editor source extravoidsetCategory(String category) voidsetCreateTime(Date createTime) voidsetDeploymentId(String deploymentId) voidsetEditorSourceExtraValueId(String editorSourceExtraValueId) voidsetEditorSourceValueId(String editorSourceValueId) voidvoidsetLastUpdateTime(Date lastUpdateTime) voidsetMetaInfo(String metaInfo) voidvoidsetTenantId(String tenantId) voidsetVersion(Integer version) Methods inherited from class org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
name
-
key
-
category
-
createTime
-
lastUpdateTime
-
version
-
metaInfo
-
deploymentId
-
editorSourceValueId
-
editorSourceExtraValueId
-
tenantId
-
-
Constructor Details
-
ModelEntityImpl
public ModelEntityImpl()
-
-
Method Details
-
getPersistentState
Description copied from interface:EntityReturns 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.- Specified by:
getPersistentStatein interfaceEntity
-
getName
-
setName
-
getKey
-
setKey
-
getCategory
- Specified by:
getCategoryin interfaceModel
-
setCategory
- Specified by:
setCategoryin interfaceModel
-
getCreateTime
- Specified by:
getCreateTimein interfaceModel
-
setCreateTime
- Specified by:
setCreateTimein interfaceModelEntity
-
getLastUpdateTime
- Specified by:
getLastUpdateTimein interfaceModel
-
setLastUpdateTime
- Specified by:
setLastUpdateTimein interfaceModelEntity
-
getVersion
- Specified by:
getVersionin interfaceModel
-
setVersion
- Specified by:
setVersionin interfaceModel
-
getMetaInfo
- Specified by:
getMetaInfoin interfaceModel
-
setMetaInfo
- Specified by:
setMetaInfoin interfaceModel
-
getDeploymentId
- Specified by:
getDeploymentIdin interfaceModel
-
setDeploymentId
- Specified by:
setDeploymentIdin interfaceModel
-
getEditorSourceValueId
- Specified by:
getEditorSourceValueIdin interfaceModelEntity
-
setEditorSourceValueId
- Specified by:
setEditorSourceValueIdin interfaceModelEntity
-
getEditorSourceExtraValueId
- Specified by:
getEditorSourceExtraValueIdin interfaceModelEntity
-
setEditorSourceExtraValueId
- Specified by:
setEditorSourceExtraValueIdin interfaceModelEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceModel
-
setTenantId
- Specified by:
setTenantIdin interfaceModel
-
hasEditorSource
public boolean hasEditorSource()Description copied from interface:Modelwhether this model has editor source- Specified by:
hasEditorSourcein interfaceModel
-
hasEditorSourceExtra
public boolean hasEditorSourceExtra()Description copied from interface:Modelwhether this model has editor source extra- Specified by:
hasEditorSourceExtrain interfaceModel
-