public class CurrencyItem extends Object
| Constructor and Description |
|---|
CurrencyItem(Currency currency,
CurrencyType type)
Create currency item.
|
| Modifier and Type | Method and Description |
|---|---|
Currency |
getCurrency()
Supported or used currency.
|
CurrencyType |
getType()
Type of currency.
|
String |
toString()
String representation for debugging purpose.
|
public CurrencyItem(Currency currency, CurrencyType type)
public Currency getCurrency()
public CurrencyType getType()