com.omertron.themoviedbapi.wrapper.person
Class WrapperCasts

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

public class WrapperCasts
extends AbstractWrapperId
implements Serializable

Author:
Stuart
See Also:
Serialized Form

Constructor Summary
WrapperCasts()
           
 
Method Summary
 List<Person> getAll()
           
 List<PersonCast> getCast()
           
 List<PersonCrew> getCrew()
           
 void setCast(List<PersonCast> cast)
           
 void setCrew(List<PersonCrew> crew)
           
 
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
 

Constructor Detail

WrapperCasts

public WrapperCasts()
Method Detail

getCast

public List<PersonCast> getCast()

getCrew

public List<PersonCrew> getCrew()

setCast

public void setCast(List<PersonCast> cast)

setCrew

public void setCrew(List<PersonCrew> crew)

getAll

public List<Person> getAll()


Copyright © 2012-2013. All Rights Reserved.