|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CurrencyConversionService
| Method Summary | |
|---|---|
Money |
convertCurrency(Money source,
Currency destinationCurrency,
int destinationScale)
Converts the given Money into the destination. |
| Method Detail |
|---|
Money convertCurrency(Money source,
Currency destinationCurrency,
int destinationScale)
source.getCurrency()
source - - the Money to convertdestinationCurrency - - which Currency to convert todestinationScale - - the scale that the result will be in. If zero, this defaults to the scale of source
and if that is zero, defaults to BankersRounding.DEFAULT_SCALE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||