net.sourceforge.atunes.kernel.modules.audioscrobbler
Class AudioScrobblerAlbumList

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.audioscrobbler.AudioScrobblerAlbumList

public class AudioScrobblerAlbumList
extends java.lang.Object

The Class AudioScrobblerAlbumList.


Constructor Summary
AudioScrobblerAlbumList()
           
 
Method Summary
 java.util.List<AudioScrobblerAlbum> getAlbums()
          Gets the albums.
 java.lang.String getArtist()
          Gets the artist.
 void setAlbums(java.util.List<AudioScrobblerAlbum> 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

AudioScrobblerAlbumList

public AudioScrobblerAlbumList()
Method Detail

getAlbums

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

Returns:
the albums

getArtist

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

Returns:
the artist

setAlbums

public void setAlbums(java.util.List<AudioScrobblerAlbum> albums)
Sets the albums.

Parameters:
albums - the albums to set

setArtist

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

Parameters:
artist - the artist to set


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