public class Money extends Object implements Serializable
| Constructor and Description |
|---|
Money() |
Money(Currency currency,
double amount) |
| Modifier and Type | Method and Description |
|---|---|
static Money |
createEmptyInstance(Locale locale) |
double |
getAmount() |
Currency |
getCurrency() |
static Locale |
getLocaleForCurrencySymbol(char symbol) |
void |
setAmount(double amount) |
void |
setCurrency(Currency currency) |
public Money()
public Money(Currency currency, double amount)
Copyright © 2017. All rights reserved.