A Description gives human-readable descriptive information for the object it is included within...
 
~Description()
Destructor. 
 
void setAbstract(const std::string &a)
 
const std::string & getTitle() const 
 
const std::string & getAbstract() const 
 
A Description gives human-readable descriptive information for the object it is included within...
 
Description * clone() const 
It creates a new copy of this object. 
 
void setTitle(const std::string &title)
 
Description()
It initializes a new Description.