public class Currency extends Object
| Constructor and Description |
|---|
Currency() |
| Modifier and Type | Method and Description |
|---|---|
Currency |
code(String code) |
Currency |
description(String description) |
boolean |
equals(Object o) |
String |
getCode()
3 letter alpha code for the currency – see list of currency codes
|
String |
getDescription()
Name of Currency
|
int |
hashCode() |
void |
setCode(String code) |
void |
setDescription(String description) |
String |
toString() |
public String getCode()
public void setCode(String code)
public String getDescription()
public void setDescription(String description)
Copyright © 2018. All rights reserved.