Currency Class
- public class Currency
extends Object
-
Hierarchy
-
Object
Currency
Currency
public Currency()
Currency
public Currency(Currency curr)
getEnglishLabel() Method
public String getEnglishLabel()
getISOCode() Method
public String getISOCode()
setEnglishLabel(String) Method
public void setEnglishLabel(String label)
setISOCode(String) Method
public void setISOCode(String abbr)
throws IllegalArgumentException
Exceptions
-
IllegalArgumentException
toString() Method
public String toString()
-
Overrides
-
Object.toString()