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