|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.siebel.rf.offline.data.currency.Currency
The Currency persisted class
| Field Summary | |
java.lang.String |
currency
|
java.lang.Double |
currencyDecimalPlaces
|
java.lang.String |
currencyName
|
static com.bankframe.services.logger.ELogger |
logger
|
static java.util.HashMap |
MAPPING
|
static java.util.ArrayList |
PK_ATTRBUTES
|
| Constructor Summary | |
Currency()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Compares object |
java.lang.String |
getCurrency()
Returns currency |
java.lang.Double |
getCurrencyDecimalPlaces()
Returns currencyDecimalPlaces |
java.util.Collection |
getCurrencyDenominations(java.lang.String currency)
Returns collection of CurrencyDenomination |
java.lang.String |
getCurrencyName()
Returns currencyName |
java.util.HashMap |
getMapping()
Returns attributes vs. |
java.util.ArrayList |
getPKAttributes()
Returns collection of primary key attributes |
java.lang.String |
getTableName()
Returns tableName of Currency |
void |
setCurrency(java.lang.String currency)
Sets currency |
void |
setCurrencyDecimalPlaces(java.lang.Double currencyDecimalPlaces)
Sets currencyDecimalPlaces |
void |
setCurrencyName(java.lang.String currencyName)
Sets currencyName |
com.bankframe.bo.DataPacket |
toDataPacket()
Creates dataPacket for Currency |
java.lang.String |
toString()
Converts DataPacket to String |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String currency
public java.lang.String currencyName
public java.lang.Double currencyDecimalPlaces
public static java.util.HashMap MAPPING
public static java.util.ArrayList PK_ATTRBUTES
public static com.bankframe.services.logger.ELogger logger
| Constructor Detail |
public Currency()
| Method Detail |
public java.lang.String getCurrency()
public java.lang.String getCurrencyName()
public java.lang.Double getCurrencyDecimalPlaces()
public void setCurrency(java.lang.String currency)
currency - Stringpublic void setCurrencyName(java.lang.String currencyName)
currencyName - Stringpublic void setCurrencyDecimalPlaces(java.lang.Double currencyDecimalPlaces)
currencyDecimalPlaces - Doublepublic java.util.HashMap getMapping()
getMapping in interface Persistedpublic java.util.ArrayList getPKAttributes()
getPKAttributes in interface Persistedpublic java.lang.String getTableName()
getTableName in interface Persistedpublic com.bankframe.bo.DataPacket toDataPacket()
toDataPacket in interface Persistedpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - Object
public java.util.Collection getCurrencyDenominations(java.lang.String currency)
throws com.bankframe.ejb.ProcessingErrorException
currency - Stringcom.bankframe.ejb.ProcessingErrorException - This exception is thrown if Processing fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||