Class VariableExtractorDefinitionEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.platform.engine.impl.persistence.entity.AbstractPlatformEngineEntity
com.flowable.platform.engine.impl.persistence.entity.VariableExtractorDefinitionEntityImpl
- All Implemented Interfaces:
VariableExtractorDefinition
,VariableExtractorDefinitionEntity
,HasRevision
,Entity
public class VariableExtractorDefinitionEntityImpl
extends AbstractPlatformEngineEntity
implements VariableExtractorDefinitionEntity
- Author:
- Yvo Swillens
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected int
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getName()
getType()
int
void
setDeploymentId
(String deploymentId) void
void
void
setResourceName
(String resourceName) void
setTenantId
(String tenantId) void
void
setVersion
(int version) toString()
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, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
Methods inherited from interface com.flowable.platform.api.repository.VariableExtractorDefinition
getId
-
Field Details
-
key
-
version
protected int version -
deploymentId
-
name
-
resourceName
-
type
-
tenantId
-
-
Constructor Details
-
VariableExtractorDefinitionEntityImpl
public VariableExtractorDefinitionEntityImpl()
-
-
Method Details
-
getIdPrefix
- Specified by:
getIdPrefix
in interfaceEntity
- Overrides:
getIdPrefix
in classAbstractPlatformEngineEntity
-
getKey
- Specified by:
getKey
in interfaceVariableExtractorDefinition
-
setKey
- Specified by:
setKey
in interfaceVariableExtractorDefinitionEntity
-
getVersion
public int getVersion()- Specified by:
getVersion
in interfaceVariableExtractorDefinition
-
setVersion
public void setVersion(int version) - Specified by:
setVersion
in interfaceVariableExtractorDefinitionEntity
-
getDeploymentId
- Specified by:
getDeploymentId
in interfaceVariableExtractorDefinition
-
setDeploymentId
- Specified by:
setDeploymentId
in interfaceVariableExtractorDefinitionEntity
-
getTenantId
- Specified by:
getTenantId
in interfaceVariableExtractorDefinition
-
setTenantId
- Specified by:
setTenantId
in interfaceVariableExtractorDefinitionEntity
-
getName
- Specified by:
getName
in interfaceVariableExtractorDefinition
-
setName
- Specified by:
setName
in interfaceVariableExtractorDefinitionEntity
-
getResourceName
- Specified by:
getResourceName
in interfaceVariableExtractorDefinition
-
setResourceName
- Specified by:
setResourceName
in interfaceVariableExtractorDefinitionEntity
-
getType
- Specified by:
getType
in interfaceVariableExtractorDefinition
-
setType
- Specified by:
setType
in interfaceVariableExtractorDefinitionEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
toString
-