Question: Need this Java programming assignment completed within a couple of days. I've provided the instruction files, UML diagrams and expected output. Please help! The heierachy
Need this Java programming assignment completed within a couple of days. I've provided the instruction files, UML diagrams and expected output. Please help! The heierachy classes are also provided. Might be alot of information to look over but I hope someone can break it down. You mgiht have to zoom in on the UML diagrams but it should be clear.














Background We now have the beginnings of a functioning application. The next step is to prepare a process for reporting the investments held by each of our customers The backbone of the reporting logic has been provided to you. You must furnish certain, specific portions of the logic in order to complete the report processing code. Provided to you The following have been provided to you . These instructions UML Class Diagrams (NOTE: These are unchanged from PA03) * Serialized files and supporting executables (in a zipped folder) Customer.ser and the Customer.class file used to build it Security.ser and the Security.class, MutualFund.class and Stock.class files used to build it o o o CustomerException.class and SecurityException.class o CostBasis.class An Excel workbook showing the data contained in the two serialized files The expected results from the completed CustomerAccountReport.java code CustomerAccountReport.java containing much of the needed logic and which you will complete, compile, and debug as needed A grading rubric for the assignment . . . Deliverables Submit your completed CustomerAccountReport.java, CustomerCustNumber.java, and SecurityCustNumber.java source files as attachments to the assignment. You do not need to zip the files. DO NOT submit class code (compiled/built code), edit backups (.java files), or anything other than the three specific items listed above, in the format specified Requirements Custom Comparators You will need to write two custom comparator classes: Produce a custom comparator class to sort Customer objects into ascending order based on the custNumber instance variable. Name the custom comparator CustomerCustNumber. Produce a custom comparator class to sort the Security objects into ascending order based on the custNumber instance variable. Name the custom comparator SecurityCustNumber. . Background We now have the beginnings of a functioning application. The next step is to prepare a process for reporting the investments held by each of our customers The backbone of the reporting logic has been provided to you. You must furnish certain, specific portions of the logic in order to complete the report processing code. Provided to you The following have been provided to you . These instructions UML Class Diagrams (NOTE: These are unchanged from PA03) * Serialized files and supporting executables (in a zipped folder) Customer.ser and the Customer.class file used to build it Security.ser and the Security.class, MutualFund.class and Stock.class files used to build it o o o CustomerException.class and SecurityException.class o CostBasis.class An Excel workbook showing the data contained in the two serialized files The expected results from the completed CustomerAccountReport.java code CustomerAccountReport.java containing much of the needed logic and which you will complete, compile, and debug as needed A grading rubric for the assignment . . . Deliverables Submit your completed CustomerAccountReport.java, CustomerCustNumber.java, and SecurityCustNumber.java source files as attachments to the assignment. You do not need to zip the files. DO NOT submit class code (compiled/built code), edit backups (.java files), or anything other than the three specific items listed above, in the format specified Requirements Custom Comparators You will need to write two custom comparator classes: Produce a custom comparator class to sort Customer objects into ascending order based on the custNumber instance variable. Name the custom comparator CustomerCustNumber. Produce a custom comparator class to sort the Security objects into ascending order based on the custNumber instance variable. Name the custom comparator SecurityCustNumber
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
