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.
   
  -   ACCOUNT_ABBREVIATIONS ACCOUNT_ABBREVIATIONS
-  Abbreviations for account names to be printed on receipts.
  
-   ACCOUNT_NAMES ACCOUNT_NAMES
-  Names for accounts to be offered in menu to customer
   
  -   AccountInformation() AccountInformation()
-  
   
 ACCOUNT_NAMES
ACCOUNT_NAMES
 public static final String ACCOUNT_NAMES[]
  -  Names for accounts to be offered in menu to customer
 
 ACCOUNT_ABBREVIATIONS
ACCOUNT_ABBREVIATIONS
 public static final String ACCOUNT_ABBREVIATIONS[]
  -  Abbreviations for account names to be printed on receipts.
 
   
 AccountInformation
AccountInformation
 public AccountInformation()
All Packages  Class Hierarchy  This Package  Previous  Next  Index