Uses of Class
common.model.person.Person
-
Packages that use Person Package Description common.model.movie -
-
Uses of Person in common.model.movie
Fields in common.model.movie declared as Person Modifier and Type Field Description PersonMovieData. screenWriterMethods in common.model.movie that return Person Modifier and Type Method Description PersonMovie. getScreenWriter()Methods in common.model.movie with parameters of type Person Modifier and Type Method Description voidMovie. setScreenWriter(Person screenWriter)Constructors in common.model.movie with parameters of type Person Constructor Description Movie(long id, String name, Coordinates coordinates, LocalDate creationDate, int oscarsCount, Double totalBoxOffice, Long usaBoxOffice, Genre genre, Person screenWriter, String owner_login)MovieData(String name, Coordinates coordinates, int oscarsCount, double totalBoxOffice, long usaBoxOffice, Genre genre, Person screenWriter)
-