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

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

public class AudioScrobblerSimilarArtists
extends java.lang.Object

The Class AudioScrobblerSimilarArtists.


Field Summary
static int MAX_SIMILAR_ARTISTS
          The Constant MAX_SIMILAR_ARTISTS.
 
Constructor Summary
AudioScrobblerSimilarArtists()
           
 
Method Summary
 java.lang.String getArtistName()
          Gets the artist name.
 java.util.List<AudioScrobblerArtist> getArtists()
          Gets the artists.
 java.lang.String getPicture()
          Gets the picture.
protected static AudioScrobblerSimilarArtists getSimilarArtists(org.w3c.dom.Document xml)
          Gets the similar artists.
 void setArtistName(java.lang.String artistName)
          Sets the artist name.
 void setArtists(java.util.List<AudioScrobblerArtist> artists)
          Sets the artists.
 void setPicture(java.lang.String picture)
          Sets the picture.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_SIMILAR_ARTISTS

public static final int MAX_SIMILAR_ARTISTS
The Constant MAX_SIMILAR_ARTISTS.

See Also:
Constant Field Values
Constructor Detail

AudioScrobblerSimilarArtists

public AudioScrobblerSimilarArtists()
Method Detail

getSimilarArtists

protected static AudioScrobblerSimilarArtists getSimilarArtists(org.w3c.dom.Document xml)
Gets the similar artists.

Parameters:
xml - the xml
Returns:
the similar artists

getArtistName

public java.lang.String getArtistName()
Gets the artist name.

Returns:
the artist name

getArtists

public java.util.List<AudioScrobblerArtist> getArtists()
Gets the artists.

Returns:
the artists

getPicture

public java.lang.String getPicture()
Gets the picture.

Returns:
the picture

setArtistName

public void setArtistName(java.lang.String artistName)
Sets the artist name.

Parameters:
artistName - the artistName to set

setArtists

public void setArtists(java.util.List<AudioScrobblerArtist> artists)
Sets the artists.

Parameters:
artists - the artists to set

setPicture

public void setPicture(java.lang.String picture)
Sets the picture.

Parameters:
picture - the picture to set


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