Package | Description |
---|---|
uk.ac.cam.cl.databases.moviedb.model |
Modifier and Type | Class and Description |
---|---|
class |
Role
A Role appears on a
Person object, and describes a part that this person
played in a particular movie (as actor or actress). |
class |
ScriptWriter
A ScriptWriter appears on a
Person object, and describes a movie for
which that person wrote the screenplay or story. |
Modifier and Type | Method and Description |
---|---|
List<BiographyItem> |
Person.getCinematographerIn()
If this person is a cinematographer
or director of photography, gets a list of movies that they worked on, sorted by year.
|
List<BiographyItem> |
Person.getComposerIn()
If this person is a composer, gets the
list of movies on which
they composed the main background score, sorted by year.
|
List<BiographyItem> |
Person.getCostumeDesignerIn()
If this person is a costume
designer, gets a list of movies that they worked on, sorted by year.
|
List<BiographyItem> |
Person.getDirectorIn()
If this person is a director, gets the
list of movies they
directed, sorted by year.
|
List<BiographyItem> |
Person.getEditorIn()
If this person is a picture
editor, gets a list of movies that they worked on, sorted by year.
|
List<BiographyItem> |
Person.getProducerIn()
If this person is a producer
(including executive producer, line producer, etc.), gets the list of movies that they
produced, sorted by year.
|
List<BiographyItem> |
Person.getProductionDesignerIn()
If this person is a production
designer, gets the list of movies that they worked on, sorted by year.
|
Copyright © 2017. All rights reserved.