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