org.mythtv.services.api.content
Class ArtworkInfo

java.lang.Object
  extended by org.mythtv.services.api.content.ArtworkInfo

public class ArtworkInfo
extends Object

Author:
Daniel Frey

Constructor Summary
ArtworkInfo()
           
 
Method Summary
 String getFilename()
           
 String getStorageGroup()
           
 String getType()
           
 String getUrl()
           
 void setFilename(String filename)
           
 void setStorageGroup(String storageGroup)
           
 void setType(String type)
           
 void setUrl(String url)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArtworkInfo

public ArtworkInfo()
Method Detail

getUrl

public String getUrl()
Returns:
the url

setUrl

public void setUrl(String url)
Parameters:
url - the url to set

getFilename

public String getFilename()
Returns:
the filename

setFilename

public void setFilename(String filename)
Parameters:
filename - the filename to set

getStorageGroup

public String getStorageGroup()
Returns:
the storageGroup

setStorageGroup

public void setStorageGroup(String storageGroup)
Parameters:
storageGroup - the storageGroup to set

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.