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,org.flowable.common.engine.api.repository.FlowableDefinition,org.flowable.common.engine.impl.db.HasRevision,org.flowable.common.engine.impl.persistence.entity.Entity
public class DashboardComponentDefinitionEntityImpl
extends org.flowable.common.engine.impl.persistence.entity.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 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.api.repository.FlowableDefinition
getIdMethods 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 interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getKey
- Specified by:
getKeyin interfaceorg.flowable.common.engine.api.repository.FlowableDefinition
-
setKey
- Specified by:
setKeyin interfaceDashboardComponentDefinitionEntity
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceorg.flowable.common.engine.api.repository.FlowableDefinition
-
setVersion
public void setVersion(int version) - Specified by:
setVersionin interfaceDashboardComponentDefinitionEntity
-
getDeploymentId
- Specified by:
getDeploymentIdin interfaceorg.flowable.common.engine.api.repository.FlowableDefinition
-
setDeploymentId
- Specified by:
setDeploymentIdin interfaceDashboardComponentDefinitionEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceorg.flowable.common.engine.api.repository.FlowableDefinition
-
setTenantId
- Specified by:
setTenantIdin interfaceDashboardComponentDefinitionEntity
-
getName
- Specified by:
getNamein interfaceorg.flowable.common.engine.api.repository.FlowableDefinition
-
setName
- Specified by:
setNamein interfaceDashboardComponentDefinitionEntity
-
getResourceName
- Specified by:
getResourceNamein interfaceorg.flowable.common.engine.api.repository.FlowableDefinition
-
setResourceName
- Specified by:
setResourceNamein interfaceDashboardComponentDefinitionEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
toString
-