public class CreditBasic extends AbstractJsonMapping implements Serializable, IIdentification
| Constructor and Description |
|---|
CreditBasic() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacter() |
String |
getCreditId() |
CreditType |
getCreditType() |
String |
getDepartment() |
int |
getId() |
String |
getJob() |
MediaType |
getMediaType() |
String |
getPosterPath() |
void |
setCharacter(String character) |
void |
setCreditId(String creditId) |
void |
setCreditType(CreditType creditType) |
void |
setDepartment(String department) |
void |
setId(int id) |
void |
setJob(String job) |
void |
setMediaType(MediaType mediaType) |
void |
setMediaType(String mediaType) |
void |
setPosterPath(String posterPath) |
handleUnknown, toStringpublic CreditType getCreditType()
public void setCreditType(CreditType creditType)
public MediaType getMediaType()
public void setMediaType(String mediaType)
public void setMediaType(MediaType mediaType)
public String getCreditId()
public void setCreditId(String creditId)
public int getId()
getId in interface IIdentificationpublic void setId(int id)
setId in interface IIdentificationpublic String getPosterPath()
public void setPosterPath(String posterPath)
public String getCharacter()
public void setCharacter(String character)
public String getDepartment()
public void setDepartment(String department)
public String getJob()
public void setJob(String job)
Copyright © 2012-2015. All Rights Reserved.