23 #ifndef __MUSICBRAINZ3_ARTISTALIAS_H__
24 #define __MUSICBRAINZ3_ARTISTALIAS_H__
54 ArtistAlias(
const std::string &value = std::string(),
55 const std::string &type = std::string(),
56 const std::string &script = std::string());
68 std::string getValue()
const;
75 void setValue(
const std::string &value);
82 std::string getType()
const;
89 void setType(
const std::string &type);
96 std::string getScript()
const;
103 void setScript(
const std::string &type);
107 class ArtistAliasPrivate;
108 ArtistAliasPrivate *d;
Represents an artist alias.
Definition: artistalias.h:43
#define MB_API
Definition: defines.h:40