Class DataDictionaryDefinitionEntityImpl
- 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.DataDictionaryDefinitionEntityImpl
-
- All Implemented Interfaces:
DataDictionaryDefinition
,DataDictionaryDefinitionEntity
,HasRevision
,Entity
public class DataDictionaryDefinitionEntityImpl extends AbstractPlatformEngineEntity implements DataDictionaryDefinitionEntity
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected String
deploymentId
protected String
key
protected String
name
protected String
resourceName
protected String
tenantId
protected int
version
-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
-
Constructor Summary
Constructors Constructor Description DataDictionaryDefinitionEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDeploymentId()
String
getIdPrefix()
String
getKey()
String
getName()
Object
getPersistentState()
String
getResourceName()
String
getTenantId()
int
getVersion()
void
setDeploymentId(String deploymentId)
void
setKey(String key)
void
setName(String name)
void
setResourceName(String resourceName)
void
setTenantId(String tenantId)
void
setVersion(int version)
String
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 com.flowable.platform.api.repository.datadictionary.DataDictionaryDefinition
getId
-
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
-
-
-
-
Method Detail
-
getIdPrefix
public String getIdPrefix()
- Specified by:
getIdPrefix
in interfaceEntity
- Overrides:
getIdPrefix
in classAbstractPlatformEngineEntity
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceDataDictionaryDefinition
-
setKey
public void setKey(String key)
- Specified by:
setKey
in interfaceDataDictionaryDefinitionEntity
-
getVersion
public int getVersion()
- Specified by:
getVersion
in interfaceDataDictionaryDefinition
-
setVersion
public void setVersion(int version)
- Specified by:
setVersion
in interfaceDataDictionaryDefinitionEntity
-
getDeploymentId
public String getDeploymentId()
- Specified by:
getDeploymentId
in interfaceDataDictionaryDefinition
-
setDeploymentId
public void setDeploymentId(String deploymentId)
- Specified by:
setDeploymentId
in interfaceDataDictionaryDefinitionEntity
-
getTenantId
public String getTenantId()
- Specified by:
getTenantId
in interfaceDataDictionaryDefinition
-
setTenantId
public void setTenantId(String tenantId)
- Specified by:
setTenantId
in interfaceDataDictionaryDefinitionEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceDataDictionaryDefinition
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceDataDictionaryDefinitionEntity
-
getResourceName
public String getResourceName()
- Specified by:
getResourceName
in interfaceDataDictionaryDefinition
-
setResourceName
public void setResourceName(String resourceName)
- Specified by:
setResourceName
in interfaceDataDictionaryDefinitionEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentState
in interfaceEntity
-
-