public class FastMoneyAmountBuilder extends AbstractAmountBuilder<FastMoney>
MonetaryAmountFactory
creating instances of FastMoney
.Constructor and Description |
---|
FastMoneyAmountBuilder() |
Modifier and Type | Method and Description |
---|---|
protected FastMoney |
create(Number number,
javax.money.CurrencyUnit currency,
javax.money.MonetaryContext monetaryContext) |
Class<FastMoney> |
getAmountType() |
javax.money.NumberValue |
getMaxNumber() |
javax.money.NumberValue |
getMinNumber() |
protected javax.money.MonetaryContext |
loadDefaultMonetaryContext() |
protected javax.money.MonetaryContext |
loadMaxMonetaryContext() |
create, getBigDecimal, getDefaultMonetaryContext, getMaximalMonetaryContext, setAmount, setContext, setCurrency, setCurrency, setNumber, setNumber, setNumber
public FastMoneyAmountBuilder()
protected FastMoney create(Number number, javax.money.CurrencyUnit currency, javax.money.MonetaryContext monetaryContext)
create
in class AbstractAmountBuilder<FastMoney>
public Class<FastMoney> getAmountType()
public javax.money.NumberValue getMaxNumber()
public javax.money.NumberValue getMinNumber()
protected javax.money.MonetaryContext loadDefaultMonetaryContext()
loadDefaultMonetaryContext
in class AbstractAmountBuilder<FastMoney>
protected javax.money.MonetaryContext loadMaxMonetaryContext()
loadMaxMonetaryContext
in class AbstractAmountBuilder<FastMoney>
Copyright © 2012-2015 JavaMoney. All Rights Reserved.