All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.db.AccountGroupList

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

public class AccountGroupList
extends Object
implements Serializable
A list of AccountGroups.

Version:
$Revision: 1.3 $
Author:
Ben Clifford

Constructor Index

 o AccountGroupList()

Method Index

 o add(AccountGroup)
 o elementAt(int)
need to tidy up types
 o enumerate()
 o size()

Constructors

 o AccountGroupList
 public AccountGroupList()

Methods

 o enumerate
 public Enumeration enumerate()
 o size
 public int size()
 o elementAt
 public Object elementAt(int i)
need to tidy up types

 o add
 public void add(AccountGroup a)

All Packages  Class Hierarchy  This Package  Previous  Next  Index