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

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

Deprecated See BEA Commerce product offering

@Deprecated
public interface Money
extends Serializable

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


Method Summary
 String getCurrency()
          Deprecated See BEA Commerce product offering
 double getValue()
          Deprecated See BEA Commerce product offering
 

Method Detail

getValue

double getValue()
Deprecated See BEA Commerce product offering

Returns
the amount of money

getCurrency

String getCurrency()
Deprecated See BEA Commerce product offering

Returns
the currency string.


Copyright © 2008 BEA Systems, Inc. All Rights Reserved