Package com.tagtraum.audiokern
Interface AudioArtist
-
- All Known Implementing Classes:
Artist
,BeatportArtist
,LastFMArtist
,WikidataArtist
public interface AudioArtist
Artist.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBiography()
Artist biography.Set<AudioId>
getIds()
Artist ids.String
getName()
Artist name.
-
-
-
Method Detail
-
getName
String getName()
Artist name.- Returns:
- name
-
getBiography
String getBiography()
Artist biography. May returnnull
.- Returns:
- bio
-
getIds
Set<AudioId> getIds()
Artist ids.- Returns:
- ids, never
null
- See Also:
AudioSong.getArtistIds()
-
-