23 #ifndef __MUSICBRAINZ3_RELEASEEVENT_H__
24 #define __MUSICBRAINZ3_RELEASEEVENT_H__
50 const std::string &dateStr = std::string());
68 std::string getCountry()
const;
75 void setCountry(
const std::string &country);
82 std::string getDate()
const;
89 void setDate(
const std::string &dateStr);
91 void setCatalogNumber(
const std::string &catalogNumber);
92 std::string getCatalogNumber()
const;
94 void setBarcode(
const std::string &barcode);
95 std::string getBarcode()
const;
97 void setLabel(
Label *label);
102 class ReleaseEventPrivate;
103 ReleaseEventPrivate *d;
Represents a record label.
Definition: label.h:38
A release event, indicating where and when a release took place.
Definition: releaseevent.h:39
#define MB_API
Definition: defines.h:40