com.bea.commerce.ebusiness.price.quote
Class MoneyHelper

java.lang.Object
  extended by com.bea.commerce.ebusiness.price.quote.MoneyHelper

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.


Constructor Summary
MoneyHelper()
           
 
Method Summary
static Money createAxiomMoney(Money from)
          Creates a new com.beasys.commerce.axiom.units.Money object from the specified Money object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoneyHelper

public MoneyHelper()
Method Detail

createAxiomMoney

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
See Also
Money


Copyright © 2006 BEA Systems, Inc. All Rights Reserved