39 Artist(
const Artist& other);
40 Artist(Artist&& other)
noexcept;
42 Artist& operator=(
const Artist& other);
43 Artist& operator=(Artist&& other)
noexcept;
47 [[nodiscard]] QString name()
const;
48 void setName(
const QString& name);
50 [[nodiscard]] uint16_t songcount()
const;
51 void setSongcount(
const uint16_t& value);
53 [[nodiscard]] ArtistId id()
const;
54 void setId(
const ArtistId& value);