public class WrapperMovieCasts extends AbstractWrapperId implements Serializable
| Constructor and Description |
|---|
WrapperMovieCasts() |
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
getAll() |
List<PersonCast> |
getCast() |
List<PersonCrew> |
getCrew() |
void |
setCast(List<PersonCast> cast) |
void |
setCrew(List<PersonCrew> crew) |
getId, setIdgetTypeListhandleUnknown, toStringpublic List<PersonCast> getCast()
public List<PersonCrew> getCrew()
public void setCast(List<PersonCast> cast)
public void setCrew(List<PersonCrew> crew)
Copyright © 2012-2015. All Rights Reserved.