public class DecisionTableEntityImpl extends AbstractDmnEngineNoRevisionEntity implements DecisionTableEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
deploymentId |
protected String |
description |
protected String |
key |
protected String |
name |
protected String |
resourceName |
protected String |
tenantId |
protected int |
version |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
DecisionTableEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getDeploymentId() |
String |
getDescription() |
String |
getKey() |
String |
getName() |
Object |
getPersistentState() |
String |
getResourceName() |
String |
getTenantId() |
int |
getVersion() |
void |
setCategory(String category) |
void |
setDeploymentId(String deploymentId) |
void |
setDescription(String description) |
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 String tenantId
public Object getPersistentState()
getPersistentState in interface Entitypublic String getKey()
getKey in interface DmnDecisionTablepublic void setKey(String key)
setKey in interface DecisionTableEntitypublic String getName()
getName in interface DmnDecisionTablepublic void setName(String name)
setName in interface DecisionTableEntitypublic void setDescription(String description)
setDescription in interface DecisionTableEntitypublic String getDescription()
getDescription in interface DmnDecisionTablepublic String getDeploymentId()
getDeploymentId in interface DmnDecisionTablepublic void setDeploymentId(String deploymentId)
setDeploymentId in interface DecisionTableEntitypublic int getVersion()
getVersion in interface DmnDecisionTablepublic void setVersion(int version)
setVersion in interface DecisionTableEntitypublic String getResourceName()
getResourceName in interface DmnDecisionTablepublic void setResourceName(String resourceName)
setResourceName in interface DecisionTableEntitypublic String getTenantId()
getTenantId in interface DmnDecisionTablepublic void setTenantId(String tenantId)
setTenantId in interface DecisionTableEntitypublic String getCategory()
getCategory in interface DmnDecisionTablepublic void setCategory(String category)
setCategory in interface DecisionTableEntityCopyright © 2019 Flowable. All rights reserved.