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