net.sourceforge.atunes.kernel.modules.contextInformation
Interface ArtistInfo

All Known Implementing Classes:
LastFmArtist

public interface ArtistInfo


Method Summary
 javax.swing.ImageIcon getImage()
          Gets the image.
 java.lang.String getImageUrl()
          Gets the image url.
 java.lang.String getMatch()
          Gets the match.
 java.lang.String getName()
          Gets the name.
 java.lang.String getUrl()
          Gets the url.
 void setImage(javax.swing.ImageIcon image)
          Sets the image.
 void setImageUrl(java.lang.String imageUrl)
          Sets the image url.
 void setMatch(java.lang.String match)
          Sets the match.
 void setName(java.lang.String name)
          Sets the name.
 void setUrl(java.lang.String url)
          Sets the url.
 

Method Detail

getImage

javax.swing.ImageIcon getImage()
Gets the image.

Returns:
the image

getImageUrl

java.lang.String getImageUrl()
Gets the image url.

Returns:
the image url

getMatch

java.lang.String getMatch()
Gets the match.

Returns:
the match

getName

java.lang.String getName()
Gets the name.

Returns:
the name

getUrl

java.lang.String getUrl()
Gets the url.

Returns:
the url

setImage

void setImage(javax.swing.ImageIcon image)
Sets the image.

Parameters:
image - the new image

setImageUrl

void setImageUrl(java.lang.String imageUrl)
Sets the image url.

Parameters:
imageUrl - the imageUrl to set

setMatch

void setMatch(java.lang.String match)
Sets the match.

Parameters:
match - the match to set

setName

void setName(java.lang.String name)
Sets the name.

Parameters:
name - the name to set

setUrl

void setUrl(java.lang.String url)
Sets the url.

Parameters:
url - the url to set


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.