Class DecisionEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
org.flowable.dmn.engine.impl.persistence.entity.AbstractDmnEngineNoRevisionEntity
org.flowable.dmn.engine.impl.persistence.entity.DecisionEntityImpl
- All Implemented Interfaces:
Serializable,Entity,DmnDecision,DecisionEntity
public class DecisionEntityImpl
extends AbstractDmnEngineNoRevisionEntity
implements DecisionEntity, Serializable
- Author:
- Joram Barrez, Tijs Rademakers, Yvo Swillens
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected intFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getName()intbooleanbooleanvoidsetCategory(String category) voidsetDecisionType(String decisionType) voidsetDeploymentId(String deploymentId) voidsetDescription(String description) voidsetDiagramResourceName(String diagramResourceName) voidsetHasGraphicalNotation(boolean hasGraphicalNotation) voidvoidvoidsetResourceName(String resourceName) voidsetTenantId(String tenantId) voidsetVersion(int version) toString()Methods inherited from class org.flowable.dmn.engine.impl.persistence.entity.AbstractDmnEngineNoRevisionEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.dmn.api.DmnDecision
getIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
name
-
description
-
key
-
version
protected int version -
category
-
deploymentId
-
resourceName
-
isGraphicalNotationDefined
protected boolean isGraphicalNotationDefined -
diagramResourceName
-
tenantId
-
decisionType
-
-
Constructor Details
-
DecisionEntityImpl
public DecisionEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getKey
- Specified by:
getKeyin interfaceDmnDecision
-
setKey
- Specified by:
setKeyin interfaceDecisionEntity
-
getName
- Specified by:
getNamein interfaceDmnDecision
-
setName
- Specified by:
setNamein interfaceDecisionEntity
-
setDescription
- Specified by:
setDescriptionin interfaceDecisionEntity
-
getDescription
- Specified by:
getDescriptionin interfaceDmnDecision
-
getDeploymentId
- Specified by:
getDeploymentIdin interfaceDmnDecision
-
setDeploymentId
- Specified by:
setDeploymentIdin interfaceDecisionEntity
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceDmnDecision
-
setVersion
public void setVersion(int version) - Specified by:
setVersionin interfaceDecisionEntity
-
getResourceName
- Specified by:
getResourceNamein interfaceDmnDecision
-
setResourceName
- Specified by:
setResourceNamein interfaceDecisionEntity
-
hasGraphicalNotation
public boolean hasGraphicalNotation()- Specified by:
hasGraphicalNotationin interfaceDmnDecision
-
isGraphicalNotationDefined
public boolean isGraphicalNotationDefined() -
setHasGraphicalNotation
public void setHasGraphicalNotation(boolean hasGraphicalNotation) - Specified by:
setHasGraphicalNotationin interfaceDecisionEntity
-
getDiagramResourceName
- Specified by:
getDiagramResourceNamein interfaceDmnDecision
-
setDiagramResourceName
- Specified by:
setDiagramResourceNamein interfaceDecisionEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceDmnDecision
-
setTenantId
- Specified by:
setTenantIdin interfaceDecisionEntity
-
getCategory
- Specified by:
getCategoryin interfaceDmnDecision
-
setCategory
- Specified by:
setCategoryin interfaceDecisionEntity
-
getDecisionType
- Specified by:
getDecisionTypein interfaceDmnDecision
-
setDecisionType
- Specified by:
setDecisionTypein interfaceDecisionEntity
-
toString
-