Attica 5.109.0
|
Represents a publisher. More...
#include <Attica/Publisher>
Public Types | |
typedef QList< Publisher > | List |
Public Member Functions | |
Publisher (const Publisher &other) | |
void | addField (const Field &) |
void | addTarget (const Target &) |
QList< Field > | fields () const |
QString | id () const |
bool | isValid () const |
QString | name () const |
Publisher & | operator= (const Publisher &other) |
void | setId (const QString &) |
void | setName (const QString &) |
void | setUrl (const QString &) |
QList< Target > | targets () const |
QString | url () const |
Represents a publisher.