public final class BasePrice
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
formatted |
private Quantity |
quantity |
private Price |
refPrice |
private Quantity |
refQuantity |
Constructor and Description |
---|
BasePrice() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
formatted() |
java.lang.String |
getFormatted()
Formatted output of base price information.
|
Quantity |
getQuantity()
Quantity contained in product.
|
Price |
getRefPrice()
Price relating to norm scale.
|
Quantity |
getRefQuantity()
Norm scale, E.g.
|
void |
setFormatted(java.lang.String formatted) |
void |
setQuantity(Quantity quantity) |
void |
setRefPrice(Price refPrice) |
void |
setRefQuantity(Quantity refQuantity) |
private Quantity refQuantity
private Price refPrice
private java.lang.String formatted
private Quantity quantity
public Quantity getQuantity()
public void setQuantity(Quantity quantity)
public Quantity getRefQuantity()
public void setRefQuantity(Quantity refQuantity)
public Price getRefPrice()
public void setRefPrice(Price refPrice)
public java.lang.String getFormatted()
public void setFormatted(java.lang.String formatted)
private java.lang.String formatted()