T - public class PersonCreditList<T extends CreditBasic> extends AbstractJsonMapping implements Identification
| Constructor and Description |
|---|
PersonCreditList() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getCast() |
List<T> |
getCrew() |
int |
getId() |
void |
setCast(List<T> cast) |
void |
setCrew(List<T> crew) |
void |
setId(int id) |
handleUnknown, toStringpublic int getId()
getId in interface Identificationpublic void setId(int id)
setId in interface IdentificationCopyright © 2012–2017. All rights reserved.