net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data
Class LastFmAlbumList

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data.LastFmAlbumList
All Implemented Interfaces:
AlbumListInfo

public class LastFmAlbumList
extends java.lang.Object
implements AlbumListInfo

The Class LastFmAlbumList.


Constructor Summary
LastFmAlbumList()
           
 
Method Summary
static AlbumListInfo getAlbumList(java.util.Collection<Album> as, java.lang.String artist)
          Gets the album list.
 java.util.List<AlbumInfo> getAlbums()
          Gets the albums.
 java.lang.String getArtist()
          Gets the artist.
 void setAlbums(java.util.List<? extends AlbumInfo> albums)
          Sets the albums.
 void setArtist(java.lang.String artist)
          Sets the artist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastFmAlbumList

public LastFmAlbumList()
Method Detail

getAlbumList

public static AlbumListInfo getAlbumList(java.util.Collection<Album> as,
                                         java.lang.String artist)
Gets the album list.

Returns:
the album list

getAlbums

public java.util.List<AlbumInfo> getAlbums()
Gets the albums.

Specified by:
getAlbums in interface AlbumListInfo
Returns:
the albums

getArtist

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

Specified by:
getArtist in interface AlbumListInfo
Returns:
the artist

setAlbums

public void setAlbums(java.util.List<? extends AlbumInfo> albums)
Sets the albums.

Specified by:
setAlbums in interface AlbumListInfo
Parameters:
albums - the albums to set

setArtist

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

Specified by:
setArtist in interface AlbumListInfo
Parameters:
artist - the artist to set


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