Attica 5.109.0
Public Types | Public Member Functions | List of all members
Attica::KnowledgeBaseEntry

Represents a knowledge base entry. More...

#include <Attica/KnowledgeBaseEntry>

Public Types

typedef QList< KnowledgeBaseEntryList
 

Public Member Functions

 KnowledgeBaseEntry (const KnowledgeBaseEntry &other)
 
void addExtendedAttribute (const QString &key, const QString &value)
 
QString answer () const
 
QDateTime changed () const
 
int comments () const
 
int contentId () const
 
QString description () const
 
QUrl detailPage () const
 
QString extendedAttribute (const QString &key) const
 
QMap< QString, QString > extendedAttributes () const
 
QString id () const
 
bool isValid () const
 
QString name () const
 
KnowledgeBaseEntryoperator= (const KnowledgeBaseEntry &other)
 
void setAnswer (const QString &answer)
 
void setChanged (const QDateTime &changed)
 
void setComments (int comments)
 
void setContentId (int id)
 
void setDescription (const QString &description)
 
void setDetailPage (const QUrl &detailPage)
 
void setId (QString id)
 
void setName (const QString &name)
 
void setStatus (const QString &status)
 
void setUser (const QString &user)
 
QString status () const
 
QString user () const
 

Detailed Description

Represents a knowledge base entry.