public static class CurrencyRatesCommand.CurrencyRateEntry
extends java.lang.Object
| Constructor and Description |
|---|
CurrencyRateEntry(Currency from,
Currency to,
double amount) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount() |
Currency |
getFrom() |
Currency |
getTo() |