Package com.tagtraum.audiokern
Interface AudioArtist
-
- All Known Implementing Classes:
Artist,BeatportArtist,LastFMArtist,WikidataArtist
public interface AudioArtistArtist.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBiography()Artist biography.Set<AudioId>getIds()Artist ids.StringgetName()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()
-
-