public abstract class InfoItem extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
InfoItem.InfoType |
Constructor and Description |
---|
InfoItem(InfoItem.InfoType infoType,
int serviceId,
String url,
String name) |
Modifier and Type | Method and Description |
---|---|
InfoItem.InfoType |
getInfoType() |
String |
getName() |
int |
getServiceId() |
String |
getThumbnailUrl() |
String |
getUrl() |
void |
setThumbnailUrl(String thumbnailUrl) |
String |
toString() |
public InfoItem(InfoItem.InfoType infoType, int serviceId, String url, String name)
public InfoItem.InfoType getInfoType()
public int getServiceId()
public String getUrl()
public String getName()
public void setThumbnailUrl(String thumbnailUrl)
public String getThumbnailUrl()