public class DecisionEntityImpl extends AbstractDmnEngineNoRevisionEntity implements DecisionEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
decisionType |
protected String |
deploymentId |
protected String |
description |
protected String |
diagramResourceName |
protected boolean |
isGraphicalNotationDefined |
protected String |
key |
protected String |
name |
protected String |
resourceName |
protected String |
tenantId |
protected int |
version |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
DecisionEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
category name of this definition
|
String |
getDecisionType()
The decision type of this definition
|
String |
getDeploymentId()
The deployment in which this definition is contained.
|
String |
getDescription()
description of this definition
|
String |
getDiagramResourceName()
The resource name in the deployment of the diagram image (if any).
|
String |
getKey()
unique name for all versions this definition
|
String |
getName()
label used for display purposes
|
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
String |
getResourceName()
name of
the resource of this definition. |
String |
getTenantId()
The tenant identifier of this definition
|
int |
getVersion()
version of this definition
|
boolean |
hasGraphicalNotation()
Does this decision have a graphical notation defined (such that a diagram can be generated)?
|
boolean |
isGraphicalNotationDefined() |
void |
setCategory(String category) |
void |
setDecisionType(String decisionType) |
void |
setDeploymentId(String deploymentId) |
void |
setDescription(String description) |
void |
setDiagramResourceName(String diagramResourceName) |
void |
setHasGraphicalNotation(boolean hasGraphicalNotation) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setResourceName(String resourceName) |
void |
setTenantId(String tenantId) |
void |
setVersion(int version) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String name
protected String description
protected String key
protected int version
protected String category
protected String deploymentId
protected String resourceName
protected boolean isGraphicalNotationDefined
protected String diagramResourceName
protected String tenantId
protected String decisionType
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic String getKey()
DmnDecisiongetKey in interface DmnDecisionpublic void setKey(String key)
setKey in interface DecisionEntitypublic String getName()
DmnDecisiongetName in interface DmnDecisionpublic void setName(String name)
setName in interface DecisionEntitypublic void setDescription(String description)
setDescription in interface DecisionEntitypublic String getDescription()
DmnDecisiongetDescription in interface DmnDecisionpublic String getDeploymentId()
DmnDecisiongetDeploymentId in interface DmnDecisionpublic void setDeploymentId(String deploymentId)
setDeploymentId in interface DecisionEntitypublic int getVersion()
DmnDecisiongetVersion in interface DmnDecisionpublic void setVersion(int version)
setVersion in interface DecisionEntitypublic String getResourceName()
DmnDecisionthe resource of this definition.getResourceName in interface DmnDecisionpublic void setResourceName(String resourceName)
setResourceName in interface DecisionEntitypublic boolean hasGraphicalNotation()
DmnDecisionhasGraphicalNotation in interface DmnDecisionpublic boolean isGraphicalNotationDefined()
public void setHasGraphicalNotation(boolean hasGraphicalNotation)
setHasGraphicalNotation in interface DecisionEntitypublic String getDiagramResourceName()
DmnDecisiongetDiagramResourceName in interface DmnDecisionpublic void setDiagramResourceName(String diagramResourceName)
setDiagramResourceName in interface DecisionEntitypublic String getTenantId()
DmnDecisiongetTenantId in interface DmnDecisionpublic void setTenantId(String tenantId)
setTenantId in interface DecisionEntitypublic String getCategory()
DmnDecisiongetCategory in interface DmnDecisionpublic void setCategory(String category)
setCategory in interface DecisionEntitypublic String getDecisionType()
DmnDecisiongetDecisionType in interface DmnDecisionpublic void setDecisionType(String decisionType)
setDecisionType in interface DecisionEntityCopyright © 2023 Flowable. All rights reserved.