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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected intFields 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()intvoidsetDeploymentId(String deploymentId) voidvoidvoidsetResourceName(String resourceName) voidsetTenantId(String tenantId) voidsetVersion(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, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.flowable.platform.api.repository.DashboardComponentDefinition
getIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods 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:
getIdPrefixin interfaceEntity
-
getKey
- Specified by:
getKeyin interfaceDashboardComponentDefinition
-
setKey
- Specified by:
setKeyin interfaceDashboardComponentDefinitionEntity
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceDashboardComponentDefinition
-
setVersion
public void setVersion(int version) - Specified by:
setVersionin interfaceDashboardComponentDefinitionEntity
-
getDeploymentId
- Specified by:
getDeploymentIdin interfaceDashboardComponentDefinition
-
setDeploymentId
- Specified by:
setDeploymentIdin interfaceDashboardComponentDefinitionEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceDashboardComponentDefinition
-
setTenantId
- Specified by:
setTenantIdin interfaceDashboardComponentDefinitionEntity
-
getName
- Specified by:
getNamein interfaceDashboardComponentDefinition
-
setName
- Specified by:
setNamein interfaceDashboardComponentDefinitionEntity
-
getResourceName
- Specified by:
getResourceNamein interfaceDashboardComponentDefinition
-
setResourceName
- Specified by:
setResourceNamein interfaceDashboardComponentDefinitionEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
toString
-