MoneyHelper Class
- public class MoneyHelper
extends Object
Provides a helper method for creating
com.beasys.commerce.axiom.units.Money objects
from objects that implement the
com.bea.commerce.ebusiness.price.quote.Money interface.
-
Hierarchy
-
Object
MoneyHelper
public static Money |
-
createAxiomMoney (Money from)
- Creates a new com.beasys.commerce.axiom.units.Money
object from the specified Money object
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoneyHelper
public MoneyHelper()
createAxiomMoney(Money) Method
public static Money
createAxiomMoney(Money
from)
Creates a new com.beasys.commerce.axiom.units.Money
object from the specified Money object
Parameters
-
from
- a Money object
Returns
- a new com.beasys.commerce.axiom.units.Money object
Related Topics
Money