com.ibm.commerce.price.beans

Interface FormattedQuantityAmountSmartDataBean

  • All Superinterfaces:
    com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, java.io.Serializable, com.ibm.commerce.beans.SmartDataBean
    All Known Implementing Classes:
    FormattedQuantityAmountDataBean


    public interface FormattedQuantityAmountSmartDataBean
    extends com.ibm.commerce.beans.SmartDataBean
    This interface extends SmartDataBean to provide an interface for the FormattedQuantityAmountDataBean.
    • 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.lang.Double getAmount()
      Gets the amount to be formatted.
      java.lang.String getUnit()
      Gets the unit of the quantity 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.lang.Double getAmount()
        Gets the amount to be formatted.
        Returns:
        the amount.
      • getUnit

        java.lang.String getUnit()
        Gets the unit of the quantity amount.
        Returns:
        the unit.