public class DataDTO extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
condition |
protected Long |
pk |
protected Integer |
quantity |
protected ArrayList<DataDTO> |
rules |
Constructor and Description |
---|
DataDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCondition() |
Long |
getPk() |
Integer |
getQuantity() |
ArrayList<DataDTO> |
getRules() |
void |
setCondition(String condition) |
void |
setPk(Long pk) |
void |
setQuantity(Integer quantity) |
void |
setRules(ArrayList<DataDTO> rules) |
protected Long pk
protected Integer quantity
protected String condition
Copyright © 2020. All rights reserved.