com.ibm.commerce.price.beans

Interface FormattedMonetaryAmountSmartDataBean

  • All Superinterfaces:
    com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, java.io.Serializable, com.ibm.commerce.beans.SmartDataBean
    All Known Subinterfaces:
    FloorPriceSmartDataBean, PriceSmartDataBean
    All Known Implementing Classes:
    FloorPriceDataBean, FormattedMonetaryAmountDataBean, PriceDataBean


    public interface FormattedMonetaryAmountSmartDataBean
    extends com.ibm.commerce.beans.SmartDataBean
    This interface extends SmartDataBean to provide an interface for the FormattedMonetaryAmountDataBean.
    • Field Summary

      • Fields inherited from interface com.ibm.commerce.beans.SmartDataBean

        COPYRIGHT
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.math.BigDecimal getAmount()
      Gets the amount to be formatted.
      java.lang.String getCurrency()
      Gets the currency of the monetary amount.
      • 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

      • getAmount

        java.math.BigDecimal getAmount()
        Gets the amount to be formatted.
        Returns:
        the amount.
      • getCurrency

        java.lang.String getCurrency()
        Gets the currency of the monetary amount.
        Returns:
        the currency.