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

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

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

getValue

double getValue()
Returns
the amount of money

getCurrency

String getCurrency()
Returns
the currency string.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved