Extreme IT Products is a local supplier that specialises in the sales of the latest Information Technology hardware devices. The business has recently opened an outlet in the town you reside and has hired the software development house you work for to design a Java application to manage their products. Your line manager has requested you to develop the application with the following requirements: 1.11. When the user selects to view a report, display the product report generated from the arrays in your application. You must create a class called ReportData which will contain get and set methods for each item required in the report.
In Java SE netbeans:
Extreme IT Products is a local supplier that specialises in the sales of the latest Information
Technology hardware devices. The business has recently opened an outlet in the town you reside
and has hired the software development house you work for to design a Java application to
manage their products.
Your line manager has requested you to develop the application with the following requirements:
1.11. When the user selects to view a report, display the product report generated from the
arrays in your application. You must create a class called ReportData which will contain
get and set methods for each item required in the report.
Sample Report
PRODUCT REPORT ------------------------------------------------------------------------------------------------------------------------------ PRODUCT 1 --------------------------------------------------------------- PRODUCT CODE >> A55 PRODUCT NAME >> Elitebook PRODUCT CATEGORY >> 2 years PRODUCT WARRANTY >> A55 PRODUCT PRICE >> 14500.0 PRODUCT LEVEL >> 3 PRODUCT SUPPLIER >> IT_4_Africa --------------------------------------------------------------- PRODUCT 2 --------------------------------------------------------------- PRODUCT CODE >> A54 PRODUCT NAME >> ExtremeBook PRODUCT CATEGORY >> 2 years PRODUCT WARRANTY >> A54 PRODUCT PRICE >> 12500.0 PRODUCT LEVEL >> 3 PRODUCT SUPPLIER >> IT_4_Africa --------------------------------------------------------------- PRODUCT 3 --------------------------------------------------------------- PRODUCT CODE >> A55 PRODUCT NAME >> PS5 PRODUCT CATEGORY >> 2 years PRODUCT WARRANTY >> A55 PRODUCT PRICE >> 8500.0 PRODUCT LEVEL >> 3 PRODUCT SUPPLIER >> Gaming_4_Africa ---------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------ TOTAL PRODUCT COUNT: 3 TOTAL PRODUCT VALUE: R 35500.0 AVERAGE PRODUCT VALUE: R 11833 ------------------------------------------------------------------------------------------------------------------------------ Enter (1) to launch menu or any other key to exit |
Step by step
Solved in 2 steps with 1 images