36 : title(
""), type(
""), text(
"") {
38 Shakespeare(
const string& title,
const string& type,
const string& text)
39 : title(title), type(type), text(text) {
A Shakespeare book object, used along with the Shakespeare books data source.
Definition: Shakespeare.h:28
void setType(const string &type)
Definition: Shakespeare.h:50
void setTitle(const string &title)
Definition: Shakespeare.h:44
these methods convert byte arrays in to base64 codes and are used in BRIDGES to represent the color a...
Definition: alltypes.h:4
Shakespeare(const string &title, const string &type, const string &text)
Definition: Shakespeare.h:38
Shakespeare()
Definition: Shakespeare.h:35
string getText() const
Definition: Shakespeare.h:53
void setText(const string &text)
Definition: Shakespeare.h:56
string getType() const
Definition: Shakespeare.h:47
string getTitle() const
Definition: Shakespeare.h:41