| 36 | // A "short" description |
| 37 | const UString &getDescription() const { return description; } |
| 38 | void setDescription(const UString &newDescription) { description = newDescription; } |
| 39 | // A link - likely to a website? |
| 40 | const UString &getLink() const { return link; } |
| 41 | void setLink(const UString &newLink) { link = newLink; } |