|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data.LastFmArtist
public class LastFmArtist
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 |
---|
public LastFmArtist()
Method Detail |
---|
protected static LastFmArtist getArtist(Artist a)
public javax.swing.ImageIcon getImage()
getImage
in interface ArtistInfo
public java.lang.String getImageUrl()
getImageUrl
in interface ArtistInfo
public java.lang.String getMatch()
getMatch
in interface ArtistInfo
public java.lang.String getName()
getName
in interface ArtistInfo
public java.lang.String getUrl()
getUrl
in interface ArtistInfo
public void setImage(javax.swing.ImageIcon image)
setImage
in interface ArtistInfo
image
- the new imagepublic void setImageUrl(java.lang.String imageUrl)
setImageUrl
in interface ArtistInfo
imageUrl
- the imageUrl to setpublic void setMatch(java.lang.String match)
setMatch
in interface ArtistInfo
match
- the match to setpublic void setName(java.lang.String name)
setName
in interface ArtistInfo
name
- the name to setpublic void setUrl(java.lang.String url)
setUrl
in interface ArtistInfo
url
- the url to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |