public class DataDTO extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
condition |
protected Long |
containedPk |
protected boolean |
createdFromSubGroup |
protected Long |
pk |
protected Long |
previousContainedPk |
protected Long |
previousPk |
protected Integer |
quantity |
protected ArrayList<DataDTO> |
rules |
Constructor and Description |
---|
DataDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCondition() |
Long |
getContainedPk() |
Long |
getPk() |
Long |
getPreviousContainedPk() |
Long |
getPreviousPk() |
Integer |
getQuantity() |
ArrayList<DataDTO> |
getRules() |
int |
hashCode() |
boolean |
isCreatedFromSubGroup() |
void |
setCondition(String condition) |
void |
setContainedPk(Long containedPk) |
void |
setCreatedFromSubGroup(boolean createdFromSubGroup) |
void |
setPk(Long pk) |
void |
setPreviousContainedPk(Long previousContainedPk) |
void |
setPreviousPk(Long previousPk) |
void |
setQuantity(Integer quantity) |
void |
setRules(ArrayList<DataDTO> rules) |
protected Long pk
protected Long containedPk
protected Long previousPk
protected Long previousContainedPk
protected Integer quantity
protected String condition
protected boolean createdFromSubGroup
public Long getPk()
public void setPk(Long pk)
public Long getPreviousPk()
public void setPreviousPk(Long previousPk)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public String getCondition()
public void setCondition(String condition)
public Long getContainedPk()
public void setContainedPk(Long containedPk)
public Long getPreviousContainedPk()
public void setPreviousContainedPk(Long previousContainedPk)
public boolean isCreatedFromSubGroup()
public void setCreatedFromSubGroup(boolean createdFromSubGroup)
Copyright © 2022. All rights reserved.