public class ExpressionDTO extends DataDTO implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
operator |
protected String |
value |
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, getPk, getQuantity, getRules, setCondition, setPk, setQuantity, setRules
Copyright © 2020. All rights reserved.