|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.audioscrobbler.AudioScrobblerAlbum
public class AudioScrobblerAlbum
The Class AudioScrobblerAlbum.
Constructor Summary | |
---|---|
AudioScrobblerAlbum()
|
Method Summary | |
---|---|
protected static AudioScrobblerAlbum |
getAlbum(org.w3c.dom.Document xml)
Gets the album. |
protected static AudioScrobblerAlbumList |
getAlbumList(org.w3c.dom.Document xml)
Gets the album list. |
java.lang.String |
getArtist()
Gets the artist. |
java.lang.String |
getArtistUrl()
Gets the artist url. |
java.lang.String |
getBigCoverURL()
Gets the big cover url. |
javax.swing.ImageIcon |
getCover()
Gets the cover. |
java.lang.String |
getCoverURL()
Gets the cover url. |
java.util.Date |
getReleaseDate()
Gets the release date. |
java.lang.String |
getReleaseDateString()
Gets the release date string. |
java.lang.String |
getSmallCoverURL()
Gets the small cover url. |
java.lang.String |
getTitle()
Gets the title. |
java.util.List<AudioScrobblerTrack> |
getTracks()
Gets the tracks. |
java.lang.String |
getUrl()
Gets the url. |
java.lang.String |
getYear()
Gets the year. |
void |
setArtist(java.lang.String artist)
Sets the artist. |
void |
setBigCoverURL(java.lang.String bigCoverURL)
Sets the big cover url. |
void |
setCover(javax.swing.ImageIcon cover)
Sets the cover. |
void |
setCoverURL(java.lang.String coverURL)
Sets the cover url. |
void |
setReleaseDateString(java.lang.String releaseDateString)
Sets the release date string. |
void |
setSmallCoverURL(java.lang.String smallCoverURL)
Sets the small cover url. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
setTracks(java.util.List<AudioScrobblerTrack> tracks)
Sets the tracks. |
void |
setUrl(java.lang.String url)
Sets the url. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AudioScrobblerAlbum()
Method Detail |
---|
protected static AudioScrobblerAlbum getAlbum(org.w3c.dom.Document xml)
xml
- the xml
protected static AudioScrobblerAlbumList getAlbumList(org.w3c.dom.Document xml)
xml
- the xml
public java.lang.String getArtist()
public java.lang.String getArtistUrl()
public java.lang.String getBigCoverURL()
public javax.swing.ImageIcon getCover()
public java.lang.String getCoverURL()
public java.util.Date getReleaseDate()
public java.lang.String getReleaseDateString()
public java.lang.String getSmallCoverURL()
public java.lang.String getTitle()
public java.util.List<AudioScrobblerTrack> getTracks()
public java.lang.String getUrl()
public java.lang.String getYear()
public void setArtist(java.lang.String artist)
artist
- the artist to setpublic void setBigCoverURL(java.lang.String bigCoverURL)
bigCoverURL
- the bigCoverURL to setpublic void setCover(javax.swing.ImageIcon cover)
cover
- the cover to setpublic void setCoverURL(java.lang.String coverURL)
coverURL
- the coverURL to setpublic void setReleaseDateString(java.lang.String releaseDateString)
releaseDateString
- the releaseDateString to setpublic void setSmallCoverURL(java.lang.String smallCoverURL)
smallCoverURL
- the smallCoverURL to setpublic void setTitle(java.lang.String title)
title
- the title to setpublic void setTracks(java.util.List<AudioScrobblerTrack> tracks)
tracks
- the tracks to setpublic void setUrl(java.lang.String url)
url
- the url to setpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |