libmusicbrainz3  3.0.2
MusicBrainz::LabelAlias Class Reference

Represents a label alias. More...

Inheritance diagram for MusicBrainz::LabelAlias:
Collaboration diagram for MusicBrainz::LabelAlias:

Additional Inherited Members

- Public Member Functions inherited from MusicBrainz::ArtistAlias
 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...
 

Detailed Description

Represents a label alias.

BIC: make a generic class Alias with subclasses ArtistAlias, LabelAlias.