public class Cash extends AbstractRealTimeDto
Constructor and Description |
---|
Cash() |
Modifier and Type | Method and Description |
---|---|
Integer |
getQuantity() |
CashTypeEnum |
getType() |
Integer |
getUnitAmoung() |
void |
setQuantity(Integer quantity) |
void |
setType(CashTypeEnum type) |
void |
setUnitAmoung(Integer unitAmoung) |
toString
public CashTypeEnum getType()
public void setType(CashTypeEnum type)
public Integer getUnitAmoung()
public void setUnitAmoung(Integer unitAmoung)
public Integer getQuantity()
public void setQuantity(Integer quantity)
Copyright © 2020. All rights reserved.