public class ExpressionDTO extends DataDTO implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
operator |
protected String |
value |
condition, containedPk, pk, previousContainedPk, previousPk, quantity, rules
Constructor and Description |
---|
ExpressionDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getOperator() |
String |
getValue() |
void |
setId(String id) |
void |
setOperator(String operator) |
void |
setValue(String value) |
getCondition, getContainedPk, getPk, getPreviousContainedPk, getPreviousPk, getQuantity, getRules, setCondition, setContainedPk, setPk, setPreviousContainedPk, setPreviousPk, setQuantity, setRules
Copyright © 2019. All rights reserved.