net.sourceforge.atunes.kernel.modules.audioscrobbler
Class AudioScrobblerArtist

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.audioscrobbler.AudioScrobblerArtist

public class AudioScrobblerArtist
extends java.lang.Object

The Class AudioScrobblerArtist.


Constructor Summary
AudioScrobblerArtist()
           
 
Method Summary
protected static AudioScrobblerArtist getArtist(org.w3c.dom.Element el)
          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

AudioScrobblerArtist

public AudioScrobblerArtist()
Method Detail

getArtist

protected static AudioScrobblerArtist getArtist(org.w3c.dom.Element el)
Gets the artist.

Parameters:
el - the el
Returns:
the artist

getImage

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

Returns:
the image

getImageUrl

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

Returns:
the image url

getMatch

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

Returns:
the match

getName

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

Returns:
the name

getUrl

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

Returns:
the url

setImage

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

Parameters:
image - the new image

setImageUrl

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

Parameters:
imageUrl - the imageUrl to set

setMatch

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

Parameters:
match - the match to set

setName

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

Parameters:
name - the name to set

setUrl

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

Parameters:
url - the url to set


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