diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index eeb9032dc..07958cfe7 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + All Classes (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -46,6 +46,8 @@ All Classes (API-The MovieDB 3.4-SNAPSHOT API)
Keyword
+KeywordMovie +
Language
MovieChanges @@ -94,6 +96,8 @@ All Classes (API-The MovieDB 3.4-SNAPSHOT API)
WrapperAlternativeTitles
+WrapperBase +
WrapperChanges
WrapperCollection @@ -108,6 +112,8 @@ All Classes (API-The MovieDB 3.4-SNAPSHOT API)
WrapperImages
+WrapperKeywordMovies +
WrapperKeywords
WrapperMovie diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index b33dd4d6f..e70d7ee55 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + All Classes (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -46,6 +46,8 @@ All Classes (API-The MovieDB 3.4-SNAPSHOT API)
Keyword
+KeywordMovie +
Language
MovieChanges @@ -94,6 +96,8 @@ All Classes (API-The MovieDB 3.4-SNAPSHOT API)
WrapperAlternativeTitles
+WrapperBase +
WrapperChanges
WrapperCollection @@ -108,6 +112,8 @@ All Classes (API-The MovieDB 3.4-SNAPSHOT API)
WrapperImages
+WrapperKeywordMovies +
WrapperKeywords
WrapperMovie diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html index 282d6e79b..ce9447c31 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html @@ -2,13 +2,13 @@ - + MovieDbException.MovieDbExceptionType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index d4e5bda0f..ec9569964 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,13 +2,13 @@ - + MovieDbException (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index 6239532c1..40df974a6 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,13 +2,13 @@ - + TheMovieDbApi (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -264,7 +264,7 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h - List<MovieList> + List<KeywordMovie> getKeywordMovies(String keywordId, String language, int page) @@ -317,6 +317,16 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h + void +getMovieChangesList(int page, + String startDate, + String endDate) + +
+            + + +  List<Artwork> getMovieImages(int movieId, String language) @@ -407,6 +417,16 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h + void +getPersonChangesList(int page, + String startDate, + String endDate) + +
+            + + +  List<PersonCredit> getPersonCredits(int personId) @@ -1499,16 +1519,48 @@ public

getKeywordMovies

-public List<MovieList> getKeywordMovies(String keywordId,
-                                        String language,
-                                        int page)
-                                 throws MovieDbException
+public List<KeywordMovie> getKeywordMovies(String keywordId, + String language, + int page) + throws MovieDbException
Get the list of movies for a particular keyword by id.

Parameters:
keywordId -
language -
page -
Returns:
List of movies with the keyword +
Throws: +
MovieDbException
+
+
+
+ +

+getMovieChangesList

+
+public void getMovieChangesList(int page,
+                                String startDate,
+                                String endDate)
+                         throws MovieDbException
+
+
+ +
Throws: +
MovieDbException
+
+
+
+ +

+getPersonChangesList

+
+public void getPersonChangesList(int page,
+                                 String startDate,
+                                 String endDate)
+                          throws MovieDbException
+
+
+
Throws:
MovieDbException
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html index 66fe7188a..c2541fce1 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index 48c461a4b..5ed0a83f3 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -204,7 +204,7 @@ Uses of - List<MovieList> + List<KeywordMovie> TheMovieDbApi.getKeywordMovies(String keywordId, String language, int page) @@ -257,6 +257,16 @@ Uses of + void +TheMovieDbApi.getMovieChangesList(int page, + String startDate, + String endDate) + +
+            + + +  List<Artwork> TheMovieDbApi.getMovieImages(int movieId, String language) @@ -347,6 +357,16 @@ Uses of + void +TheMovieDbApi.getPersonChangesList(int page, + String startDate, + String endDate) + +
+            + + +  List<PersonCredit> TheMovieDbApi.getPersonCredits(int personId) diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 9f64fd804..6d57ad4cb 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index 54edc6f38..d446eb0c0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,13 +2,13 @@ - + AlternativeTitle (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index baf013c1a..5e2942b56 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,13 +2,13 @@ - + Artwork (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index b2897c078..23a3c4966 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,13 +2,13 @@ - + ArtworkType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html index 61d145b8f..9b563884f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html @@ -2,13 +2,13 @@ - + ChangeItem (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html index ad6d6a18d..26b35116c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html @@ -2,13 +2,13 @@ - + ChangeValue (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index 30f3358af..3e00574cf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,13 +2,13 @@ - + Collection (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index 96bbf95b4..558862383 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,13 +2,13 @@ - + CollectionInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index b8c64b11c..1b17ddc9a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,13 +2,13 @@ - + Company (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index 7f466d741..bac081da0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,13 +2,13 @@ - + Genre (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index 18cb0fdb1..1ca14e3fa 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,13 +2,13 @@ - + Keyword (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -57,7 +57,7 @@ function windowTitle()  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -387,7 +387,7 @@ public  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html new file mode 100644 index 000000000..5a55dbe10 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html @@ -0,0 +1,641 @@ + + + + + + + +KeywordMovie (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class KeywordMovie

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.KeywordMovie
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class KeywordMovie
extends Object
implements Serializable
+ + +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
KeywordMovie() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetBackdropPath() + +
+           
+ StringgetId() + +
+           
+ StringgetOriginalTitle() + +
+           
+ StringgetPosterPath() + +
+           
+ StringgetReleaseDate() + +
+           
+static longgetSerialVersionUID() + +
+           
+ StringgetTitle() + +
+           
+ floatgetVoteAverage() + +
+           
+ doublegetVoteCount() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetBackdropPath(String backdropPath) + +
+           
+ voidsetId(String id) + +
+           
+ voidsetOriginalTitle(String originalTitle) + +
+           
+ voidsetPosterPath(String posterPath) + +
+           
+ voidsetReleaseDate(String releaseDate) + +
+           
+ voidsetTitle(String title) + +
+           
+ voidsetVoteAverage(float voteAverage) + +
+           
+ voidsetVoteCount(double voteCount) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+KeywordMovie

+
+public KeywordMovie()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSerialVersionUID

+
+public static long getSerialVersionUID()
+
+
+
+
+
+
+
+
+
+ +

+getBackdropPath

+
+public String getBackdropPath()
+
+
+
+
+
+
+
+
+
+ +

+getId

+
+public String getId()
+
+
+
+
+
+
+
+
+
+ +

+getOriginalTitle

+
+public String getOriginalTitle()
+
+
+
+
+
+
+
+
+
+ +

+getReleaseDate

+
+public String getReleaseDate()
+
+
+
+
+
+
+
+
+
+ +

+getPosterPath

+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+
+ +

+getTitle

+
+public String getTitle()
+
+
+
+
+
+
+
+
+
+ +

+getVoteAverage

+
+public float getVoteAverage()
+
+
+
+
+
+
+
+
+
+ +

+getVoteCount

+
+public double getVoteCount()
+
+
+
+
+
+
+
+
+
+ +

+setBackdropPath

+
+public void setBackdropPath(String backdropPath)
+
+
+
+
+
+
+
+
+
+ +

+setId

+
+public void setId(String id)
+
+
+
+
+
+
+
+
+
+ +

+setOriginalTitle

+
+public void setOriginalTitle(String originalTitle)
+
+
+
+
+
+
+
+
+
+ +

+setReleaseDate

+
+public void setReleaseDate(String releaseDate)
+
+
+
+
+
+
+
+
+
+ +

+setPosterPath

+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+
+ +

+setTitle

+
+public void setTitle(String title)
+
+
+
+
+
+
+
+
+
+ +

+setVoteAverage

+
+public void setVoteAverage(float voteAverage)
+
+
+
+
+
+
+
+
+
+ +

+setVoteCount

+
+public void setVoteCount(double voteCount)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index 6c6335e4c..3c96d5ed5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,13 +2,13 @@ - + Language (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -56,7 +56,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -386,7 +386,7 @@ public PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html index 7e2fcbadb..4c1a2e148 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html @@ -2,13 +2,13 @@ - + MovieChanges (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index 90f011665..85accb8bb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,13 +2,13 @@ - + MovieDb (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html index 16ed7db7c..ab65e690b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -2,13 +2,13 @@ - + MovieDbList (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html index 24abb6b09..ae69732cf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html @@ -2,13 +2,13 @@ - + MovieList (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html index e6da6c133..4edda6350 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,13 +2,13 @@ - + Person (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html index 818867178..f6ca5d3fe 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,13 +2,13 @@ - + PersonCast (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html index 01a1c2ea1..d5c0da816 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,13 +2,13 @@ - + PersonCredit (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html index 005a8fdde..549422809 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,13 +2,13 @@ - + PersonCrew (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html index c7613ec70..43492df49 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,13 +2,13 @@ - + PersonType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html index c1bfe8a8b..2a649ac0b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,13 +2,13 @@ - + ProductionCompany (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html index f349c30f8..eab23a04e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,13 +2,13 @@ - + ProductionCountry (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html index 61a0a9ff2..3a9c10211 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,13 +2,13 @@ - + ReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index b10190867..03834963e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,13 +2,13 @@ - + StatusCode (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index e56bc350e..341886b0a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,13 +2,13 @@ - + TmdbConfiguration (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index 1fdacf7e8..335fcf6c7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,13 +2,13 @@ - + TokenAuthorisation (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index 561ef6408..de710cf33 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,13 +2,13 @@ - + TokenSession (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index df758c0cd..c68c8e341 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,13 +2,13 @@ - + Trailer (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index 836394084..c5087cffa 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,13 +2,13 @@ - + Translation (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html index b037b896f..b35b27c7e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html index e3eb40f3c..ce29ae959 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html index b99fcf6cd..2d906f380 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html index 364fcd41f..25a127c0d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeItem (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html index fa590e843..570c56dc4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeValue (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html index 9e1adc246..0f54509c7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html index 09181423f..2817dcb2f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html index 9b56eade2..9fd3e23a8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html index 4dc182cb9..710cb4bdf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html index 310fd2f7b..8ddf10b6e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html new file mode 100644 index 000000000..747ebf80b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html @@ -0,0 +1,228 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.KeywordMovie

+
+ + + + + + + + + + + + + +
+Packages that use KeywordMovie
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of KeywordMovie in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type KeywordMovie
+ List<KeywordMovie>TheMovieDbApi.getKeywordMovies(String keywordId, + String language, + int page) + +
+          Get the list of movies for a particular keyword by id.
+  +

+ + + + + +
+Uses of KeywordMovie in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type KeywordMovie
+ List<KeywordMovie>WrapperKeywordMovies.getResults() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type KeywordMovie
+ voidWrapperKeywordMovies.setResults(List<KeywordMovie> results) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html index 8c057b65c..9c80e6b9e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html index 13d81f3ac..24460f70b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieChanges (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html index acf730117..a3dc3fcdf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -345,7 +345,7 @@ Uses of  void -WrapperMovie.setMovies(List<MovieDb> results) +WrapperMovie.setMovies(List<MovieDb> movies)
            diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html index 87e27bc69..659ac163a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html index a700ff8e1..33a48b06d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -118,16 +118,6 @@ Uses of  List<MovieList> -TheMovieDbApi.getKeywordMovies(String keywordId, - String language, - int page) - -
-          Get the list of movies for a particular keyword by id. - - - - List<MovieList> TheMovieDbApi.getMovieLists(int movieId, String language, int page) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html index d63c14404..809dec948 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html index 38b7be001..39b5a5960 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html index 3a60126f6..e61f2536e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html index 79d9916d4..6f7b89e7b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html index 9e9c9f6d4..ead761281 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html index 13ed32053..013d7b504 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html index db6357c2a..ead7869f4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html index e2e193330..1bb8bb6f4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html index 4aaf361e3..234c6b38c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html index 4420f79f7..7f8e04d53 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html index 1562e4c50..b8c8323a0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html index 3722a9b35..7d1a41276 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html index 20736161b..50e26685e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html index 6ba2e517f..f16ab88eb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index 3894aa01b..4c0052f05 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -42,6 +42,8 @@ Classes
 
Keyword
+KeywordMovie +
Language
MovieChanges diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index 1d8ae237d..bdad2d105 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -126,6 +126,10 @@ Package com.omertron.themoviedbapi.model   +KeywordMovie +  + + Language   diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index 96f487c70..6703d3f7a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -100,6 +100,7 @@ Class Hierarchy
  • com.omertron.themoviedbapi.model.Company (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.Genre (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.Keyword (implements java.io.Serializable) +
  • com.omertron.themoviedbapi.model.KeywordMovie (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.Language (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.MovieChanges (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.MovieDb (implements java.io.Serializable) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index d0ee3071c..24b904a83 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -150,6 +150,12 @@ Classes in Keyword +
    +            + + +KeywordMovie +
                @@ -348,6 +354,12 @@ Classes in Keyword +
    +            + + +KeywordMovie +
                diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index 04d9382e8..1ef45c50d 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index 73af32dd3..473fd820c 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index 9784b0fba..b9c08d8c9 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index ef74f2022..862fddc1c 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index eb3ec5a0a..710693f2a 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,13 +2,13 @@ - + ApiUrl (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/FilteringLayout.html b/apidocs/com/omertron/themoviedbapi/tools/FilteringLayout.html index 080d45a68..71917fc0f 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/FilteringLayout.html +++ b/apidocs/com/omertron/themoviedbapi/tools/FilteringLayout.html @@ -2,13 +2,13 @@ - + FilteringLayout (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html index 9b3fe14d5..a1f24f2a5 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html @@ -2,13 +2,13 @@ - + WebBrowser (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html index 9726dc4e9..302891258 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/FilteringLayout.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/FilteringLayout.html index 2d05acceb..31347c27e 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/FilteringLayout.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/FilteringLayout.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.tools.FilteringLayout (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html index 2e3ec73ea..68f4f60ef 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index 815e4d736..27096ebd5 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index c30f8fd82..c60653f29 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index d3927f831..8e4ee7335 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index 3b576c8ba..f1c13a225 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index 2ea7172e3..698f441bb 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,13 +2,13 @@ - + WrapperAlternativeTitles (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -57,7 +57,7 @@ function windowTitle()  PREV CLASS  - NEXT CLASSNEXT CLASS
    FRAMES    NO FRAMES   @@ -303,7 +303,7 @@ public void handleUnknown(  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html new file mode 100644 index 000000000..383cf4df8 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html @@ -0,0 +1,420 @@ + + + + + + + +WrapperBase (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.omertron.themoviedbapi.wrapper +
    +Class WrapperBase

    +
    +java.lang.Object
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +
    +
    +
    Direct Known Subclasses:
    WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieList, WrapperPerson, WrapperPersonCredits
    +
    +
    +
    +
    public class WrapperBase
    extends Object
    + + +

    +Base class for the wrappers +

    + +

    +

    +
    Author:
    +
    Stuart
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    WrapperBase(org.apache.log4j.Logger logger) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + intgetId() + +
    +           
    + intgetPage() + +
    +           
    + intgetTotalPages() + +
    +           
    + intgetTotalResults() + +
    +           
    + voidhandleUnknown(String key, + Object value) + +
    +          Handle unknown properties and print a message
    + voidsetId(int id) + +
    +           
    + voidsetPage(int page) + +
    +           
    + voidsetTotalPages(int totalPages) + +
    +           
    + voidsetTotalResults(int totalResults) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +WrapperBase

    +
    +public WrapperBase(org.apache.log4j.Logger logger)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getId

    +
    +public int getId()
    +
    +
    +
    +
    +
    +
    + +

    +getPage

    +
    +public int getPage()
    +
    +
    +
    +
    +
    +
    + +

    +getTotalPages

    +
    +public int getTotalPages()
    +
    +
    +
    +
    +
    +
    + +

    +getTotalResults

    +
    +public int getTotalResults()
    +
    +
    +
    +
    +
    +
    + +

    +setId

    +
    +public void setId(int id)
    +
    +
    +
    +
    +
    +
    + +

    +setPage

    +
    +public void setPage(int page)
    +
    +
    +
    +
    +
    +
    + +

    +setTotalPages

    +
    +public void setTotalPages(int totalPages)
    +
    +
    +
    +
    +
    +
    + +

    +setTotalResults

    +
    +public void setTotalResults(int totalResults)
    +
    +
    +
    +
    +
    +
    + +

    +handleUnknown

    +
    +public void handleUnknown(String key,
    +                          Object value)
    +
    +
    Handle unknown properties and print a message +

    +

    +
    Parameters:
    key -
    value -
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index bf564a1ed..1d7d03422 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,13 +2,13 @@ - + WrapperChanges (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -56,7 +56,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -264,7 +264,7 @@ public void handleUnknown(PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index dfeb73d5b..fd915bbd8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -2,13 +2,13 @@ - + WrapperCollection (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -94,11 +94,12 @@ com.omertron.themoviedbapi.wrapper Class WrapperCollection
     java.lang.Object
    -  extended by com.omertron.themoviedbapi.wrapper.WrapperCollection
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +      extended by com.omertron.themoviedbapi.wrapper.WrapperCollection
     

    -
    public class WrapperCollection
    extends Object
    +
    public class WrapperCollection
    extends WrapperBase
  • @@ -136,50 +137,9 @@ Class WrapperCollection - int -getPage() - -
    -            - - -  List<Collection> getResults() -
    -            - - - - int -getTotalPages() - -
    -            - - - - int -getTotalResults() - -
    -            - - - - void -handleUnknown(String key, - Object value) - -
    -          Handle unknown properties and print a message - - - - void -setPage(int page) -
                @@ -191,21 +151,14 @@ Class WrapperCollection
                - - - void -setTotalPages(int totalPages) - -
    -            + +  + + + - - +
    Methods inherited from class com.omertron.themoviedbapi.wrapper.WrapperBase
    - voidsetTotalResults(int totalResults) - -
    -           
    getId, getPage, getTotalPages, getTotalResults, handleUnknown, setId, setPage, setTotalPages, setTotalResults
      @@ -247,17 +200,6 @@ public WrapperCollection() -

    -getPage

    -
    -public int getPage()
    -
    -
    -
    -
    -
    -
    -

    getResults

    @@ -269,39 +211,6 @@ public 

    -getTotalPages

    -
    -public int getTotalPages()
    -
    -
    -
    -
    -
    -
    - -

    -getTotalResults

    -
    -public int getTotalResults()
    -
    -
    -
    -
    -
    -
    - -

    -setPage

    -
    -public void setPage(int page)
    -
    -
    -
    -
    -
    -
    -

    setResults

    @@ -311,42 +220,6 @@ public void setResults(

    -setTotalPages

    -
    -public void setTotalPages(int totalPages)
    -
    -
    -
    -
    -
    -
    - -

    -setTotalResults

    -
    -public void setTotalResults(int totalResults)
    -
    -
    -
    -
    -
    -
    - -

    -handleUnknown

    -
    -public void handleUnknown(String key,
    -                          Object value)
    -
    -
    Handle unknown properties and print a message -

    -

    -
    Parameters:
    key -
    value -
    -
    -

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index c99cbbc72..4ce0e9bda 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -2,13 +2,13 @@ - + WrapperCompany (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -94,11 +94,12 @@ com.omertron.themoviedbapi.wrapper
    Class WrapperCompany
     java.lang.Object
    -  extended by com.omertron.themoviedbapi.wrapper.WrapperCompany
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +      extended by com.omertron.themoviedbapi.wrapper.WrapperCompany
     

    -
    public class WrapperCompany
    extends Object
    +
    public class WrapperCompany
    extends WrapperBase

    @@ -136,50 +137,9 @@ Class WrapperCompany - int -getPage() - -
    -            - - -  List<Company> getResults() -
    -            - - - - int -getTotalPages() - -
    -            - - - - int -getTotalResults() - -
    -            - - - - void -handleUnknown(String key, - Object value) - -
    -          Handle unknown properties and print a message - - - - void -setPage(int page) -
                @@ -191,21 +151,14 @@ Class WrapperCompany
                - - - void -setTotalPages(int totalPages) - -
    -            + +  + + + - - +
    Methods inherited from class com.omertron.themoviedbapi.wrapper.WrapperBase
    - voidsetTotalResults(int totalResults) - -
    -           
    getId, getPage, getTotalPages, getTotalResults, handleUnknown, setId, setPage, setTotalPages, setTotalResults
      @@ -247,17 +200,6 @@ public WrapperCompany()

    -

    -getPage

    -
    -public int getPage()
    -
    -
    -
    -
    -
    -
    -

    getResults

    @@ -269,39 +211,6 @@ public 

    -getTotalPages

    -
    -public int getTotalPages()
    -
    -
    -
    -
    -
    -
    - -

    -getTotalResults

    -
    -public int getTotalResults()
    -
    -
    -
    -
    -
    -
    - -

    -setPage

    -
    -public void setPage(int page)
    -
    -
    -
    -
    -
    -
    -

    setResults

    @@ -311,42 +220,6 @@ public void setResults(

    -setTotalPages

    -
    -public void setTotalPages(int totalPages)
    -
    -
    -
    -
    -
    -
    - -

    -setTotalResults

    -
    -public void setTotalResults(int totalResults)
    -
    -
    -
    -
    -
    -
    - -

    -handleUnknown

    -
    -public void handleUnknown(String key,
    -                          Object value)
    -
    -
    Handle unknown properties and print a message -

    -

    -
    Parameters:
    key -
    value -
    -
    -

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index 807261fc5..5b7566395 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -2,13 +2,13 @@ - + WrapperCompanyMovies (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -94,11 +94,12 @@ com.omertron.themoviedbapi.wrapper
    Class WrapperCompanyMovies
     java.lang.Object
    -  extended by com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +      extended by com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
     

    -
    public class WrapperCompanyMovies
    extends Object
    +
    public class WrapperCompanyMovies
    extends WrapperBase

    @@ -136,66 +137,9 @@ Class WrapperCompanyMovies - int -getCompanyId() - -
    -            - - - - int -getPage() - -
    -            - - -  List<MovieDb> getResults() -
    -            - - - - int -getTotalPages() - -
    -            - - - - int -getTotalResults() - -
    -            - - - - void -handleUnknown(String key, - Object value) - -
    -          Handle unknown properties and print a message - - - - void -setCompanyId(int companyId) - -
    -            - - - - void -setPage(int page) -
                @@ -204,22 +148,6 @@ Class WrapperCompanyMovies  void setResults(List<MovieDb> results) -
    -            - - - - void -setTotalPages(int totalPages) - -
    -            - - - - void -setTotalResults(int totalResults) -
                @@ -232,6 +160,15 @@ Class WrapperCompanyMovies             +  + + + + + + + +
    Methods inherited from class com.omertron.themoviedbapi.wrapper.WrapperBase
    getId, getPage, getTotalPages, getTotalResults, handleUnknown, setId, setPage, setTotalPages, setTotalResults
      @@ -271,28 +208,6 @@ public WrapperCompanyMovies()
    -

    -getCompanyId

    -
    -public int getCompanyId()
    -
    -
    -
    -
    -
    -
    - -

    -getPage

    -
    -public int getPage()
    -
    -
    -
    -
    -
    -
    -

    getResults

    @@ -304,50 +219,6 @@ public 

    -getTotalPages

    -
    -public int getTotalPages()
    -
    -
    -
    -
    -
    -
    - -

    -getTotalResults

    -
    -public int getTotalResults()
    -
    -
    -
    -
    -
    -
    - -

    -setCompanyId

    -
    -public void setCompanyId(int companyId)
    -
    -
    -
    -
    -
    -
    - -

    -setPage

    -
    -public void setPage(int page)
    -
    -
    -
    -
    -
    -
    -

    setResults

    @@ -359,42 +230,6 @@ public void setResults(

    -setTotalPages

    -
    -public void setTotalPages(int totalPages)
    -
    -
    -
    -
    -
    -
    - -

    -setTotalResults

    -
    -public void setTotalResults(int totalResults)
    -
    -
    -
    -
    -
    -
    - -

    -handleUnknown

    -
    -public void handleUnknown(String key,
    -                          Object value)
    -
    -
    Handle unknown properties and print a message -

    -

    -
    Parameters:
    key -
    value -
    -
    -
    -
    -

    toString

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
    index 5ca8eac18..7ae2a9cd4 100644
    --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
    +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     WrapperConfig (API-The MovieDB 3.4-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
    index 3a4b4e91c..98f991ce1 100644
    --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
    +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     WrapperGenres (API-The MovieDB 3.4-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
    index 0b4b9b909..334a725d3 100644
    --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
    +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     WrapperImages (API-The MovieDB 3.4-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -57,7 +57,7 @@ function windowTitle()
     
     
      PREV CLASS 
    - NEXT CLASSNEXT CLASS
     
       FRAMES   
      NO FRAMES   
    @@ -94,11 +94,12 @@ com.omertron.themoviedbapi.wrapper
     Class WrapperImages
     
     java.lang.Object
    -  extended by com.omertron.themoviedbapi.wrapper.WrapperImages
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +      extended by com.omertron.themoviedbapi.wrapper.WrapperImages
     

    -
    public class WrapperImages
    extends Object
    +
    public class WrapperImages
    extends WrapperBase

    @@ -139,14 +140,6 @@ Class WrapperImages  List<Artwork> getBackdrops() -
    -            - - - - int -getId() -
                @@ -169,25 +162,8 @@ Class WrapperImages  void -handleUnknown(String key, - Object value) - -
    -          Handle unknown properties and print a message - - - - void setBackdrops(List<Artwork> backdrops) -
    -            - - - - void -setId(int id) -
                @@ -208,6 +184,15 @@ Class WrapperImages             +  + + + + + + + +
    Methods inherited from class com.omertron.themoviedbapi.wrapper.WrapperBase
    getId, getPage, getTotalPages, getTotalResults, handleUnknown, setId, setPage, setTotalPages, setTotalResults
      @@ -247,17 +232,6 @@ public WrapperImages()
    -

    -getId

    -
    -public int getId()
    -
    -
    -
    -
    -
    -
    -

    getBackdrops

    @@ -291,17 +265,6 @@ public 

    -setId

    -
    -public void setId(int id)
    -
    -
    -
    -
    -
    -
    -

    setBackdrops

    @@ -333,20 +296,6 @@ public void setProfiles(

    -handleUnknown

    -
    -public void handleUnknown(String key,
    -                          Object value)
    -
    -
    Handle unknown properties and print a message -

    -

    -
    Parameters:
    key -
    value -
    -
    -

    @@ -379,7 +328,7 @@ public void handleUnknown(  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html new file mode 100644 index 000000000..bd7a942e9 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html @@ -0,0 +1,286 @@ + + + + + + + +WrapperKeywordMovies (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.omertron.themoviedbapi.wrapper +
    +Class WrapperKeywordMovies

    +
    +java.lang.Object
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +      extended by com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
    +
    +
    +
    +
    public class WrapperKeywordMovies
    extends WrapperBase
    +
    + +

    +

    +
    Author:
    +
    stuart.boston
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    WrapperKeywordMovies() + +
    +           
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + List<KeywordMovie>getResults() + +
    +           
    + voidsetResults(List<KeywordMovie> results) + +
    +           
    + + + + + + + +
    Methods inherited from class com.omertron.themoviedbapi.wrapper.WrapperBase
    getId, getPage, getTotalPages, getTotalResults, handleUnknown, setId, setPage, setTotalPages, setTotalResults
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +WrapperKeywordMovies

    +
    +public WrapperKeywordMovies()
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getResults

    +
    +public List<KeywordMovie> getResults()
    +
    +
    +
    +
    +
    +
    + +

    +setResults

    +
    +public void setResults(List<KeywordMovie> results)
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index a8fba344f..1687005f5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -2,13 +2,13 @@ - + WrapperKeywords (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -56,7 +56,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -94,11 +94,12 @@ com.omertron.themoviedbapi.wrapper Class WrapperKeywords
     java.lang.Object
    -  extended by com.omertron.themoviedbapi.wrapper.WrapperKeywords
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +      extended by com.omertron.themoviedbapi.wrapper.WrapperKeywords
     

    -
    public class WrapperKeywords
    extends Object
    +
    public class WrapperKeywords
    extends WrapperBase

    @@ -136,50 +137,9 @@ Class WrapperKeywords - int -getPage() - -
    -            - - -  List<Keyword> getResults() -
    -            - - - - int -getTotalPages() - -
    -            - - - - int -getTotalResults() - -
    -            - - - - void -handleUnknown(String key, - Object value) - -
    -          Handle unknown properties and print a message - - - - void -setPage(int page) -
                @@ -191,21 +151,14 @@ Class WrapperKeywords
                - - - void -setTotalPages(int totalPages) - -
    -            + +  + + + - - +
    Methods inherited from class com.omertron.themoviedbapi.wrapper.WrapperBase
    - voidsetTotalResults(int totalResults) - -
    -           
    getId, getPage, getTotalPages, getTotalResults, handleUnknown, setId, setPage, setTotalPages, setTotalResults
      @@ -247,17 +200,6 @@ public WrapperKeywords()

    -

    -getPage

    -
    -public int getPage()
    -
    -
    -
    -
    -
    -
    -

    getResults

    @@ -269,39 +211,6 @@ public 

    -getTotalPages

    -
    -public int getTotalPages()
    -
    -
    -
    -
    -
    -
    - -

    -getTotalResults

    -
    -public int getTotalResults()
    -
    -
    -
    -
    -
    -
    - -

    -setPage

    -
    -public void setPage(int page)
    -
    -
    -
    -
    -
    -
    -

    setResults

    @@ -311,42 +220,6 @@ public void setResults(

    -setTotalPages

    -
    -public void setTotalPages(int totalPages)
    -
    -
    -
    -
    -
    -
    - -

    -setTotalResults

    -
    -public void setTotalResults(int totalResults)
    -
    -
    -
    -
    -
    -
    - -

    -handleUnknown

    -
    -public void handleUnknown(String key,
    -                          Object value)
    -
    -
    Handle unknown properties and print a message -

    -

    -
    Parameters:
    key -
    value -
    -
    -

    @@ -378,7 +251,7 @@ public void handleUnknown(PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index 0b3293dfc..5e952c3d0 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -2,13 +2,13 @@ - + WrapperMovie (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -94,11 +94,12 @@ com.omertron.themoviedbapi.wrapper Class WrapperMovie
     java.lang.Object
    -  extended by com.omertron.themoviedbapi.wrapper.WrapperMovie
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +      extended by com.omertron.themoviedbapi.wrapper.WrapperMovie
     

    -
    public class WrapperMovie
    extends Object
    +
    public class WrapperMovie
    extends WrapperBase

    @@ -136,89 +137,16 @@ Class WrapperMovie - int -getId() - -
    -            - - -  List<MovieDb> getMovies() -
    -            - - - - int -getPage() - -
    -            - - - - int -getTotalPages() - -
    -            - - - - int -getTotalResults() -
                 void -handleUnknown(String key, - Object value) - -
    -          Handle unknown properties and print a message - - - - void -setId(int id) - -
    -            - - - - void -setMovies(List<MovieDb> results) - -
    -            - - - - void -setPage(int page) - -
    -            - - - - void -setTotalPages(int totalPages) - -
    -            - - - - void -setTotalResults(int totalResults) +setMovies(List<MovieDb> movies)
                @@ -232,6 +160,15 @@ Class WrapperMovie             +  + + + + + + + +
    Methods inherited from class com.omertron.themoviedbapi.wrapper.WrapperBase
    getId, getPage, getTotalPages, getTotalResults, handleUnknown, setId, setPage, setTotalPages, setTotalResults
      @@ -271,17 +208,6 @@ public WrapperMovie()
    -

    -getPage

    -
    -public int getPage()
    -
    -
    -
    -
    -
    -
    -

    getMovies

    @@ -293,54 +219,10 @@ public 

    -getTotalPages

    -
    -public int getTotalPages()
    -
    -
    -
    -
    -
    -
    - -

    -getTotalResults

    -
    -public int getTotalResults()
    -
    -
    -
    -
    -
    -
    - -

    -getId

    -
    -public int getId()
    -
    -
    -
    -
    -
    -
    - -

    -setPage

    -
    -public void setPage(int page)
    -
    -
    -
    -
    -
    -
    -

    setMovies

    -public void setMovies(List<MovieDb> results)
    +public void setMovies(List<MovieDb> movies)
    @@ -348,53 +230,6 @@ public void setMovies(

    -setTotalPages

    -
    -public void setTotalPages(int totalPages)
    -
    -
    -
    -
    -
    -
    - -

    -setTotalResults

    -
    -public void setTotalResults(int totalResults)
    -
    -
    -
    -
    -
    -
    - -

    -setId

    -
    -public void setId(int id)
    -
    -
    -
    -
    -
    -
    - -

    -handleUnknown

    -
    -public void handleUnknown(String key,
    -                          Object value)
    -
    -
    Handle unknown properties and print a message -

    -

    -
    Parameters:
    key -
    value -
    -
    -
    -
    -

    toString

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
    index ef1b20b36..d90785b11 100644
    --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
    +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     WrapperMovieCasts (API-The MovieDB 3.4-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
    index 89e048b0f..8c16f1528 100644
    --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
    +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     WrapperMovieKeywords (API-The MovieDB 3.4-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
    index 49331d4ba..514d254c6 100644
    --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
    +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     WrapperMovieList (API-The MovieDB 3.4-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -94,11 +94,12 @@ com.omertron.themoviedbapi.wrapper
     Class WrapperMovieList
     
     java.lang.Object
    -  extended by com.omertron.themoviedbapi.wrapper.WrapperMovieList
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +      extended by com.omertron.themoviedbapi.wrapper.WrapperMovieList
     

    -
    public class WrapperMovieList
    extends Object
    +
    public class WrapperMovieList
    extends WrapperBase

    @@ -136,58 +137,9 @@ Class WrapperMovieList - int -getId() - -
    -            - - -  List<MovieList> getMovieList() -
    -            - - - - int -getPage() - -
    -            - - - - int -getTotalPages() - -
    -            - - - - int -getTotalResults() - -
    -            - - - - void -handleUnknown(String key, - Object value) - -
    -          Handle unknown properties and print a message - - - - void -setId(int id) -
                @@ -199,29 +151,14 @@ Class WrapperMovieList
                - - - void -setPage(int page) - -
    -            + +  + + + - - - - - - +
    Methods inherited from class com.omertron.themoviedbapi.wrapper.WrapperBase
    - voidsetTotalPages(int totalPages) - -
    -           
    - voidsetTotalResults(int totalResults) - -
    -           
    getId, getPage, getTotalPages, getTotalResults, handleUnknown, setId, setPage, setTotalPages, setTotalResults
      @@ -263,28 +200,6 @@ public WrapperMovieList()

    -

    -getId

    -
    -public int getId()
    -
    -
    -
    -
    -
    -
    - -

    -getPage

    -
    -public int getPage()
    -
    -
    -
    -
    -
    -
    -

    getMovieList

    @@ -296,50 +211,6 @@ public 

    -getTotalPages

    -
    -public int getTotalPages()
    -
    -
    -
    -
    -
    -
    - -

    -getTotalResults

    -
    -public int getTotalResults()
    -
    -
    -
    -
    -
    -
    - -

    -setId

    -
    -public void setId(int id)
    -
    -
    -
    -
    -
    -
    - -

    -setPage

    -
    -public void setPage(int page)
    -
    -
    -
    -
    -
    -
    -

    setMovieList

    @@ -349,42 +220,6 @@ public void setMovieList(

    -setTotalPages

    -
    -public void setTotalPages(int totalPages)
    -
    -
    -
    -
    -
    -
    - -

    -setTotalResults

    -
    -public void setTotalResults(int totalResults)
    -
    -
    -
    -
    -
    -
    - -

    -handleUnknown

    -
    -public void handleUnknown(String key,
    -                          Object value)
    -
    -
    Handle unknown properties and print a message -

    -

    -
    Parameters:
    key -
    value -
    -
    -

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index af6e20058..6bc08c270 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -2,13 +2,13 @@ - + WrapperPerson (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -94,11 +94,12 @@ com.omertron.themoviedbapi.wrapper Class WrapperPerson
     java.lang.Object
    -  extended by com.omertron.themoviedbapi.wrapper.WrapperPerson
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +      extended by com.omertron.themoviedbapi.wrapper.WrapperPerson
     

    -
    public class WrapperPerson
    extends Object
    +
    public class WrapperPerson
    extends WrapperBase

    @@ -136,50 +137,9 @@ Class WrapperPerson - int -getPage() - -
    -            - - -  List<Person> getResults() -
    -            - - - - int -getTotalPages() - -
    -            - - - - int -getTotalResults() - -
    -            - - - - void -handleUnknown(String key, - Object value) - -
    -          Handle unknown properties and print a message - - - - void -setPage(int page) -
                @@ -191,21 +151,14 @@ Class WrapperPerson
                - - - void -setTotalPages(int totalPages) - -
    -            + +  + + + - - +
    Methods inherited from class com.omertron.themoviedbapi.wrapper.WrapperBase
    - voidsetTotalResults(int totalResults) - -
    -           
    getId, getPage, getTotalPages, getTotalResults, handleUnknown, setId, setPage, setTotalPages, setTotalResults
      @@ -247,17 +200,6 @@ public WrapperPerson()

    -

    -getPage

    -
    -public int getPage()
    -
    -
    -
    -
    -
    -
    -

    getResults

    @@ -269,39 +211,6 @@ public 

    -getTotalPages

    -
    -public int getTotalPages()
    -
    -
    -
    -
    -
    -
    - -

    -getTotalResults

    -
    -public int getTotalResults()
    -
    -
    -
    -
    -
    -
    - -

    -setPage

    -
    -public void setPage(int page)
    -
    -
    -
    -
    -
    -
    -

    setResults

    @@ -311,42 +220,6 @@ public void setResults(

    -setTotalPages

    -
    -public void setTotalPages(int totalPages)
    -
    -
    -
    -
    -
    -
    - -

    -setTotalResults

    -
    -public void setTotalResults(int totalResults)
    -
    -
    -
    -
    -
    -
    - -

    -handleUnknown

    -
    -public void handleUnknown(String key,
    -                          Object value)
    -
    -
    Handle unknown properties and print a message -

    -

    -
    Parameters:
    key -
    value -
    -
    -

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 2026e3eb6..736b29b61 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -2,13 +2,13 @@ - + WrapperPersonCredits (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -94,11 +94,12 @@ com.omertron.themoviedbapi.wrapper Class WrapperPersonCredits
     java.lang.Object
    -  extended by com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +      extended by com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
     

    -
    public class WrapperPersonCredits
    extends Object
    +
    public class WrapperPersonCredits
    extends WrapperBase

    @@ -152,23 +153,6 @@ Class WrapperPersonCredits - int -getId() - -
    -            - - - - void -handleUnknown(String key, - Object value) - -
    -          Handle unknown properties and print a message - - -  void setCast(List<PersonCredit> cast) @@ -183,13 +167,14 @@ Class WrapperPersonCredits
                + +  + + + + - - +
    Methods inherited from class com.omertron.themoviedbapi.wrapper.WrapperBase
    - voidsetId(int id) - -
    -           
    getId, getPage, getTotalPages, getTotalResults, handleUnknown, setId, setPage, setTotalPages, setTotalResults
      @@ -242,28 +227,6 @@ public

    -getCrew

    -
    -public List<PersonCredit> getCrew()
    -
    -
    -
    -
    -
    -
    - -

    -getId

    -
    -public int getId()
    -
    -
    -
    -
    -
    -
    -

    setCast

    @@ -275,6 +238,17 @@ public void setCast(

    +getCrew

    +
    +public List<PersonCredit> getCrew()
    +
    +
    +
    +
    +
    +
    +

    setCrew

    @@ -284,31 +258,6 @@ public void setCrew(

    -setId

    -
    -public void setId(int id)
    -
    -
    -
    -
    -
    -
    - -

    -handleUnknown

    -
    -public void handleUnknown(String key,
    -                          Object value)
    -
    -
    Handle unknown properties and print a message -

    -

    -
    Parameters:
    key -
    value -
    -
    -

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index cd0ca5c3c..1861c7986 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -2,13 +2,13 @@ - + WrapperReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html index 06b9a7ebf..6935b7726 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html @@ -2,13 +2,13 @@ - + WrapperTrailers (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html index 81dbe0cf4..0010ae08a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -2,13 +2,13 @@ - + WrapperTranslations (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html index 0513e0801..c63ed265c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html new file mode 100644 index 000000000..ad8939978 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html @@ -0,0 +1,253 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperBase (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperBase

    +
    + + + + + + + + + +
    +Packages that use WrapperBase
    com.omertron.themoviedbapi.wrapper  
    +  +

    + + + + + +
    +Uses of WrapperBase in com.omertron.themoviedbapi.wrapper
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Subclasses of WrapperBase in com.omertron.themoviedbapi.wrapper
    + classWrapperCollection + +
    +           
    + classWrapperCompany + +
    +           
    + classWrapperCompanyMovies + +
    +           
    + classWrapperImages + +
    +           
    + classWrapperKeywordMovies + +
    +           
    + classWrapperKeywords + +
    +           
    + classWrapperMovie + +
    +           
    + classWrapperMovieList + +
    +           
    + classWrapperPerson + +
    +           
    + classWrapperPersonCredits + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html index 4dc343631..c57691876 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html index 348626e88..65460a5ad 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html index 4d2da1bb9..b3daf52c5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html index 059b9e191..3e5b0afbd 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html index 65bc957d2..28ccc3f4f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html index c1f760320..e83a8db98 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html index 5f8fa2865..a568f0b82 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html new file mode 100644 index 000000000..dd693c112 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies

    +
    +No usage of com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html index 6548d52b2..c5182151f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html index f0347f8e1..4e1b450be 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html index 8c4a42bab..9ae6d5817 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html index 08ed1d313..cae5528b7 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html index 76f1c9179..9609c448f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html index 7888fc613..272e619e6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html index c7ef28b89..e0d97c47d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html index 04e101003..ee73cfb1f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html index 01958d45b..88bca3025 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html index 9c5b0b287..d7d3d094b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html index fbffafff8..58b9d4968 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -26,6 +26,8 @@ Classes 
    WrapperAlternativeTitles
    +WrapperBase +
    WrapperChanges
    WrapperCollection @@ -40,6 +42,8 @@ Classes 
    WrapperImages
    +WrapperKeywordMovies +
    WrapperKeywords
    WrapperMovie diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html index 346b1b263..3a374658a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -94,6 +94,10 @@ Package com.omertron.themoviedbapi.wrapper   +WrapperBase +Base class for the wrappers + + WrapperChanges   @@ -122,6 +126,10 @@ Package com.omertron.themoviedbapi.wrapper   +WrapperKeywordMovies +  + + WrapperKeywords   diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html index 801d05d2b..9136cb48c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -93,7 +93,9 @@ Class Hierarchy
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html index ca7a1d98e..dfb5ce83a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -84,7 +84,33 @@ function windowTitle()

    Uses of Package
    com.omertron.themoviedbapi.wrapper

    -No usage of com.omertron.themoviedbapi.wrapper + + + + + + + + + +
    +Packages that use com.omertron.themoviedbapi.wrapper
    com.omertron.themoviedbapi.wrapper  
    +  +

    + + + + + + + + +
    +Classes in com.omertron.themoviedbapi.wrapper used by com.omertron.themoviedbapi.wrapper
    WrapperBase + +
    +          Base class for the wrappers


    diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index b3a117a65..7ffa6eed9 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + Constant Field Values (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 2c086d3bf..cc7213f96 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + Deprecated List (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 2b0bf5c90..85c3f4a2a 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + API Help (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index b6a4893df..4fbb6b7a7 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + Index (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -255,6 +255,9 @@ Method in class com.omertron.themoviedbapi.model.getBackdropPath() - Method in class com.omertron.themoviedbapi.model.CollectionInfo
      +
    getBackdropPath() - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -318,9 +321,6 @@ Method in class com.omertron.themoviedbapi.getCompanyId() - Method in class com.omertron.themoviedbapi.model.Company
      -
    getCompanyId() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies -
     
    getCompanyInfo(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve the basic information about a production company on TMDb. @@ -444,6 +444,9 @@ Method in class com.omertron.themoviedbapi.model.getId() - Method in class com.omertron.themoviedbapi.model.Keyword
      +
    getId() - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    getId() - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -468,11 +471,8 @@ Method in class com.omertron.themoviedbapi.model.getId() - Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
      -
    getId() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperImages -
      -
    getId() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
    getId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperBase
     
    getId() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts @@ -480,12 +480,6 @@ Method in class com.omertron.themoviedbapi.wrapper.getId() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
      -
    getId() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList -
      -
    getId() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits -
     
    getId() - Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
      @@ -579,6 +573,9 @@ Method in class com.omertron.themoviedbapi.getMovieChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Deprecated.  +
    getMovieChangesList(int, String, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
     
    getMovieId() - Method in class com.omertron.themoviedbapi.model.PersonCredit
      @@ -675,6 +672,9 @@ Method in class com.omertron.themoviedbapi.model.getOrder() - Method in class com.omertron.themoviedbapi.model.PersonCast
      +
    getOriginalTitle() - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    getOriginalTitle() - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -684,26 +684,8 @@ Method in class com.omertron.themoviedbapi.model.getOverview() - Method in class com.omertron.themoviedbapi.model.MovieDb
      -
    getPage() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection -
      -
    getPage() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany -
      -
    getPage() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies -
      -
    getPage() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords -
      -
    getPage() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie -
      -
    getPage() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList -
      -
    getPage() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
    getPage() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperBase
     
    getParentCompany() - Method in class com.omertron.themoviedbapi.model.Company @@ -714,6 +696,9 @@ Method in class com.omertron.themoviedbapi.model.getPersonChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the changes for a specific person id. +
    getPersonChangesList(int, String, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
     
    getPersonCredits(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve all of the cast & crew information for the person. @@ -747,6 +732,9 @@ Method in class com.omertron.themoviedbapi.model.getPosterPath() - Method in class com.omertron.themoviedbapi.model.CollectionInfo
      +
    getPosterPath() - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -804,6 +792,9 @@ Method in class com.omertron.themoviedbapi.wrapper.getReleaseDate() - Method in class com.omertron.themoviedbapi.model.Collection
      +
    getReleaseDate() - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -828,6 +819,9 @@ Method in class com.omertron.themoviedbapi.wrapper.getResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
      +
    getResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies +
     
    getResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords
      @@ -843,6 +837,9 @@ Method in class com.omertron.themoviedbapi.model.getSecureBaseUrl() - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
      +
    getSerialVersionUID() - +Static method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    getSessionId() - Method in class com.omertron.themoviedbapi.model.TokenSession
      @@ -900,6 +897,9 @@ Method in class com.omertron.themoviedbapi.model.getTitle() - Method in class com.omertron.themoviedbapi.model.Collection
      +
    getTitle() - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    getTitle() - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -912,47 +912,11 @@ Method in class com.omertron.themoviedbapi.wrapper.getTopRatedMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb. -
    getTotalPages() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection +
    getTotalPages() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperBase
      -
    getTotalPages() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany -
      -
    getTotalPages() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies -
      -
    getTotalPages() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords -
      -
    getTotalPages() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie -
      -
    getTotalPages() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList -
      -
    getTotalPages() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson -
      -
    getTotalResults() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection -
      -
    getTotalResults() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany -
      -
    getTotalResults() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies -
      -
    getTotalResults() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords -
      -
    getTotalResults() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie -
      -
    getTotalResults() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList -
      -
    getTotalResults() - -Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
    getTotalResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperBase
     
    getTranslations() - Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations @@ -966,12 +930,18 @@ Method in class com.omertron.themoviedbapi.model.getVoteAverage() - Method in class com.omertron.themoviedbapi.model.Artwork
      +
    getVoteAverage() - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    getVoteAverage() - Method in class com.omertron.themoviedbapi.model.MovieDb
     
    getVoteCount() - Method in class com.omertron.themoviedbapi.model.Artwork
      +
    getVoteCount() - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    getVoteCount() - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -1022,6 +992,9 @@ Method in class com.omertron.themoviedbapi.model.handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.model.Keyword
    Handle unknown properties and print a message +
    handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
    Handle unknown properties and print a message
    handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.model.Language
    Handle unknown properties and print a message @@ -1079,48 +1052,24 @@ Method in class com.omertron.themoviedbapi.model.handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
    Handle unknown properties and print a message +
    handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperBase +
    Handle unknown properties and print a message
    handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
    Handle unknown properties and print a message -
    handleUnknown(String, Object) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection -
    Handle unknown properties and print a message -
    handleUnknown(String, Object) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany -
    Handle unknown properties and print a message -
    handleUnknown(String, Object) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies -
    Handle unknown properties and print a message
    handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig
    Handle unknown properties and print a message
    handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.WrapperGenres
    Handle unknown properties and print a message -
    handleUnknown(String, Object) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperImages -
    Handle unknown properties and print a message -
    handleUnknown(String, Object) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords -
    Handle unknown properties and print a message -
    handleUnknown(String, Object) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie -
    Handle unknown properties and print a message
    handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
    Handle unknown properties and print a message
    handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
    Handle unknown properties and print a message -
    handleUnknown(String, Object) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList -
    Handle unknown properties and print a message -
    handleUnknown(String, Object) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson -
    Handle unknown properties and print a message -
    handleUnknown(String, Object) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits -
    Handle unknown properties and print a message
    handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
    Handle unknown properties and print a message @@ -1209,6 +1158,9 @@ Method in class com.omertron.themoviedbapi.model.Keyword - Class in com.omertron.themoviedbapi.model
     
    Keyword() - Constructor for class com.omertron.themoviedbapi.model.Keyword
      +
    KeywordMovie - Class in com.omertron.themoviedbapi.model
     
    KeywordMovie() - +Constructor for class com.omertron.themoviedbapi.model.KeywordMovie +
     

    @@ -1383,6 +1335,9 @@ Method in class com.omertron.themoviedbapi.model.setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.CollectionInfo
      +
    setBackdropPath(String) - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -1440,9 +1395,6 @@ Method in class com.omertron.themoviedbapi.model.setCompanyId(int) - Method in class com.omertron.themoviedbapi.model.Company
      -
    setCompanyId(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies -
     
    setCountries(List<ReleaseInfo>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
      @@ -1545,6 +1497,9 @@ Method in class com.omertron.themoviedbapi.model.setId(int) - Method in class com.omertron.themoviedbapi.model.Keyword
      +
    setId(String) - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    setId(int) - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -1569,11 +1524,8 @@ Method in class com.omertron.themoviedbapi.model.setId(int) - Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
      -
    setId(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperImages -
      -
    setId(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
    setId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperBase
     
    setId(int) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts @@ -1581,12 +1533,6 @@ Method in class com.omertron.themoviedbapi.wrapper.setId(int) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
      -
    setId(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList -
      -
    setId(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits -
     
    setId(int) - Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
      @@ -1728,6 +1674,9 @@ Method in class com.omertron.themoviedbapi.model.setOrder(int) - Method in class com.omertron.themoviedbapi.model.PersonCast
      +
    setOriginalTitle(String) - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    setOriginalTitle(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -1737,26 +1686,8 @@ Method in class com.omertron.themoviedbapi.model.setOverview(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
      -
    setPage(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection -
      -
    setPage(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany -
      -
    setPage(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies -
      -
    setPage(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords -
      -
    setPage(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie -
      -
    setPage(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList -
      -
    setPage(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
    setPage(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperBase
     
    setParentCompany(String) - Method in class com.omertron.themoviedbapi.model.Company @@ -1782,6 +1713,9 @@ Method in class com.omertron.themoviedbapi.model.setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.CollectionInfo
      +
    setPosterPath(String) - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -1842,6 +1776,9 @@ Method in class com.omertron.themoviedbapi.wrapper.setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.Collection
      +
    setReleaseDate(String) - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -1863,6 +1800,9 @@ Method in class com.omertron.themoviedbapi.wrapper.setResults(List<MovieDb>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
      +
    setResults(List<KeywordMovie>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies +
     
    setResults(List<Keyword>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords
      @@ -1932,6 +1872,9 @@ Method in class com.omertron.themoviedbapi.model.setTitle(String) - Method in class com.omertron.themoviedbapi.model.Collection
      +
    setTitle(String) - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -1941,47 +1884,11 @@ Method in class com.omertron.themoviedbapi.wrapper.setTmdbConfiguration(TmdbConfiguration) - Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig
      -
    setTotalPages(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection +
    setTotalPages(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperBase
      -
    setTotalPages(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany -
      -
    setTotalPages(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies -
      -
    setTotalPages(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords -
      -
    setTotalPages(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie -
      -
    setTotalPages(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList -
      -
    setTotalPages(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson -
      -
    setTotalResults(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection -
      -
    setTotalResults(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany -
      -
    setTotalResults(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies -
      -
    setTotalResults(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords -
      -
    setTotalResults(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie -
      -
    setTotalResults(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList -
      -
    setTotalResults(int) - -Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
    setTotalResults(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperBase
     
    setTranslations(List<Translation>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations @@ -1992,12 +1899,18 @@ Method in class com.omertron.themoviedbapi.model.setVoteAverage(float) - Method in class com.omertron.themoviedbapi.model.Artwork
      +
    setVoteAverage(float) - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    setVoteAverage(float) - Method in class com.omertron.themoviedbapi.model.MovieDb
     
    setVoteCount(int) - Method in class com.omertron.themoviedbapi.model.Artwork
      +
    setVoteCount(double) - +Method in class com.omertron.themoviedbapi.model.KeywordMovie +
     
    setVoteCount(int) - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -2163,6 +2076,9 @@ Static variable in class com.omertron.themoviedbapi.model.WrapperAlternativeTitles - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperAlternativeTitles() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
      +
    WrapperBase - Class in com.omertron.themoviedbapi.wrapper
    Base class for the wrappers
    WrapperBase(Logger) - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperBase +
     
    WrapperChanges - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperChanges() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperChanges
      @@ -2184,6 +2100,9 @@ Constructor for class com.omertron.themoviedbapi.wrapper.WrapperImages - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperImages() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperImages
      +
    WrapperKeywordMovies - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperKeywordMovies() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies +
     
    WrapperKeywords - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperKeywords() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperKeywords
      diff --git a/apidocs/index.html b/apidocs/index.html index da1ae4e6c..0d697ef10 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.4-SNAPSHOT API diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index df8796551..49d7b6726 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_34) on Sat Feb 02 16:52:06 CET 2013 --> +<!-- Generated by javadoc (build 1.6.0_34) on Sun Feb 03 22:12:11 CET 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 73849f769..56a091000 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,13 +2,13 @@ - + Overview (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 668f44660..6c3b6824e 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -99,6 +99,7 @@ Class Hierarchy
  • com.omertron.themoviedbapi.model.Company (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.Genre (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.Keyword (implements java.io.Serializable) +
  • com.omertron.themoviedbapi.model.KeywordMovie (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.Language (implements java.io.Serializable)
  • org.apache.log4j.Layout (implements org.apache.log4j.spi.OptionHandler) +
  • com.omertron.themoviedbapi.tools.WebBrowser
  • com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
  • com.omertron.themoviedbapi.wrapper.WrapperBase +
  • com.omertron.themoviedbapi.wrapper.WrapperChanges
  • com.omertron.themoviedbapi.wrapper.WrapperConfig
  • com.omertron.themoviedbapi.wrapper.WrapperGenres
  • com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
  • com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
  • com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
  • com.omertron.themoviedbapi.wrapper.WrapperTrailers
  • com.omertron.themoviedbapi.wrapper.WrapperTranslations

    Enum Hierarchy diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 21fa0435f..360a94c4b 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + Serialized Form (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -584,6 +584,99 @@ name

    +

    + + + + + +
    +Class com.omertron.themoviedbapi.model.KeywordMovie extends Object implements Serializable
    + +

    +serialVersionUID: 1L + +

    + + + + + +
    +Serialized Fields
    + +

    +id

    +
    +String id
    +
    +
    +
    +
    +
    +

    +backdropPath

    +
    +String backdropPath
    +
    +
    +
    +
    +
    +

    +originalTitle

    +
    +String originalTitle
    +
    +
    +
    +
    +
    +

    +releaseDate

    +
    +String releaseDate
    +
    +
    +
    +
    +
    +

    +posterPath

    +
    +String posterPath
    +
    +
    +
    +
    +
    +

    +title

    +
    +String title
    +
    +
    +
    +
    +
    +

    +voteAverage

    +
    +float voteAverage
    +
    +
    +
    +
    +
    +

    +voteCount

    +
    +double voteCount
    +
    +
    +
    +
    +

    diff --git a/dependencies.html b/dependencies.html index db421e64a..3d325390f 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-02-02 + Last Published: 2013-02-03  | Version: 3.4-SNAPSHOT
    API-The MovieDB @@ -97,11 +97,11 @@ } } -

    Dependency Tree

    • com.omertron:themoviedbapi:jar:3.4-SNAPSHOT Information
    API-The MovieDB

    Description: API for the TheMovieDb.org website

    URL: https://github.com/Omertron/api-themoviedb

    Project License: GNU General Public License v3+

    • junit:junit:jar:4.11 (test) Information
    • log4j:log4j:jar:1.2.17 (compile) Information
    • com.fasterxml.jackson.core:jackson-core:jar:2.1.2 (compile) Information
    • com.fasterxml.jackson.core:jackson-annotations:jar:2.1.2 (compile) Information
    • com.fasterxml.jackson.core:jackson-databind:jar:2.1.2 (compile) Information
    • commons-codec:commons-codec:jar:1.7 (compile) Information