|
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.CurrencyDetail
The CurrencyDetail
class
represents Currency Code information,
that is, codes of different country's
currencies.
Constructor Summary | |
CurrencyDetail()
|
|
CurrencyDetail(java.lang.String str,
int precision)
|
Method Summary | |
java.lang.Object |
clone()
Makes a copy of the object. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality of currency type. |
java.lang.String |
getCurrencyCode()
Returns currency type |
int |
getPrecision()
Returns precision |
void |
setCurrencyCode(java.lang.String currencyCodeType)
Sets currency type to currencyCodeType. |
void |
setPrecision(int precision)
Sets precision |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CurrencyDetail()
public CurrencyDetail(java.lang.String str, int precision)
Method Detail |
public void setCurrencyCode(java.lang.String currencyCodeType)
public void setPrecision(int precision)
public java.lang.String getCurrencyCode()
public int getPrecision()
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 |