43 : title(
""), type(
""), text(
"") {
55 : title(title), type(type), text(text) {
A Shakespeare Data source object containing sonnets, poems and plays.
Definition: Shakespeare.h:31
void setType(const string &type)
Definition: Shakespeare.h:86
void setTitle(const string &title)
Definition: Shakespeare.h:70
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:53
Shakespeare()
Definition: Shakespeare.h:42
string getText() const
Definition: Shakespeare.h:94
void setText(const string &text)
Definition: Shakespeare.h:102
string getType() const
Definition: Shakespeare.h:78
string getTitle() const
Definition: Shakespeare.h:62