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 String
protected Date
protected String
protected String
protected String
protected String
protected Date
protected String
protected String
protected String
protected Integer
Fields 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.boolean
whether this model has editor sourceboolean
whether this model has editor source extravoid
setCategory
(String category) void
setCreateTime
(Date createTime) void
setDeploymentId
(String deploymentId) void
setEditorSourceExtraValueId
(String editorSourceExtraValueId) void
setEditorSourceValueId
(String editorSourceValueId) void
void
setLastUpdateTime
(Date lastUpdateTime) void
setMetaInfo
(String metaInfo) void
void
setTenantId
(String tenantId) void
setVersion
(Integer version) Methods inherited from class org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods 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:Entity
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.- Specified by:
getPersistentState
in interfaceEntity
-
getName
-
setName
-
getKey
-
setKey
-
getCategory
- Specified by:
getCategory
in interfaceModel
-
setCategory
- Specified by:
setCategory
in interfaceModel
-
getCreateTime
- Specified by:
getCreateTime
in interfaceModel
-
setCreateTime
- Specified by:
setCreateTime
in interfaceModelEntity
-
getLastUpdateTime
- Specified by:
getLastUpdateTime
in interfaceModel
-
setLastUpdateTime
- Specified by:
setLastUpdateTime
in interfaceModelEntity
-
getVersion
- Specified by:
getVersion
in interfaceModel
-
setVersion
- Specified by:
setVersion
in interfaceModel
-
getMetaInfo
- Specified by:
getMetaInfo
in interfaceModel
-
setMetaInfo
- Specified by:
setMetaInfo
in interfaceModel
-
getDeploymentId
- Specified by:
getDeploymentId
in interfaceModel
-
setDeploymentId
- Specified by:
setDeploymentId
in interfaceModel
-
getEditorSourceValueId
- Specified by:
getEditorSourceValueId
in interfaceModelEntity
-
setEditorSourceValueId
- Specified by:
setEditorSourceValueId
in interfaceModelEntity
-
getEditorSourceExtraValueId
- Specified by:
getEditorSourceExtraValueId
in interfaceModelEntity
-
setEditorSourceExtraValueId
- Specified by:
setEditorSourceExtraValueId
in interfaceModelEntity
-
getTenantId
- Specified by:
getTenantId
in interfaceModel
-
setTenantId
- Specified by:
setTenantId
in interfaceModel
-
hasEditorSource
public boolean hasEditorSource()Description copied from interface:Model
whether this model has editor source- Specified by:
hasEditorSource
in interfaceModel
-
hasEditorSourceExtra
public boolean hasEditorSourceExtra()Description copied from interface:Model
whether this model has editor source extra- Specified by:
hasEditorSourceExtra
in interfaceModel
-