Public Types | Public Member Functions
Tonido::Data::CommentRecord Class Reference

Holds a Comment Record. More...

List of all members.

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.

Detailed Description

Holds a Comment Record.


Constructor & Destructor Documentation

Tonido::Data::CommentRecord::CommentRecord ( )

Ctor.

details if needed ...

Tonido::Data::CommentRecord::~CommentRecord ( )

Dtor.

details if needed ...


Generated on Wed Oct 12 2011 21:46:53. © CodeLathe LLC 2007-2011. All Rights Reserved.