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() |
String |
getDecisionType() |
String |
getDeploymentId() |
String |
getDescription() |
String |
getDiagramResourceName() |
String |
getKey() |
String |
getName() |
Object |
getPersistentState() |
String |
getResourceName() |
String |
getTenantId() |
int |
getVersion() |
boolean |
hasGraphicalNotation() |
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()
getPersistentState in interface Entitypublic String getKey()
getKey in interface DmnDecisionpublic void setKey(String key)
setKey in interface DecisionEntitypublic String getName()
getName in interface DmnDecisionpublic void setName(String name)
setName in interface DecisionEntitypublic void setDescription(String description)
setDescription in interface DecisionEntitypublic String getDescription()
getDescription in interface DmnDecisionpublic String getDeploymentId()
getDeploymentId in interface DmnDecisionpublic void setDeploymentId(String deploymentId)
setDeploymentId in interface DecisionEntitypublic int getVersion()
getVersion in interface DmnDecisionpublic void setVersion(int version)
setVersion in interface DecisionEntitypublic String getResourceName()
getResourceName in interface DmnDecisionpublic void setResourceName(String resourceName)
setResourceName in interface DecisionEntitypublic boolean hasGraphicalNotation()
hasGraphicalNotation in interface DmnDecisionpublic boolean isGraphicalNotationDefined()
public void setHasGraphicalNotation(boolean hasGraphicalNotation)
setHasGraphicalNotation in interface DecisionEntitypublic String getDiagramResourceName()
getDiagramResourceName in interface DmnDecisionpublic void setDiagramResourceName(String diagramResourceName)
setDiagramResourceName in interface DecisionEntitypublic String getTenantId()
getTenantId in interface DmnDecisionpublic void setTenantId(String tenantId)
setTenantId in interface DecisionEntitypublic String getCategory()
getCategory in interface DmnDecisionpublic void setCategory(String category)
setCategory in interface DecisionEntitypublic String getDecisionType()
getDecisionType in interface DmnDecisionpublic void setDecisionType(String decisionType)
setDecisionType in interface DecisionEntityCopyright © 2021 Flowable. All rights reserved.