public class MediaCredit extends AbstractJsonMapping implements Serializable, IIdentification
| Constructor and Description |
|---|
MediaCredit() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreditId() |
int |
getId() |
String |
getName() |
String |
getProfilePath() |
void |
setCreditId(String creditId) |
void |
setId(int id) |
void |
setName(String name) |
void |
setProfilePath(String profilePath) |
handleUnknown, toStringpublic String getCreditId()
public void setCreditId(String creditId)
public int getId()
getId in interface IIdentificationpublic void setId(int id)
setId in interface IIdentificationpublic String getProfilePath()
public void setProfilePath(String profilePath)
public String getName()
public void setName(String name)
Copyright © 2012-2015. All Rights Reserved.