com.ibm.commerce.price.beans

Interface CategorizedMonetaryAmountsSmartDataBean

  • All Known Implementing Classes:
    CategorizedMonetaryAmountsDataBean


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

      • getACategorizedAmountWithName

        java.lang.String getACategorizedAmountWithName(java.lang.String aCategory)
        Returns the monetary amount and name of a particular category.
        Parameters:
        aCategory - - the category
        Returns:
        the String representing monetary amount and the corresponding name of a particular category.
      • getACategorizedValueWithName

        java.lang.String getACategorizedValueWithName(java.lang.String aCategory)
        Returns the monetary value and name of a particular category.
        Parameters:
        aCategory - - the category
        Returns:
        the String representing monetary value and the corresponding name of a particular category.
      • getAllCategorizedAmountsWithNames

        java.lang.String getAllCategorizedAmountsWithNames()
        Returns all of the categorized monetary amounts and names.
        Returns:
        the String representing all of the categorized monetary amounts and the corresponding category names.
      • getAllCategorizedValuesWithNames

        java.lang.String getAllCategorizedValuesWithNames()
        Returns all of the categorized monetary values and names.
        Returns:
        the String representing all of the categorized monetary values and the corresponding category names.
      • getCategorizedAmountsAndNames

        java.util.Hashtable getCategorizedAmountsAndNames()
        Gets the categorized names and monetary amounts hashtable.
        Returns:
        the Hashtable containing the categorized names and monetary amounts.
      • getCategorizedAmountsDBAndNames

        java.util.Hashtable getCategorizedAmountsDBAndNames()
        Gets the categorized names and MonetaryAmountDataBean hashtable.
        Returns:
        the Hashtable containing the categorized names and MonetaryAmountDataBean.
      • getCategorizedDescriptionsAndNames

        java.util.Hashtable getCategorizedDescriptionsAndNames()
        Gets the categorized descriptions and names hashtable.
        Returns:
        the Hashtable containing the categorized descriptions and names.
      • getCategoryAmount

        java.math.BigDecimal getCategoryAmount()
        Gets the category monetary value.
        Returns:
        the BigDecimal containing the monetary value.
      • getCategoryName

        java.lang.String getCategoryName()
        Gets the category name.
        Returns:
        the String containing the category name.
      • getCurrency

        java.lang.String getCurrency()
        Gets the monetary currency.
        Returns:
        the String representing the monetary currency.
      • getNoOfCategories

        int getNoOfCategories()
        Returns the total number of categories.
        Returns:
        the intcontaining the total numbers of categories.
      • getTotalCategorizedAmount

        java.lang.String getTotalCategorizedAmount()
        Returns the total of all the categorized amounts.
        Returns:
        the String representing the total monetary amount.
      • getTotalCategorizedValue

        java.lang.String getTotalCategorizedValue()
        Returns the total of all the categorized amount values.
        Returns:
        the String representing the total monetary value.
      • toString

        java.lang.String toString()
        Returns all of the categorized monetary amounts or monetary values and their corresponding category names.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the String representing all of the categorized monetary amounts or monetary values and their corresponding category names.