com.omertron.themoviedbapi.wrapper.movie
Class WrapperMovieDbList

java.lang.Object
  extended by com.omertron.themoviedbapi.model.AbstractJsonMapping
      extended by com.omertron.themoviedbapi.wrapper.AbstractWrapper
          extended by com.omertron.themoviedbapi.wrapper.AbstractWrapperId
              extended by com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
                  extended by com.omertron.themoviedbapi.wrapper.movie.WrapperMovieDbList
All Implemented Interfaces:
IWrapperDates, IWrapperId, IWrapperPages, Serializable

public class WrapperMovieDbList
extends AbstractWrapperAll

See Also:
Serialized Form

Constructor Summary
WrapperMovieDbList()
           
 
Method Summary
 List<MovieDbList> getLists()
           
 void setLists(List<MovieDbList> lists)
           
 
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResults
 
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
getId, setId
 
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
getTypeList
 
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
handleUnknown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.omertron.themoviedbapi.wrapper.IWrapperId
getId, setId
 

Constructor Detail

WrapperMovieDbList

public WrapperMovieDbList()
Method Detail

getLists

public List<MovieDbList> getLists()

setLists

public void setLists(List<MovieDbList> lists)


Copyright © 2012-2013. All Rights Reserved.