- getAccountNumber() - Method in class atm.app.Account
-
Returns the bank account number for the account.
- getAccountNumber() - Method in class atm.app.Transaction
-
Returns the user-specified account number for this transaction.
- getAvailableBalance() - Method in class atm.app.Account
-
Returns the funds available for withdrawal.
- getAvailableBalance(int) - Method in class atm.app.BankDatabase
-
Returns the available balance of the Account object for the account number.
- getBankDatabase() - Method in class atm.app.Transaction
-
Returns a reference to the bank database of user accounts.
- getInput() - Method in class atm.app.Keypad
-
Returns an integer value entered by the user.
- getScreen() - Method in class atm.app.Transaction
-
Returns a reference to the output screen.
- getTotalBalance() - Method in class atm.app.Account
-
Returns the total funds including pending deposits.
- getTotalBalance(int) - Method in class atm.app.BankDatabase
-
Returns the total balance of the Account object for the account number.