public class MoneyRange extends Object
| Constructor | Description |
|---|---|
MoneyRange() |
|
MoneyRange(BigInteger minimumAmount,
BigInteger maximumAmount) |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getMaximumAmount() |
|
BigInteger |
getMinimumAmount() |
|
MoneyRange |
withMaximumAmount(BigInteger maximumAmount) |
|
MoneyRange |
withMinimumAmount(BigInteger minimumAmount) |
public MoneyRange()
public MoneyRange(BigInteger minimumAmount, BigInteger maximumAmount)
public MoneyRange withMinimumAmount(BigInteger minimumAmount)
public MoneyRange withMaximumAmount(BigInteger maximumAmount)
public BigInteger getMinimumAmount()
public BigInteger getMaximumAmount()
Copyright © 2018 The Apache Software Foundation. All rights reserved.