|
||||||||||
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.LastFmAlbum
public class LastFmAlbum
The Class LastFmAlbum.
Constructor Summary | |
---|---|
LastFmAlbum()
|
Method Summary | |
---|---|
static AlbumInfo |
getAlbum(Album a,
Playlist pl)
Gets the album. |
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<TrackInfo> |
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<? extends TrackInfo> 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 LastFmAlbum()
Method Detail |
---|
public static AlbumInfo getAlbum(Album a, Playlist pl)
public java.lang.String getArtist()
getArtist
in interface AlbumInfo
public java.lang.String getArtistUrl()
getArtistUrl
in interface AlbumInfo
public java.lang.String getBigCoverURL()
getBigCoverURL
in interface AlbumInfo
public javax.swing.ImageIcon getCover()
getCover
in interface AlbumInfo
public java.lang.String getCoverURL()
getCoverURL
in interface AlbumInfo
public java.util.Date getReleaseDate()
getReleaseDate
in interface AlbumInfo
public java.lang.String getReleaseDateString()
getReleaseDateString
in interface AlbumInfo
public java.lang.String getSmallCoverURL()
getSmallCoverURL
in interface AlbumInfo
public java.lang.String getTitle()
getTitle
in interface AlbumInfo
public java.util.List<TrackInfo> getTracks()
getTracks
in interface AlbumInfo
public java.lang.String getUrl()
getUrl
in interface AlbumInfo
public java.lang.String getYear()
getYear
in interface AlbumInfo
public void setArtist(java.lang.String artist)
setArtist
in interface AlbumInfo
artist
- the artist to setpublic void setBigCoverURL(java.lang.String bigCoverURL)
setBigCoverURL
in interface AlbumInfo
bigCoverURL
- the bigCoverURL to setpublic void setCover(javax.swing.ImageIcon cover)
setCover
in interface AlbumInfo
cover
- the cover to setpublic void setCoverURL(java.lang.String coverURL)
setCoverURL
in interface AlbumInfo
coverURL
- the coverURL to setpublic void setReleaseDateString(java.lang.String releaseDateString)
setReleaseDateString
in interface AlbumInfo
releaseDateString
- the releaseDateString to setpublic void setSmallCoverURL(java.lang.String smallCoverURL)
setSmallCoverURL
in interface AlbumInfo
smallCoverURL
- the smallCoverURL to setpublic void setTitle(java.lang.String title)
setTitle
in interface AlbumInfo
title
- the title to setpublic void setTracks(java.util.List<? extends TrackInfo> tracks)
setTracks
in interface AlbumInfo
tracks
- the tracks to setpublic void setUrl(java.lang.String url)
setUrl
in interface AlbumInfo
url
- the url to setpublic java.lang.String toString()
toString
in interface AlbumInfo
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |