Attica::KnowledgeBaseEntry
Attica::KnowledgeBaseEntry Class Reference
#include <Attica/KnowledgeBaseEntry>
Public Types | |
typedef QList< KnowledgeBaseEntry > | List |
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 |
KnowledgeBaseEntry & | operator= (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.
Definition at line 28 of file knowledgebaseentry.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.