All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.db.CurrencyList

java.lang.Object
   |
   +----benno.account.db.CurrencyList

public final class CurrencyList
extends Object
implements Serializable
A list of currencies.

Version:
$Revision: 1.4 $
Author:
Ben Clifford

Constructor Index

 o CurrencyList()

Method Index

 o add(Currency)
 o elementAt(int)
 o enumerate()
 o size()

Constructors

 o CurrencyList
 public CurrencyList()

Methods

 o size
 public int size()
 o enumerate
 public Enumeration enumerate()
 o elementAt
 public Object elementAt(int i)
 o add
 public void add(Currency c)

All Packages  Class Hierarchy  This Package  Previous  Next  Index