Class DashboardComponentDefinitionEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.platform.engine.impl.persistence.entity.DashboardComponentDefinitionEntityImpl
- All Implemented Interfaces:
DashboardComponentDefinition
,DashboardComponentDefinitionEntity
,HasRevision
,Entity
public class DashboardComponentDefinitionEntityImpl
extends AbstractEntity
implements DashboardComponentDefinitionEntity
-
Field Summary
Modifier and TypeFieldDescriptionprotected 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()
int
void
setDeploymentId
(String deploymentId) void
void
void
setResourceName
(String resourceName) void
setTenantId
(String tenantId) 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 com.flowable.platform.api.repository.DashboardComponentDefinition
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
-
Field Details
-
key
-
version
protected int version -
deploymentId
-
name
-
resourceName
-
tenantId
-
-
Constructor Details
-
DashboardComponentDefinitionEntityImpl
public DashboardComponentDefinitionEntityImpl()
-
-
Method Details
-
getIdPrefix
- Specified by:
getIdPrefix
in interfaceEntity
-
getKey
- Specified by:
getKey
in interfaceDashboardComponentDefinition
-
setKey
- Specified by:
setKey
in interfaceDashboardComponentDefinitionEntity
-
getVersion
public int getVersion()- Specified by:
getVersion
in interfaceDashboardComponentDefinition
-
setVersion
public void setVersion(int version) - Specified by:
setVersion
in interfaceDashboardComponentDefinitionEntity
-
getDeploymentId
- Specified by:
getDeploymentId
in interfaceDashboardComponentDefinition
-
setDeploymentId
- Specified by:
setDeploymentId
in interfaceDashboardComponentDefinitionEntity
-
getTenantId
- Specified by:
getTenantId
in interfaceDashboardComponentDefinition
-
setTenantId
- Specified by:
setTenantId
in interfaceDashboardComponentDefinitionEntity
-
getName
- Specified by:
getName
in interfaceDashboardComponentDefinition
-
setName
- Specified by:
setName
in interfaceDashboardComponentDefinitionEntity
-
getResourceName
- Specified by:
getResourceName
in interfaceDashboardComponentDefinition
-
setResourceName
- Specified by:
setResourceName
in interfaceDashboardComponentDefinitionEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
toString
-