public class ConditionRepresentation extends Object
Constructor and Description |
---|
ConditionRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getLeftFormFieldId() |
String |
getLeftRestResponseId() |
ConditionRepresentation |
getNextCondition() |
String |
getNextConditionOperator() |
String |
getOperator() |
String |
getRightFormFieldId() |
String |
getRightRestResponseId() |
String |
getRightType() |
Object |
getRightValue() |
ConditionRepresentation |
setLeftFormFieldId(String leftFormFieldId) |
void |
setLeftRestResponseId(String leftRestResponseId) |
ConditionRepresentation |
setNextCondition(String operator,
ConditionRepresentation nextCondition) |
ConditionRepresentation |
setOperator(String operator) |
ConditionRepresentation |
setRightFormFieldId(String rightFormFieldId) |
void |
setRightRestResponseId(String rightRestResponseId) |
ConditionRepresentation |
setRightType(String rightType) |
ConditionRepresentation |
setRightValue(Object value) |
public String getLeftFormFieldId()
public ConditionRepresentation setLeftFormFieldId(String leftFormFieldId)
public String getLeftRestResponseId()
public void setLeftRestResponseId(String leftRestResponseId)
public String getOperator()
public ConditionRepresentation setOperator(String operator)
public Object getRightValue()
public ConditionRepresentation setRightValue(Object value)
public String getRightType()
public ConditionRepresentation setRightType(String rightType)
public String getRightFormFieldId()
public ConditionRepresentation setRightFormFieldId(String rightFormFieldId)
public String getRightRestResponseId()
public void setRightRestResponseId(String rightRestResponseId)
public String getNextConditionOperator()
public ConditionRepresentation getNextCondition()
public ConditionRepresentation setNextCondition(String operator, ConditionRepresentation nextCondition)
Copyright © 2014–2015 Alfresco. All rights reserved.