| Constructor and Description |
|---|
Entry(BigDecimal amount,
int count,
BigDecimal price,
BigDecimal total) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
int |
getCount() |
BigDecimal |
getPrice() |
BigDecimal |
getTotal() |
public Entry(BigDecimal amount, int count, BigDecimal price, BigDecimal total)
public BigDecimal getAmount()
public int getCount()
public BigDecimal getPrice()
public BigDecimal getTotal()