Package com.esprit.models.films
Class Actor
java.lang.Object
com.esprit.models.films.Actor
The Actor class represents an actor in a film.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
name
-
image
-
biography
-
numberOfAppearances
private int numberOfAppearances -
films
-
categories
-
-
Constructor Details
-
Actor
Constructor without id for creating new actor instances. -
Actor
Constructor with id for existing actor instances. -
Actor
Constructor with only id.
-