public class Currency extends Object
| Constructor and Description |
|---|
Currency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrencyName() |
int |
getId() |
String |
getSymbol() |
void |
setCurrencyName(String currencyName) |
void |
setId(int id) |
void |
setSymbol(String symbol) |
String |
toString() |
Copyright © 2014. All rights reserved.