| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCurrencyCode()
Gets the currency code of this currency.
|
static ICurrency |
getInstance(String currencyCode) |
Currency |
getJavaCurrency()
Gets the
java currency instance |
String |
getSymbol()
Gets the symbol of this currency if there is one.
|
int |
hashCode() |
String |
toString() |
public String getCurrencyCode()
ICurrencygetCurrencyCode in interface ICurrencypublic String getSymbol()
ICurrencypublic Currency getJavaCurrency()
ICurrencyjava currency instancegetJavaCurrency in interface ICurrencyjava currency instance. Can be null if this currency is not ISO 4217 oneCopyright © 2016. All rights reserved.