|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.FuncCurrencyInfo
public class FuncCurrencyInfo
The FuncCurrencyInfo
class is used to represent information
about the functional currency.
Constructor Summary | |
---|---|
FuncCurrencyInfo()
constructor |
|
FuncCurrencyInfo(BigDecimal value,
String currencyCode)
|
|
FuncCurrencyInfo(String value,
String currencyCode)
|
Method Summary | |
---|---|
void |
clear()
Release all variable object references. |
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
String |
getCurrencyCode()
Returns currency code. |
BigDecimal |
getValue()
Returns value of currency. |
String |
getValueString()
Returns value of currency (string). |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setCurrencyCode(String currencyCode)
Sets currency code. |
void |
setValue(BigDecimal value)
Sets value of currency. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FuncCurrencyInfo()
public FuncCurrencyInfo(BigDecimal value, String currencyCode)
public FuncCurrencyInfo(String value, String currencyCode)
Method Detail |
---|
public BigDecimal getValue()
public String getValueString()
public void setValue(BigDecimal value)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public void clear()
public int hashCode()
hashCode
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |