public class QuantityAmountDataBeanImpl extends UnitAmountDataBeanImpl
Constructor and Description |
---|
QuantityAmountDataBeanImpl()
QuantityAmountDataBeanImpl default constructor.
|
QuantityAmountDataBeanImpl(QuantityAmount aQuantityAmount, StoreAccessBean aStoreAccessBean, java.lang.Integer aLangId)
QuantityAmountDataBeanImpl constructor.
|
Modifier and Type | Method and Description |
---|---|
FormattedQuantityAmount | getFormattedQuantity()
Get the formatted quantity.
|
QuantityAmount | getQuantity()
Get the quantity (round customized).
|
void | setQuantity(QuantityAmount newQuantity)
Set the quantity.
|
public QuantityAmountDataBeanImpl() throws ECSystemException
public QuantityAmountDataBeanImpl(QuantityAmount aQuantityAmount, StoreAccessBean aStoreAccessBean, java.lang.Integer aLangId) throws ECSystemException
public FormattedQuantityAmount getFormattedQuantity() throws ECException
public QuantityAmount getQuantity() throws ECSystemException
public void setQuantity(QuantityAmount newQuantity)