Holds a Comment Record. More...
Public Types | |
|
typedef boost::shared_ptr < CommentRecord > | SharedPtr |
|
typedef std::vector < CommentRecord::SharedPtr > | Collection |
Public Member Functions | |
| void | setID (int a_id) |
| int | getID () |
| const std::string & | getName () |
| const std::string & | getCommenter () |
| const std::string & | getComment () |
| std::string | toXML () |
Ctors & Dtors | |
| CommentRecord () | |
| Ctor. | |
| CommentRecord (int a_id, const std::string &a_name, const std::string &a_commenter, const std::string &a_comment, Poco::Timestamp a_timeStamp) | |
| CommentRecord (const std::string &a_name, const std::string &a_commenter, const std::string &a_comment) | |
| ~CommentRecord () | |
| Dtor. | |
Holds a Comment Record.
| Tonido::Data::CommentRecord::CommentRecord | ( | ) |
Ctor.
details if needed ...
| Tonido::Data::CommentRecord::~CommentRecord | ( | ) |
Dtor.
details if needed ...