All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.extension.BankAccount

java.lang.Object
   |
   +----benno.account.extension.BankAccount

public class BankAccount
extends Object
implements AccountExtension
Makes the account into an account which is held by a bank or other such institution. It will provide: Statement Reconciliation (? against .QIF files) A Cleared Balance display

Version:
$Revision: 1.1.6.1 $
Author:
Ben Clifford

Constructor Index

 o BankAccount()

Method Index

 o computeBalances(Total, Total, Total, Account)
 o getStatusLine(Account)

Constructors

 o BankAccount
 public BankAccount()

Methods

 o getStatusLine
 public String getStatusLine(Account a)
 o computeBalances
 public void computeBalances(Total f,
                             Total p,
                             Total w,
                             Account acc)

All Packages  Class Hierarchy  This Package  Previous  Next  Index