|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.remedy.arsys.api.FuncCurrencyInfo
The FuncCurrencyInfo class is used to represent information
about the functional currency.
| Constructor Summary | |
FuncCurrencyInfo()
constructor |
|
FuncCurrencyInfo(java.math.BigDecimal value,
java.lang.String currencyCode)
|
|
FuncCurrencyInfo(java.lang.String value,
java.lang.String currencyCode)
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality of FuncCurrencyInfo. |
java.lang.String |
getCurrencyCode()
Returns currency code. |
java.math.BigDecimal |
getValue()
Returns value of currency. |
void |
setCurrencyCode(java.lang.String currencyCode)
Sets currency code. |
void |
setValue(java.math.BigDecimal value)
Sets value of currency. |
java.lang.String |
toString()
Converts FuncCurrencyInfo to String. |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FuncCurrencyInfo()
public FuncCurrencyInfo(java.math.BigDecimal value,
java.lang.String currencyCode)
public FuncCurrencyInfo(java.lang.String value,
java.lang.String currencyCode)
| Method Detail |
public java.math.BigDecimal getValue()
public void setValue(java.math.BigDecimal value)
public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Object
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||