public class DataDTO extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
groupOperator |
protected ArrayList<DataDTO> |
groups |
protected Long |
id |
protected Integer |
quantity |
Constructor and Description |
---|
DataDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupOperator() |
ArrayList<DataDTO> |
getGroups() |
Long |
getId() |
Integer |
getQuantity() |
void |
setGroupOperator(String groupOperator) |
void |
setGroups(ArrayList<DataDTO> groups) |
void |
setId(Long id) |
void |
setQuantity(Integer quantity) |
protected Long id
protected Integer quantity
protected String groupOperator
Copyright © 2014. All rights reserved.