com.ibm.commerce.price.beans

Interface CategorizedMonetaryAmountsInputDataBean

  • All Known Implementing Classes:
    CategorizedMonetaryAmountsDataBean


    public interface CategorizedMonetaryAmountsInputDataBean
    This interface provides an interface for the CategorizedMonetaryAmountsDataBean.
    • Method Detail

      • setCategorizedAmountsAndNames

        void setCategorizedAmountsAndNames(java.util.Hashtable aCategorizedAmounts)
        Sets the categorized names and monetary amounts hashtable.
        Parameters:
        aCategorizedAmounts -
      • setCategorizedAmountsDBAndNames

        void setCategorizedAmountsDBAndNames(java.util.Hashtable aCategorizedAmountsDB)
        Sets the categorized names and MonetaryAmountDataBean hashtable.
        Parameters:
        aCategorizedAmountsDB - the categorized amounts data bean and names hashtable.
      • setCategorizedDescriptionsAndNames

        void setCategorizedDescriptionsAndNames(java.util.Hashtable aCategorizedDescriptionsAndNames)
        Sets the categorized descriptions and names hashtable.
        Parameters:
        aCategorizedDescriptionsAndNames -
      • setCategorizedValuesAndNames

        void setCategorizedValuesAndNames(java.util.Hashtable aCategorizedValues)
        Sets the categorized values and names hashtable.
        Parameters:
        aCategorizedValues -
      • setCategoryAmount

        void setCategoryAmount(java.math.BigDecimal aCategoryAmount)
        Sets the category value.
        Parameters:
        aCategoryAmount - the category value.
      • setCategoryName

        void setCategoryName(java.lang.String aCgryName)
        Sets the category name.
        Parameters:
        aCgryName - the category name.
      • setCurrency

        void setCurrency(java.lang.String aCurrency)
        Sets the monetary currency.
        Parameters:
        aCurrency - the monetary currency.