com.bea.commerce.ebusiness.price.quote
Interface Money

All Superinterfaces
Serializable
All Known Implementing Classes:
AbstractMoney, ImmutableMoney, MutableMoney

Deprecated

@Deprecated
public interface Money
extends Serializable

Represents money, a currency type (e.g. US Dollar) and an amount


Method Summary
 String getCurrency()
          Deprecated  
 double getValue()
          Deprecated  
 

Method Detail

getValue

double getValue()
Deprecated 
Returns
the amount of money

getCurrency

String getCurrency()
Deprecated 
Returns
the currency string.


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.