com.omertron.themoviedbapi.wrapper.person
Class WrapperCasts
java.lang.Object
com.omertron.themoviedbapi.model.AbstractJsonMapping
com.omertron.themoviedbapi.wrapper.AbstractWrapper
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
com.omertron.themoviedbapi.wrapper.person.WrapperCasts
- All Implemented Interfaces:
- IWrapperId, Serializable
public class WrapperCasts
- extends AbstractWrapperId
- implements Serializable
- Author:
- Stuart
- See Also:
- Serialized Form
WrapperCasts
public WrapperCasts()
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.