org.mythtv.services.api.video
Class ArtworkItem
java.lang.Object
org.mythtv.services.api.video.ArtworkItem
public class ArtworkItem
- extends Object
- Author:
- Daniel Frey
ArtworkItem
public ArtworkItem()
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
getUrl
public String getUrl()
- Returns:
- the url
setUrl
public void setUrl(String url)
- Parameters:
url - the url to set
getThumbnail
public String getThumbnail()
- Returns:
- the thumbnail
setThumbnail
public void setThumbnail(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 String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.