java.lang.Objectcom.ibm.commerce.price.utils.UnitAmountDataBeanImpl
com.ibm.commerce.price.utils.QuantityAmountDataBeanImpl
Monetary amount data bean service class.
Constructor Summary | |
QuantityAmountDataBeanImpl() QuantityAmountDataBeanImpl default constructor. |
|
QuantityAmountDataBeanImpl(QuantityAmount aQuantityAmount, StoreAccessBean aStoreAccessBean, java.lang.Integer aLangId) QuantityAmountDataBeanImpl constructor. |
Method Summary | |
FormattedQuantityAmount | getFormattedQuantity() Get the formatted quantity. |
QuantityAmount | getQuantity() Get the quantity (round customized). |
void | setQuantity(QuantityAmount newQuantity) Set the quantity. |
Methods inherited from class com.ibm.commerce.price.utils.UnitAmountDataBeanImpl |
formatAmount, getCustomizedString, getDescription, getLangId, getNumberUsage, getPrimaryAmount, getPrimaryFormattedAmount, getStoreAccessBean, getSymbol, roundAmount, setLangId, setNumberUsage, setPrimaryAmount, setStoreAccessBean, setUnitManager, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QuantityAmountDataBeanImpl() throws ECSystemException
public QuantityAmountDataBeanImpl(QuantityAmount aQuantityAmount, StoreAccessBean aStoreAccessBean, java.lang.Integer aLangId) throws ECSystemException
Method Detail |
public FormattedQuantityAmount getFormattedQuantity() throws ECException
public QuantityAmount getQuantity() throws ECSystemException
public void setQuantity(QuantityAmount newQuantity)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.