net.sourceforge.atunes.kernel.modules.contextInformation
Interface AlbumInfo

All Known Implementing Classes:
LastFmAlbum

public interface AlbumInfo


Method Summary
 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()
           
 

Method Detail

getArtist

java.lang.String getArtist()
Gets the artist.

Returns:
the artist

getArtistUrl

java.lang.String getArtistUrl()
Gets the artist url.

Returns:
the artist url

getBigCoverURL

java.lang.String getBigCoverURL()
Gets the big cover url.

Returns:
the bigCoverURL

getCover

javax.swing.ImageIcon getCover()
Gets the cover.

Returns:
the cover

getCoverURL

java.lang.String getCoverURL()
Gets the cover url.

Returns:
the cover url

getReleaseDate

java.util.Date getReleaseDate()
Gets the release date.

Returns:
the release date

getReleaseDateString

java.lang.String getReleaseDateString()
Gets the release date string.

Returns:
the releaseDateString

getSmallCoverURL

java.lang.String getSmallCoverURL()
Gets the small cover url.

Returns:
the small cover url

getTitle

java.lang.String getTitle()
Gets the title.

Returns:
the title

getTracks

java.util.List<TrackInfo> getTracks()
Gets the tracks.

Returns:
the tracks

getUrl

java.lang.String getUrl()
Gets the url.

Returns:
the url

getYear

java.lang.String getYear()
Gets the year.

Returns:
the year

setArtist

void setArtist(java.lang.String artist)
Sets the artist.

Parameters:
artist - the artist to set

setBigCoverURL

void setBigCoverURL(java.lang.String bigCoverURL)
Sets the big cover url.

Parameters:
bigCoverURL - the bigCoverURL to set

setCover

void setCover(javax.swing.ImageIcon cover)
Sets the cover.

Parameters:
cover - the cover to set

setCoverURL

void setCoverURL(java.lang.String coverURL)
Sets the cover url.

Parameters:
coverURL - the coverURL to set

setReleaseDateString

void setReleaseDateString(java.lang.String releaseDateString)
Sets the release date string.

Parameters:
releaseDateString - the releaseDateString to set

setSmallCoverURL

void setSmallCoverURL(java.lang.String smallCoverURL)
Sets the small cover url.

Parameters:
smallCoverURL - the smallCoverURL to set

setTitle

void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - the title to set

setTracks

void setTracks(java.util.List<? extends TrackInfo> tracks)
Sets the tracks.

Parameters:
tracks - the tracks to set

setUrl

void setUrl(java.lang.String url)
Sets the url.

Parameters:
url - the url to set

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.