public class CreditBasic extends AbstractJsonMapping implements Serializable, Identification
| Constructor and Description |
|---|
CreditBasic() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtworkPath() |
String |
getCharacter() |
String |
getCreditId() |
CreditType |
getCreditType() |
String |
getDepartment() |
int |
getId() |
String |
getJob() |
MediaType |
getMediaType() |
void |
setArtworkPath(String artworkPath) |
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) |
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 Identificationpublic void setId(int id)
setId in interface Identificationpublic String getArtworkPath()
public void setArtworkPath(String artworkPath)
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–2017. All rights reserved.