public class ExpressionDTO extends DataDTO implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
operator |
protected String |
value |
condition, containedPk, createdFromSubGroup, 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() |
int |
hashCode() |
void |
setId(String id) |
void |
setOperator(String operator) |
void |
setValue(String value) |
getCondition, getContainedPk, getPk, getPreviousContainedPk, getPreviousPk, getQuantity, getRules, isCreatedFromSubGroup, setCondition, setContainedPk, setCreatedFromSubGroup, setPk, setPreviousContainedPk, setPreviousPk, setQuantity, setRules
Copyright © 2022. All rights reserved.