doc.walkthru
Interface Performer

All Known Subinterfaces:
Artist, Group
All Known Implementing Classes:
ArtistImpl, GroupImpl, PerformerImpl

public interface Performer

A performer, either a band or a person.


Method Summary
 java.lang.String getBiography()
           
 java.util.List<Album> getDiscography()
           
 java.util.List<java.net.URL> getLinks()
           
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
name of the performer

getBiography

java.lang.String getBiography()
Returns:
biography of the performer

getLinks

java.util.List<java.net.URL> getLinks()
Returns:
links relevant to this performer

getDiscography

java.util.List<Album> getDiscography()
Returns:
albums done by this performer