Package | Description |
---|---|
com.knowgate.currency |
Currency Type
|
Modifier and Type | Method and Description |
---|---|
Money |
Money.add(Money oMny)
Add two money amounts
|
Money |
Money.convertTo(CurrencyCode oTarget,
BigDecimal oRatio)
Convert this money to another currency
|
Money |
Money.convertTo(String sTarget,
BigDecimal oRatio)
Convert this money to another currency
|
Money |
Money.max(Money oMny)
Maximum of this Money instance and given Money instance
|
Money |
Money.min(Money oMny)
Minimum of this Money instance and given Money instance
|
static Money |
Money.parse(String sVal)
Create a Money instance from a figure and currency
|
Money |
Money.round2()
Rounds a BigDecimal value to two decimals
|
Money |
Money.subtract(Money oMny)
Subtract two money amounts
|
Modifier and Type | Method and Description |
---|---|
Money |
Money.add(Money oMny)
Add two money amounts
|
int |
Money.compareTo(Money oMny)
Compare to money amounts with the same currency
|
Money |
Money.max(Money oMny)
Maximum of this Money instance and given Money instance
|
Money |
Money.min(Money oMny)
Minimum of this Money instance and given Money instance
|
Money |
Money.subtract(Money oMny)
Subtract two money amounts
|
Constructor and Description |
---|
Money(Money oVal)
Constructor that makes a copy from another Money value
|
Copyright © 2001–2019 KnowGate. All rights reserved.