com.omertron.themoviedbapi.wrapper.person
Class WrapperPersonList

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

public class WrapperPersonList
extends AbstractWrapperAll

Author:
Stuart
See Also:
Serialized Form

Constructor Summary
WrapperPersonList()
           
 
Method Summary
 List<Person> getPersonList()
           
 void setPersonList(List<Person> personList)
           
 
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

WrapperPersonList

public WrapperPersonList()
Method Detail

getPersonList

public List<Person> getPersonList()

setPersonList

public void setPersonList(List<Person> personList)


Copyright © 2012-2013. All Rights Reserved.