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

All Known Implementing Classes:
LastFmAlbumList

public interface AlbumListInfo


Method Summary
 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.
 

Method Detail

getAlbums

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

Returns:
the albums

getArtist

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

Returns:
the artist

setAlbums

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

Parameters:
albums - the albums to set

setArtist

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

Parameters:
artist - the artist to set


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