com.ibm.commerce.price.beans
Interface PriceSmartDataBean

All Superinterfaces:
DataBean, FormattedMonetaryAmountSmartDataBean, InputDataBean, java.io.Serializable, SmartDataBean
All Known Implementing Classes:
PriceDataBean

public interface PriceSmartDataBean
extends FormattedMonetaryAmountSmartDataBean

Field Summary
Fields inherited from interface com.ibm.commerce.beans.SmartDataBean
COPYRIGHT
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Method Summary
java.lang.Long getCatEntryId()
CategorizedMonetaryAmountsDataBean getTaxes()
Methods inherited from interface com.ibm.commerce.price.beans.FormattedMonetaryAmountSmartDataBean
getAmount, getCurrency
Methods inherited from interface com.ibm.commerce.beans.SmartDataBean
getCommandContext, populate, setCommandContext
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties

Method Detail

getCatEntryId

public java.lang.Long getCatEntryId()

getTaxes

public CategorizedMonetaryAmountsDataBean getTaxes()
                                            throws javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   java.rmi.RemoteException,
                                                   javax.naming.NamingException,
                                                   ECSystemException
Throws:
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
javax.naming.NamingException
ECSystemException

Feedback