|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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. |
java.lang.String |
getValueString()
Returns value of currency (string). |
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 java.lang.String getValueString()
public void setValue(java.math.BigDecimal value)
public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
public java.lang.String toString()
public boolean equals(java.lang.Object anObject)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||