org.mythtv.services.api.video
Class ArtworkItem

java.lang.Object
  extended by org.mythtv.services.api.video.ArtworkItem

public class ArtworkItem
extends Object

Author:
Daniel Frey

Constructor Summary
ArtworkItem()
           
 
Method Summary
 int getHeight()
           
 String getThumbnail()
           
 String getType()
           
 String getUrl()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setThumbnail(String thumbnail)
           
 void setType(String type)
           
 void setUrl(String url)
           
 void setWidth(int width)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArtworkItem

public ArtworkItem()
Method Detail

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.