Question: The Language is java Project Scenario OraclProduction OraclProduction Ltd are specialists in producing production line manufacturing plan They could be asked to create a production

The Language is javaThe Language is java Project Scenario OraclProduction OraclProduction Ltd are specialists inproducing production line manufacturing plan They could be asked to create aproduction plant for any type of product ranging from a simple packagingsystem to a variety of electronic devices. Recently they have been askedto create a production line for multimedia devices which include music andmovie players. They wish to employee you to design a template inJava for creating and recording all future production line items. For this

Project Scenario OraclProduction OraclProduction Ltd are specialists in producing production line manufacturing plan They could be asked to create a production plant for any type of product ranging from a simple packaging system to a variety of electronic devices. Recently they have been asked to create a production line for multimedia devices which include music and movie players. They wish to employee you to design a template in Java for creating and recording all future production line items. For this particular production facility you will only implement a concrete class for music and movie players Your task is to create a flexible structure that could be used in any production line. This structure would then allow easy modification to handle different products. Step 1 Create an interface called Item that will force all classes to implement the following functions. A constant called manufacturer that would be set to "OracleProduction". A method setProductionNumber that would have one integer parameter A method setName that would have one String parameter A method getName that would return a String A method getManufactureDate that would return a Date A method getSerialNumber that would return an int Step 2 All items will have a pre-set type. Currently there are 4 types. Create an enum called ItemType that will store the following information. Type Code Audio AU Visual AudioMobile AM Visual Mobile VM

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!