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)
aCategory
- - the categoryString
representing monetary amount and
the corresponding name of a particular category.java.lang.String getACategorizedValueWithName(java.lang.String aCategory)
aCategory
- - the categoryString
representing monetary value and
the corresponding name of a particular category.java.lang.String getAllCategorizedAmountsWithNames()
String
representing all of the categorized
monetary amounts and the corresponding category names.java.lang.String getAllCategorizedValuesWithNames()
String
representing all of the categorized
monetary values and the corresponding category names.java.util.Hashtable getCategorizedAmountsAndNames()
Hashtable
containing the categorized names and
monetary amounts.java.util.Hashtable getCategorizedAmountsDBAndNames()
Hashtable
containing the categorized names and
MonetaryAmountDataBean.java.util.Hashtable getCategorizedDescriptionsAndNames()
Hashtable
containing the categorized descriptions and
names.java.math.BigDecimal getCategoryAmount()
BigDecimal
containing the monetary value.java.lang.String getCategoryName()
String
containing the category name.java.lang.String getCurrency()
String
representing the monetary currency.int getNoOfCategories()
int
containing the total numbers of categories.java.lang.String getTotalCategorizedAmount()
String
representing the total monetary amount.java.lang.String getTotalCategorizedValue()
String
representing the total monetary value.java.lang.String toString()
toString
in class java.lang.Object
String
representing all of the categorized
monetary amounts or monetary values and their corresponding category
names.