Money Interface

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

public interface Money

    extends Serializable

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


All Known Implementing Classes
AbstractMoney
All Superinterfaces
Serializable

Method Summary

public String
getCurrency()
public double
getValue()

Method Detail

getCurrency() Method

public String getCurrency()

Returns

the currency string.

getValue() Method

public double getValue()

Returns

the amount of money