com.omertron.themoviedbapi.wrapper.tv
Class WrapperTVSeries

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.tv.WrapperTVSeries
All Implemented Interfaces:
IWrapperDates, IWrapperId, IWrapperPages, Serializable

public class WrapperTVSeries
extends AbstractWrapperAll
implements Serializable

Author:
stuart.boston
See Also:
Serialized Form

Constructor Summary
WrapperTVSeries()
           
 
Method Summary
 List<TVSeriesBasic> getSeries()
           
 void setSeries(List<TVSeriesBasic> series)
           
 
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

WrapperTVSeries

public WrapperTVSeries()
Method Detail

getSeries

public List<TVSeriesBasic> getSeries()

setSeries

public void setSeries(List<TVSeriesBasic> series)


Copyright © 2012-2013. All Rights Reserved.