MoneyHelper Class

com.bea.commerce.ebusiness.price.quote
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

Constructor Summary

MoneyHelper()

 

Method Summary

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
   

Constructor Detail

MoneyHelper

public MoneyHelper()
 

Method Detail

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