public class DecisionTableEntityImpl extends AbstractEntityNoRevision 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 |
parentDeploymentId |
protected String |
resourceName |
protected String |
tenantId |
protected int |
version |
id, isDeleted, isInserted, isUpdated| Constructor and Description |
|---|
DecisionTableEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getDeploymentId() |
String |
getDescription() |
String |
getKey() |
String |
getName() |
String |
getParentDeploymentId() |
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 |
setParentDeploymentId(String parentDeploymentId) |
void |
setResourceName(String resourceName) |
void |
setTenantId(String tenantId) |
void |
setVersion(int version) |
String |
toString() |
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdgetId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedprotected String name
protected String description
protected String key
protected int version
protected String category
protected String deploymentId
protected String parentDeploymentId
protected String resourceName
protected String tenantId
public Object getPersistentState()
getPersistentState in interface Entitypublic String getKey()
getKey in interface DecisionTablepublic void setKey(String key)
setKey in interface DecisionTableEntitypublic String getName()
getName in interface DecisionTablepublic void setName(String name)
setName in interface DecisionTableEntitypublic void setDescription(String description)
setDescription in interface DecisionTableEntitypublic String getDescription()
getDescription in interface DecisionTablepublic String getDeploymentId()
getDeploymentId in interface DecisionTablepublic void setDeploymentId(String deploymentId)
setDeploymentId in interface DecisionTableEntitypublic String getParentDeploymentId()
getParentDeploymentId in interface DecisionTablepublic void setParentDeploymentId(String parentDeploymentId)
setParentDeploymentId in interface DecisionTableEntitypublic int getVersion()
getVersion in interface DecisionTablepublic void setVersion(int version)
setVersion in interface DecisionTableEntitypublic String getResourceName()
getResourceName in interface DecisionTablepublic void setResourceName(String resourceName)
setResourceName in interface DecisionTableEntitypublic String getTenantId()
getTenantId in interface DecisionTablepublic void setTenantId(String tenantId)
setTenantId in interface DecisionTableEntitypublic String getCategory()
getCategory in interface DecisionTablepublic void setCategory(String category)
setCategory in interface DecisionTableEntityCopyright © 2016 Flowable. All rights reserved.