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

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

Deprecated

@Deprecated
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()
          Deprecated  
 
Method Summary
static Money createAxiomMoney(Money from)
          Deprecated 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()
Deprecated 
Method Detail

createAxiomMoney

public static Money createAxiomMoney(Money from)
Deprecated 
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 © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.