| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.CurrencyDetail
public class CurrencyDetail
The CurrencyDetail class represents Currency Code information, that is, codes of different country's
 currencies.
| Constructor Summary | |
|---|---|
CurrencyDetail()
construct an empty CurrencyDetail object  | 
|
CurrencyDetail(String currencyCode,
               int precision)
construct an CurrencyDetail object with the provided currency code and precision  | 
|
| Method Summary | |
|---|---|
 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  | 
 int | 
getPrecision()
Returns precision  | 
 int | 
hashCode()
Returns the hash code value for this instance of the current class.  | 
 void | 
setCurrencyCode(String currencyCode)
Sets currency code to the provided value.  | 
 void | 
setPrecision(int precision)
Sets precision  | 
 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 CurrencyDetail()
public CurrencyDetail(String currencyCode,
                      int precision)
currencyCode - currency codeprecision - the precision of the currency| Method Detail | 
|---|
public void setCurrencyCode(String currencyCode)
public void setPrecision(int precision)
public String getCurrencyCode()
public int getPrecision()
public boolean equals(Object obj)
equals in class Objectobj - the object that we are comparing to
public Object clone()
             throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic String toString()
toString in class Objectpublic 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 | |||||||||