org.mythtv.services.api.v027.beans
Class ArtworkItem
java.lang.Object
org.mythtv.services.api.v027.beans.ArtworkItem
public class ArtworkItem
- extends java.lang.Object
Auto-generated file, do not modify manually !!!!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 java.lang.Integer getWidth()
- Returns:
- the width
setWidth
public void setWidth(java.lang.Integer width)
- Parameters:
width - the width to set
getHeight
public java.lang.Integer getHeight()
- Returns:
- the height
setHeight
public void setHeight(java.lang.Integer height)
- Parameters:
height - the height to set