Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Upload a jar file with all of the .java source files that contribute to your system: Movie Actor Actress Director Provide at least two constructors

Upload a jar file with all of the .java source files that contribute to your system:

  • Movie
  • Actor
  • Actress
  • Director

Provide at least two constructors per subject class (i.e., IMDb is a test class; not a subject class).

Provide a getter and setter for each field in the UML diagram. Make all fields private.

image text in transcribed

Movie Actress -title: String - String Fname - genre: String - String Lname + year: String - int Age - Salary: int - director: String + getboxOffice(): int + setboxOffice(): int TEST UML + getTitle(): String + setTitle(): String + getGenre(): String + setGenre(): String + getSalary(): String + Set Salary: String + getFrame(): String + setLname: String + getLname: String + setFname(): String + getAge(): int + get Year(): int + set Year(): int + getDirector(): String + setDirector(): String + setAge(): int Actor - Name: String - IName: String - salary: int - age: int Director - Fname: String - Lname: String - Salary: int + getFname(): String + setFrame(): String + getLname(): String + setlname(): String + getSalary(): int + Set Salary(): int + getFname(): String + setFname(): String + setLname: String + get name: String + getSalary): int + setSalary(): int + getAge(): int + setAge(): int

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

Practical Neo4j

Authors: Gregory Jordan

1st Edition

1484200225, 9781484200223

More Books

Students also viewed these Databases questions