com.ibm.commerce.price.beans
Interface CategorizedMonetaryAmountsSmartDataBean
- All Known Implementing Classes:
- CategorizedMonetaryAmountsDataBean
- public interface CategorizedMonetaryAmountsSmartDataBean
getACategorizedAmountWithName
public java.lang.String getACategorizedAmountWithName(java.lang.String aCategory)
getACategorizedValueWithName
public java.lang.String getACategorizedValueWithName(java.lang.String aCategory)
getAllCategorizedAmountsWithNames
public java.lang.String getAllCategorizedAmountsWithNames()
getAllCategorizedValuesWithNames
public java.lang.String getAllCategorizedValuesWithNames()
getCategorizedAmountsAndNames
public java.util.Hashtable getCategorizedAmountsAndNames()
getCategorizedAmountsDBAndNames
public java.util.Hashtable getCategorizedAmountsDBAndNames()
getCategorizedDescriptionsAndNames
public java.util.Hashtable getCategorizedDescriptionsAndNames()
getCategoryAmount
public java.math.BigDecimal getCategoryAmount()
getCategoryName
public java.lang.String getCategoryName()
getCurrency
public java.lang.String getCurrency()
getNoOfCategories
public int getNoOfCategories()
getTotalCategorizedAmount
public java.lang.String getTotalCategorizedAmount()
getTotalCategorizedValue
public java.lang.String getTotalCategorizedValue()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object