|
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 | |
void |
clear()
Release all variable object references. |
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. |
protected void |
finalize()
Clears up all variable object references if it is called, even through there is no guarantee to be called. |
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 |
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
public void clear()
protected void finalize() throws java.lang.Throwable
finalize
method calls clear().
Client should call this in their finally block when done with this object.
java.lang.Throwable
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |