|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.audioscrobbler.AudioScrobblerArtist
public class AudioScrobblerArtist
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 |
---|
public AudioScrobblerArtist()
Method Detail |
---|
protected static AudioScrobblerArtist getArtist(org.w3c.dom.Element el)
el
- the el
public javax.swing.ImageIcon getImage()
public java.lang.String getImageUrl()
public java.lang.String getMatch()
public java.lang.String getName()
public java.lang.String getUrl()
public void setImage(javax.swing.ImageIcon image)
image
- the new imagepublic void setImageUrl(java.lang.String imageUrl)
imageUrl
- the imageUrl to setpublic void setMatch(java.lang.String match)
match
- the match to setpublic void setName(java.lang.String name)
name
- the name to setpublic void setUrl(java.lang.String url)
url
- the url to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |