Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Continued Instructions: 5 . Complete the 2 approval methods. These methods should ask if the banker wants to approve or deny a transaction, application, or

Continued Instructions:
5. Complete the 2 approval methods. These methods should ask if the banker
wants to approve or deny a transaction, application, or deposit. Read
comments in skeleton code for some additional notes.
Subtask 3: Admin
An Admin has no additional variables. It however has 1 method. Complete the
createBanker() method. It should ask for an username and password. It will
the call the addAccount() method from the imported jar file to create the
account.
Subtask 4: Customer
1. Create the following variables (first name, last name, email, accountNumber,
accountBalance)
2. Create constructor
3. Create setters and getters
4. Complete the methods which take in a amount of money and subtract or add it
to account balance.
5. Complete the three print methods. They should only print transactions,
applications, or deposits which are In progress.
6. Complete the printActivity() method.
7. Complete the printBankInformation() method. Should print the
information of the customer.
8. Complete the makeCashDeposit(), makeCheckDeposit(), and
makeTranfer() methods. These should get appended to allTransfers
or allDeposits depending on the method. These should also be added to
accountTransactions. This means you need to create a
bankTransaction object when adding it to accountTransactions.
Task 4:
Go back to the utility package, there should be one more class called Utility. This class
holds the menu functionality. This means that there are 4 menus, a sign in method,
application creator, and check the status of an application.
1. Create the four menu methods. The main menu should call sign in method.
The sign in method should then direct you to the other methods. See
screenshots to see what the menu should look like.
Main Menu:
Banker:
Customer:
2. Complete the sign in method. This method should ask for a username and
password. Use the signIn() method from the imported jar file from task 1 to
check if the passwords and username match.
3. Complete the customerApplicationCreation() method. This will ask
for information and use the information to create an application object. Pass
the object into the application list.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

7th edition

978-1111825911, 1111825912, 978-1133684374, 1133684378, 978-111182591

More Books

Students also viewed these Databases questions

Question

Define an unfair labor practice and provide three or four examples.

Answered: 1 week ago