Class SlaDefinitionEntityImpl
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.SlaDefinitionEntityImpl
- All Implemented Interfaces:
SlaDefinition
,SlaDefinitionEntity
,HasRevision
,Entity
public class SlaDefinitionEntityImpl
extends AbstractPlatformEngineEntity
implements SlaDefinitionEntity
-
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 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.SlaDefinition
getId
-
Field Details
-
key
-
version
protected int version -
deploymentId
-
name
-
resourceName
-
tenantId
-
-
Constructor Details
-
SlaDefinitionEntityImpl
public SlaDefinitionEntityImpl()
-
-
Method Details
-
getIdPrefix
- Specified by:
getIdPrefix
in interfaceEntity
- Overrides:
getIdPrefix
in classAbstractPlatformEngineEntity
-
getKey
- Specified by:
getKey
in interfaceSlaDefinition
-
setKey
- Specified by:
setKey
in interfaceSlaDefinitionEntity
-
getVersion
public int getVersion()- Specified by:
getVersion
in interfaceSlaDefinition
-
setVersion
public void setVersion(int version) - Specified by:
setVersion
in interfaceSlaDefinitionEntity
-
getDeploymentId
- Specified by:
getDeploymentId
in interfaceSlaDefinition
-
setDeploymentId
- Specified by:
setDeploymentId
in interfaceSlaDefinitionEntity
-
getTenantId
- Specified by:
getTenantId
in interfaceSlaDefinition
-
setTenantId
- Specified by:
setTenantId
in interfaceSlaDefinitionEntity
-
getName
- Specified by:
getName
in interfaceSlaDefinition
-
setName
- Specified by:
setName
in interfaceSlaDefinitionEntity
-
getResourceName
- Specified by:
getResourceName
in interfaceSlaDefinition
-
setResourceName
- Specified by:
setResourceName
in interfaceSlaDefinitionEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
toString
-