|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.audioscrobbler.AudioScrobblerSimilarArtists
public class AudioScrobblerSimilarArtists
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 |
---|
public static final int MAX_SIMILAR_ARTISTS
Constructor Detail |
---|
public AudioScrobblerSimilarArtists()
Method Detail |
---|
protected static AudioScrobblerSimilarArtists getSimilarArtists(org.w3c.dom.Document xml)
xml
- the xml
public java.lang.String getArtistName()
public java.util.List<AudioScrobblerArtist> getArtists()
public java.lang.String getPicture()
public void setArtistName(java.lang.String artistName)
artistName
- the artistName to setpublic void setArtists(java.util.List<AudioScrobblerArtist> artists)
artists
- the artists to setpublic void setPicture(java.lang.String picture)
picture
- the picture to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |