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