- getActorIn() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
- getActors() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getByNamePrefix(String) - Method in class uk.ac.cam.cl.databases.moviedb.MovieDB
-
Scans over a set of people whose name begins with the specified string.
- getByTitlePrefix(String) - Method in class uk.ac.cam.cl.databases.moviedb.MovieDB
-
Scans over a set of movies whose title begins with the specified string.
- getCertificate() - Method in class uk.ac.cam.cl.databases.moviedb.model.Certificate
-
Gets the country-specific code for the certificate, for example
"PG" for the "Parental Guidance" category in the UK.
- getCertificates() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
Gets the list of
certificates
for this movie (such as age ratings) in different countries.
- getCharacter() - Method in class uk.ac.cam.cl.databases.moviedb.model.CreditActor
-
- getCharacter() - Method in class uk.ac.cam.cl.databases.moviedb.model.Role
-
- getCinematographerIn() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
- getCinematographers() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getColorInfo() - Method in class uk.ac.cam.cl.databases.moviedb.model.ColorInfo
-
Either "Color" or "Black and White".
- getColorInfo() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getComposerIn() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
- getComposers() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getCostumeDesignerIn() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
If this person is a
costume
designer, gets a list of movies that they worked on, sorted by year.
- getCostumeDesigners() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getCountry() - Method in class uk.ac.cam.cl.databases.moviedb.model.Certificate
-
Gets the country in which the certificate applies.
- getDirectorIn() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
- getDirectors() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getEditorIn() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
If this person is a
picture
editor, gets a list of movies that they worked on, sorted by year.
- getEditors() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getGender() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
- getGenres() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getGroupOrder() - Method in class uk.ac.cam.cl.databases.moviedb.model.CreditWriter
-
Gets the second part of the order triple.
- getGroupOrder() - Method in class uk.ac.cam.cl.databases.moviedb.model.ScriptWriter
-
Gets the second part of the order triple.
- getId() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
Gets the unique numerical ID of the movie.
- getId() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
Gets the unique numerical ID of this person.
- getKeywords() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getLanguage() - Method in class uk.ac.cam.cl.databases.moviedb.model.Language
-
Gets the name of the language, for example "English".
- getLanguages() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getLineOrder() - Method in class uk.ac.cam.cl.databases.moviedb.model.CreditWriter
-
Gets the first part of the order triple.
- getLineOrder() - Method in class uk.ac.cam.cl.databases.moviedb.model.ScriptWriter
-
Gets the first part of the order triple.
- getLocation() - Method in class uk.ac.cam.cl.databases.moviedb.model.Location
-
Gets the name and place (such as city, region, country) of the location.
- getLocations() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getMovieById(int) - Method in class uk.ac.cam.cl.databases.moviedb.MovieDB
-
Looks up a movie by its unique identifier.
- getMovieId() - Method in class uk.ac.cam.cl.databases.moviedb.model.BiographyItem
-
Gets the unique numerical ID of the movie on which the person worked.
- getName() - Method in class uk.ac.cam.cl.databases.moviedb.model.CreditPerson
-
Gets the name of the person who worked on this movie.
- getName() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
- getNote() - Method in class uk.ac.cam.cl.databases.moviedb.model.BiographyItem
-
- getNote() - Method in class uk.ac.cam.cl.databases.moviedb.model.Certificate
-
Gets an informational attribute about the certificate, for example
to describe which version of a movie the certificate applies to.
- getNote() - Method in class uk.ac.cam.cl.databases.moviedb.model.ColorInfo
-
Gets an informational attribute about the colour information, for example
a note about the process used, such as Technicolor.
- getNote() - Method in class uk.ac.cam.cl.databases.moviedb.model.CreditPerson
-
- getNote() - Method in class uk.ac.cam.cl.databases.moviedb.model.Language
-
Gets an informational attribute, for example stating in which context
the language is used.
- getNote() - Method in class uk.ac.cam.cl.databases.moviedb.model.Location
-
Gets an informational attribute, for example stating which parts of the
movie are shot in this location.
- getNote() - Method in class uk.ac.cam.cl.databases.moviedb.model.ReleaseDate
-
Gets an informational attribute about the movie release.
- getNote() - Method in class uk.ac.cam.cl.databases.moviedb.model.RunningTime
-
Gets an informational attribute about the running time, for example describing
which version of the movie it applies to.
- getPersonById(int) - Method in class uk.ac.cam.cl.databases.moviedb.MovieDB
-
Looks up a person by their unique identifier.
- getPersonId() - Method in class uk.ac.cam.cl.databases.moviedb.model.CreditPerson
-
Gets the unique numerical ID of the person who worked on this movie.
- getPosition() - Method in class uk.ac.cam.cl.databases.moviedb.model.CreditActor
-
- getPosition() - Method in class uk.ac.cam.cl.databases.moviedb.model.Role
-
- getProducerIn() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
- getProducers() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getProductionDesignerIn() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
If this person is a
production
designer, gets the list of movies that they worked on, sorted by year.
- getProductionDesigners() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getReleaseDate() - Method in class uk.ac.cam.cl.databases.moviedb.model.ReleaseDate
-
Gets the date on which the movie released.
- getReleaseDates() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getRunningTime() - Method in class uk.ac.cam.cl.databases.moviedb.model.RunningTime
-
Gets the running time, either just the number of minutes, or the number of
minutes prefixed with a country, such as "Brazil:58" if different
countries have different versions of the movie.
- getRunningTimes() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getSubgroupOrder() - Method in class uk.ac.cam.cl.databases.moviedb.model.CreditWriter
-
Gets the third part of the order triple.
- getSubgroupOrder() - Method in class uk.ac.cam.cl.databases.moviedb.model.ScriptWriter
-
Gets the third part of the order triple.
- getTitle() - Method in class uk.ac.cam.cl.databases.moviedb.model.BiographyItem
-
Gets the title of the movie on which the person worked.
- getTitle() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
Gets the
title
of the movie, which usually ends with a year in parentheses
(to distinguish movies of the same title created in different years).
- getWriterIn() - Method in class uk.ac.cam.cl.databases.moviedb.model.Person
-
- getWriters() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-
- getYear() - Method in class uk.ac.cam.cl.databases.moviedb.model.Movie
-