org.mythtv.services.api.v027.status.beans
Class ArtworkItem
java.lang.Object
org.mythtv.services.api.v027.status.beans.ArtworkItem
public class ArtworkItem
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ArtworkItem
public ArtworkItem()
getType
public java.lang.String getType()
- Returns:
- the type
setType
public void setType(java.lang.String type)
- Parameters:
type - the type to set
getUrl
public java.lang.String getUrl()
- Returns:
- the url
setUrl
public void setUrl(java.lang.String url)
- Parameters:
url - the url to set
getThumbnail
public java.lang.String getThumbnail()
- Returns:
- the thumbnail
setThumbnail
public void setThumbnail(java.lang.String thumbnail)
- Parameters:
thumbnail - the thumbnail to set
getWidth
public int getWidth()
- Returns:
- the width
setWidth
public void setWidth(int width)
- Parameters:
width - the width to set
getHeight
public int getHeight()
- Returns:
- the height
setHeight
public void setHeight(int height)
- Parameters:
height - the height to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object