com.omertron.themoviedbapi.wrapper.person
Class WrapperPersonCredits

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

public class WrapperPersonCredits
extends AbstractWrapperAll

Author:
stuart.boston
See Also:
Serialized Form

Constructor Summary
WrapperPersonCredits()
           
 
Method Summary
 List<PersonCredit> getAll(PersonType... typeList)
           
 List<PersonCredit> getCast()
           
 List<PersonCredit> getCrew()
           
 void setCast(List<PersonCredit> cast)
           
 void setCrew(List<PersonCredit> crew)
           
 
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

WrapperPersonCredits

public WrapperPersonCredits()
Method Detail

getCast

public List<PersonCredit> getCast()

setCast

public void setCast(List<PersonCredit> cast)

getCrew

public List<PersonCredit> getCrew()

setCrew

public void setCrew(List<PersonCredit> crew)

getAll

public List<PersonCredit> getAll(PersonType... typeList)


Copyright © 2012-2013. All Rights Reserved.