All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class banking.AccountInformation

java.lang.Object
   |
   +----banking.AccountInformation

public class AccountInformation
extends Object
The static members of this class incorporate information about accounts offered by the bank. Actual communication with the bank uses account type numbers - e.g. 0 represents the first type of account listed.


Variable Index

 o ACCOUNT_ABBREVIATIONS
Abbreviations for account names to be printed on receipts.
 o ACCOUNT_NAMES
Names for accounts to be offered in menu to customer

Constructor Index

 o AccountInformation()

Variables

 o ACCOUNT_NAMES
 public static final String ACCOUNT_NAMES[]
Names for accounts to be offered in menu to customer

 o ACCOUNT_ABBREVIATIONS
 public static final String ACCOUNT_ABBREVIATIONS[]
Abbreviations for account names to be printed on receipts.

Constructors

 o AccountInformation
 public AccountInformation()

All Packages  Class Hierarchy  This Package  Previous  Next  Index