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

All Known Implementing Classes:
LastFmSimilarArtists

public interface SimilarArtistsInfo


Method Summary
 java.lang.String getArtistName()
          Gets the artist name.
 java.util.List<ArtistInfo> getArtists()
          Gets the artists.
 java.lang.String getPicture()
          Gets the picture.
 void setArtistName(java.lang.String artistName)
          Sets the artist name.
 void setArtists(java.util.List<? extends ArtistInfo> artists)
          Sets the artists.
 void setPicture(java.lang.String picture)
          Sets the picture.
 

Method Detail

getArtistName

java.lang.String getArtistName()
Gets the artist name.

Returns:
the artist name

getArtists

java.util.List<ArtistInfo> getArtists()
Gets the artists.

Returns:
the artists

getPicture

java.lang.String getPicture()
Gets the picture.

Returns:
the picture

setArtistName

void setArtistName(java.lang.String artistName)
Sets the artist name.

Parameters:
artistName - the artistName to set

setArtists

void setArtists(java.util.List<? extends ArtistInfo> artists)
Sets the artists.

Parameters:
artists - the artists to set

setPicture

void setPicture(java.lang.String picture)
Sets the picture.

Parameters:
picture - the picture to set


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