All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.exch.ExchangeRate

java.lang.Object
   |
   +----benno.account.exch.ExchangeRate

public final class ExchangeRate
extends Object
implements Serializable
Version:
$Revision: 1.6 $
Author:
Ben Clifford

Variable Index

 o from
 o rate
 o to

Constructor Index

 o ExchangeRate(Currency, Currency, float)

Variables

 o from
 public final Currency from
 o to
 public final Currency to
 o rate
 public float rate

Constructors

 o ExchangeRate
 public ExchangeRate(Currency f,
                     Currency t,
                     float r)

All Packages  Class Hierarchy  This Package  Previous  Next  Index