com.omertron.themoviedbapi.wrapper.person
Class WrapperPerson

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

public class WrapperPerson
extends AbstractWrapperAll

Author:
stuart.boston
See Also:
Serialized Form

Constructor Summary
WrapperPerson()
           
 
Method Summary
 List<Person> getResults()
           
 void setResults(List<Person> results)
           
 
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

WrapperPerson

public WrapperPerson()
Method Detail

getResults

public List<Person> getResults()

setResults

public void setResults(List<Person> results)


Copyright © 2012-2013. All Rights Reserved.