public class DecisionTableDefinitionRepresentation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
completenessIndicator |
protected String |
description |
protected String |
hitIndicator |
protected String |
id |
protected List<DecisionTableExpressionRepresentation> |
inputExpressions |
protected String |
key |
protected String |
name |
protected List<DecisionTableExpressionRepresentation> |
outputExpressions |
protected List<Map<String,Object>> |
rules |
| Constructor and Description |
|---|
DecisionTableDefinitionRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompletenessIndicator() |
String |
getDescription() |
String |
getHitIndicator() |
String |
getId() |
List<DecisionTableExpressionRepresentation> |
getInputExpressions() |
String |
getKey() |
String |
getName() |
List<DecisionTableExpressionRepresentation> |
getOutputExpressions() |
List<Map<String,Object>> |
getRules() |
void |
setCompletenessIndicator(String completenessIndicator) |
void |
setDescription(String description) |
void |
setHitIndicator(String hitIndicator) |
void |
setId(String id) |
void |
setInputExpressions(List<DecisionTableExpressionRepresentation> inputExpressions) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setOutputExpressions(List<DecisionTableExpressionRepresentation> outputExpressions) |
void |
setRules(List<Map<String,Object>> rules) |
protected String id
protected String name
protected String key
protected String description
protected String hitIndicator
protected String completenessIndicator
protected List<DecisionTableExpressionRepresentation> inputExpressions
protected List<DecisionTableExpressionRepresentation> outputExpressions
public DecisionTableDefinitionRepresentation()
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 String getHitIndicator()
public void setHitIndicator(String hitIndicator)
public String getCompletenessIndicator()
public void setCompletenessIndicator(String completenessIndicator)
public List<DecisionTableExpressionRepresentation> getInputExpressions()
public void setInputExpressions(List<DecisionTableExpressionRepresentation> inputExpressions)
public List<DecisionTableExpressionRepresentation> getOutputExpressions()
public void setOutputExpressions(List<DecisionTableExpressionRepresentation> outputExpressions)
Copyright © 2017 Alfresco. All rights reserved.