public class DecisionTableRepresentation extends AbstractRepresentation
| Modifier and Type | Field and Description |
|---|---|
protected DecisionTableDefinitionRepresentation |
decisionTableDefinition |
protected String |
description |
protected String |
id |
protected String |
key |
protected Date |
lastUpdated |
protected String |
lastUpdatedBy |
protected String |
name |
protected Integer |
version |
| Constructor and Description |
|---|
DecisionTableRepresentation() |
DecisionTableRepresentation(AbstractModel model) |
| Modifier and Type | Method and Description |
|---|---|
DecisionTableDefinitionRepresentation |
getDecisionTableDefinition() |
String |
getDescription() |
String |
getId() |
String |
getKey() |
Date |
getLastUpdated() |
String |
getLastUpdatedBy() |
String |
getName() |
Integer |
getVersion() |
void |
setDecisionTableDefinition(DecisionTableDefinitionRepresentation decisionTableDefinition) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setLastUpdated(Date lastUpdated) |
void |
setLastUpdatedBy(String lastUpdatedBy) |
void |
setName(String name) |
void |
setVersion(Integer version) |
protected String id
protected String name
protected String key
protected String description
protected Integer version
protected String lastUpdatedBy
protected Date lastUpdated
protected DecisionTableDefinitionRepresentation decisionTableDefinition
public DecisionTableRepresentation(AbstractModel model)
public DecisionTableRepresentation()
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getKey()
public void setKey(String key)
public String getDescription()
public void setDescription(String description)
public Integer getVersion()
public void setVersion(Integer version)
public String getLastUpdatedBy()
public void setLastUpdatedBy(String lastUpdatedBy)
public Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
public DecisionTableDefinitionRepresentation getDecisionTableDefinition()
public void setDecisionTableDefinition(DecisionTableDefinitionRepresentation decisionTableDefinition)
Copyright © 2018 Flowable. All rights reserved.