Uses of Class
common.model.movie.Genre
-
Packages that use Genre Package Description common.model.movie -
-
Uses of Genre in common.model.movie
Fields in common.model.movie declared as Genre Modifier and Type Field Description GenreMovieData. genreMethods in common.model.movie that return Genre Modifier and Type Method Description GenreMovie. getGenre()static GenreGenre. valueOf(String name)Returns the enum constant of this type with the specified name.static Genre[]Genre. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in common.model.movie with parameters of type Genre Modifier and Type Method Description voidMovie. setGenre(Genre genre)Constructors in common.model.movie with parameters of type Genre 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)
-