public class Title extends Object implements MovieTitle, SeriesTitle, EpisodeTitle, GameTitle
| Constructor and Description |
|---|
Title() |
| Modifier and Type | Method and Description |
|---|---|
static EpisodeTitle |
getEpisodeFromJSON(org.json.JSONObject json) |
static GameTitle |
getGameFromJSON(org.json.JSONObject json) |
static MovieTitle |
getMovieFromJSON(org.json.JSONObject json) |
static SeriesTitle |
getSeriesFromJSON(org.json.JSONObject json) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActors, getAwards, getCountries, getCreators, getDirectors, getGenres, getId, getLanguages, getName, getOfficialSites, getPlot, getRating, getRatingCount, getRuntime, getType, getYeargetActors, getAwards, getCountries, getCreators, getDirectors, getGenres, getId, getLanguages, getName, getOfficialSites, getPlot, getRating, getRatingCount, getRuntime, getSeason, getTotalSeasons, getType, getYeargetActors, getAirDate, getCreators, getDirectors, getGenres, getId, getLanguages, getName, getPlot, getRating, getRatingCount, getRuntime, getSeriesId, getSeriesName, getTypegetActors, getAwards, getCountries, getCreators, getDirectors, getGenres, getId, getLanguages, getName, getOfficialSites, getPlot, getRating, getRatingCount, getType, getYearpublic static MovieTitle getMovieFromJSON(org.json.JSONObject json) throws FilmfoException
FilmfoExceptionpublic static SeriesTitle getSeriesFromJSON(org.json.JSONObject json) throws FilmfoException
FilmfoExceptionpublic static EpisodeTitle getEpisodeFromJSON(org.json.JSONObject json) throws FilmfoException
FilmfoExceptionpublic static GameTitle getGameFromJSON(org.json.JSONObject json) throws FilmfoException
FilmfoExceptionCopyright © 2017. All rights reserved.