libmusicbrainz3
3.0.3
|
Represents a label alias. More...
Additional Inherited Members | |
![]() | |
ArtistAlias (const std::string &value=std::string(), const std::string &type=std::string(), const std::string &script=std::string()) | |
Constructor. More... | |
virtual | ~ArtistAlias () |
Destructor. More... | |
std::string | getValue () const |
Returns the alias. More... | |
void | setValue (const std::string &value) |
Sets the alias. More... | |
std::string | getType () const |
Returns the alias type. More... | |
void | setType (const std::string &type) |
Sets the alias type. More... | |
std::string | getScript () const |
Returns the alias script. More... | |
void | setScript (const std::string &type) |
Sets the alias script. More... | |
Represents a label alias.
BIC: make a generic class Alias with subclasses ArtistAlias, LabelAlias.