public interface CategorizedMonetaryAmountsSmartDataBean
Modifier and Type | Method and Description |
---|---|
java.lang.String | getACategorizedAmountWithName(java.lang.String aCategory)
Returns the monetary amount and name of a particular category.
|
java.lang.String | getACategorizedValueWithName(java.lang.String aCategory)
Returns the monetary value and name of a particular category.
|
java.lang.String | getAllCategorizedAmountsWithNames()
Returns all of the categorized monetary amounts and names.
|
java.lang.String | getAllCategorizedValuesWithNames()
Returns all of the categorized monetary values and names.
|
java.util.Hashtable | getCategorizedAmountsAndNames()
Gets the categorized names and monetary amounts hashtable.
|
java.util.Hashtable | getCategorizedAmountsDBAndNames()
Gets the categorized names and MonetaryAmountDataBean hashtable.
|
java.util.Hashtable | getCategorizedDescriptionsAndNames()
Gets the categorized descriptions and names hashtable.
|
java.math.BigDecimal | getCategoryAmount()
Gets the category monetary value.
|
java.lang.String | getCategoryName()
Gets the category name.
|
java.lang.String | getCurrency()
Gets the monetary currency.
|
int | getNoOfCategories()
Returns the total number of categories.
|
java.lang.String | getTotalCategorizedAmount()
Returns the total of all the categorized amounts.
|
java.lang.String | getTotalCategorizedValue()
Returns the total of all the categorized amount values.
|
java.lang.String | toString()
Returns all of the categorized monetary amounts or monetary values and their corresponding category names.
|
java.lang.String getACategorizedAmountWithName(java.lang.String aCategory)
java.lang.String getACategorizedValueWithName(java.lang.String aCategory)
java.lang.String getAllCategorizedAmountsWithNames()
java.lang.String getAllCategorizedValuesWithNames()
java.util.Hashtable getCategorizedAmountsAndNames()
java.util.Hashtable getCategorizedAmountsDBAndNames()
java.util.Hashtable getCategorizedDescriptionsAndNames()
java.math.BigDecimal getCategoryAmount()
java.lang.String getCategoryName()
java.lang.String getCurrency()
int getNoOfCategories()
java.lang.String getTotalCategorizedAmount()
java.lang.String getTotalCategorizedValue()
java.lang.String toString()