|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WrpMoney in com.billpringle.utils |
---|
Fields in com.billpringle.utils declared as WrpMoney | |
---|---|
(package private) WrpMoney |
TestMoney.amt
|
(package private) WrpMoney |
TestMoney.amt2
|
(package private) WrpMoney |
TestMoney.amt3
|
Methods in com.billpringle.utils that return WrpMoney | |
---|---|
WrpMoney |
WrpMoney.add(java.math.BigDecimal val)
Calculate the current value plus the given value This method calculates the sum of the current money value plus the specified amount and returns the result as a new object |
WrpMoney |
WrpMoney.add(WrpMoney amt)
Calculate the total of two money values Calculate the sum of this amount and the amount passed. |
WrpMoney |
WrpMoney.divide(java.math.BigDecimal val)
Divide money amount by specified value This method divides the amount of the current object by the specified value and returns a new object with that value |
WrpMoney |
WrpMoney.divide(WrpMoney amt)
Divide the current amount by the specified amount This method will divide the amount of this object by the amount stored in the parameter and return a new object with this amount |
WrpMoney |
WrpMoney.multiply(java.math.BigDecimal amt)
Multiply the current money amount by the specified value This method will multiply the value of this object by the specified amount and return the result in a new object. |
WrpMoney |
WrpMoney.multiply(WrpMoney amt)
Compute the product of two amounts. |
WrpMoney |
WrpMoney.subtract(java.math.BigDecimal val)
Calculate the difference of two money values This method subtracts the specified amount from the amount of this object and returns a new object with that difference |
WrpMoney |
WrpMoney.subtract(WrpMoney amt)
Subtract two money values Calculate the difference between the current amount and the amount passed. |
Methods in com.billpringle.utils with parameters of type WrpMoney | |
---|---|
WrpMoney |
WrpMoney.add(WrpMoney amt)
Calculate the total of two money values Calculate the sum of this amount and the amount passed. |
void |
WrpMoney.decrementBy(WrpMoney amt)
Decrement the money amount by the specified value. |
WrpMoney |
WrpMoney.divide(WrpMoney amt)
Divide the current amount by the specified amount This method will divide the amount of this object by the amount stored in the parameter and return a new object with this amount |
void |
WrpMoney.divideBy(WrpMoney amt)
Divide the current amount by the specified amount This method will divide the amount of the current object with the amount specified in the parameter and udpate the current amount with the result |
void |
WrpMoney.incrementBy(WrpMoney amt)
Increment the current amount by the specified amount This method increments the money value by the amount stored in the argument |
WrpMoney |
WrpMoney.multiply(WrpMoney amt)
Compute the product of two amounts. |
void |
WrpMoney.multiplyBy(WrpMoney amt)
Multiply the current amount by the specified amount This method will multiply the money amount of this object by the value stored in the parameter |
WrpMoney |
WrpMoney.subtract(WrpMoney amt)
Subtract two money values Calculate the difference between the current amount and the amount passed. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |