© 2001 BEA Systems, Inc.

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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractMoney

public interface Money
extends java.io.Serializable

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


Method Summary
 java.lang.String getCurrency()
           
 double getValue()
           
 

Method Detail

getValue

public double getValue()
Returns:
the amount of money

getCurrency

public java.lang.String getCurrency()
Returns:
the currency string.

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved