net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data
Class LastFmArtist

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data.LastFmArtist
All Implemented Interfaces:
ArtistInfo

public class LastFmArtist
extends java.lang.Object
implements ArtistInfo

The Class LastFmArtist.


Constructor Summary
LastFmArtist()
           
 
Method Summary
protected static LastFmArtist getArtist(Artist a)
          Gets the artist.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastFmArtist

public LastFmArtist()
Method Detail

getArtist

protected static LastFmArtist getArtist(Artist a)
Gets the artist.

Returns:
the artist

getImage

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

Specified by:
getImage in interface ArtistInfo
Returns:
the image

getImageUrl

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

Specified by:
getImageUrl in interface ArtistInfo
Returns:
the image url

getMatch

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

Specified by:
getMatch in interface ArtistInfo
Returns:
the match

getName

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

Specified by:
getName in interface ArtistInfo
Returns:
the name

getUrl

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

Specified by:
getUrl in interface ArtistInfo
Returns:
the url

setImage

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

Specified by:
setImage in interface ArtistInfo
Parameters:
image - the new image

setImageUrl

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

Specified by:
setImageUrl in interface ArtistInfo
Parameters:
imageUrl - the imageUrl to set

setMatch

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

Specified by:
setMatch in interface ArtistInfo
Parameters:
match - the match to set

setName

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

Specified by:
setName in interface ArtistInfo
Parameters:
name - the name to set

setUrl

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

Specified by:
setUrl in interface ArtistInfo
Parameters:
url - the url to set


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