public final class Currency extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCode()
The currency code
|
String |
getCountry()
Get the country alpha2 code where this currency is used
|
String |
getName()
The name of the currency
|
String |
getSymbol()
The symbol of the currency
|
int |
hashCode() |
String |
toString()
The string representation of the currency
|
public final String getCountry()
public final String getName()
public final String getCode()
public final String getSymbol()
public String toString()
toString
in class Object
Object.toString()