© 2005 BEA Systems, Inc.

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

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractMoney

public interface Money
extends Serializable

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


Method Summary
 String getCurrency()
           
 double getValue()
           
 

Method Detail

getCurrency

public String getCurrency()
Returns:
the currency string.

getValue

public double getValue()
Returns:
the amount of money

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved