alkimia
8.0.2
|
#include <alkcompany.h>
Classes | |
class | Private |
Public Member Functions | |
AlkCompany (QObject *parent=0) | |
AlkCompany (const AlkCompany &company, QObject *parent=0) | |
~AlkCompany () | |
const QString & | symbol () const |
const QString & | name () const |
const QString & | type () const |
const QString & | exchange () const |
const QString & | recordId () const |
void | setSymbol (const QString &symbol) |
void | setName (const QString &name) |
void | setType (const QString &type) |
void | setExchange (const QString &exchange) |
void | setRecordId (const QString &recordId) |
Private Attributes | |
Private *const | d |
Definition at line 30 of file alkcompany.h.
AlkCompany::AlkCompany | ( | QObject * | parent = 0 | ) |
Definition at line 35 of file alkcompany.cpp.
AlkCompany::AlkCompany | ( | const AlkCompany & | company, |
QObject * | parent = 0 |
||
) |
Definition at line 45 of file alkcompany.cpp.
AlkCompany::~AlkCompany | ( | ) |
Definition at line 41 of file alkcompany.cpp.
const QString & AlkCompany::exchange | ( | ) | const |
Exchange market of the equity
Definition at line 71 of file alkcompany.cpp.
References d, and AlkCompany::Private::m_exchange.
Referenced by operator<<(), and setExchange().
const QString & AlkCompany::name | ( | ) | const |
Name of the equity
Definition at line 61 of file alkcompany.cpp.
References d, and AlkCompany::Private::m_name.
Referenced by operator<<(), and setName().
const QString & AlkCompany::recordId | ( | ) | const |
Internal id
Definition at line 76 of file alkcompany.cpp.
References d, and AlkCompany::Private::m_id.
Referenced by operator<<(), and setRecordId().
void AlkCompany::setExchange | ( | const QString & | exchange | ) |
Definition at line 96 of file alkcompany.cpp.
References d, exchange(), and AlkCompany::Private::m_exchange.
Referenced by operator>>().
void AlkCompany::setName | ( | const QString & | name | ) |
Definition at line 86 of file alkcompany.cpp.
References d, AlkCompany::Private::m_name, and name().
Referenced by operator>>().
void AlkCompany::setRecordId | ( | const QString & | recordId | ) |
Definition at line 101 of file alkcompany.cpp.
References d, AlkCompany::Private::m_id, and recordId().
Referenced by operator>>().
void AlkCompany::setSymbol | ( | const QString & | symbol | ) |
Definition at line 81 of file alkcompany.cpp.
References d, AlkCompany::Private::m_symbol, and symbol().
Referenced by operator>>().
void AlkCompany::setType | ( | const QString & | type | ) |
Definition at line 91 of file alkcompany.cpp.
References d, AlkCompany::Private::m_type, and type().
Referenced by operator>>().
const QString & AlkCompany::symbol | ( | ) | const |
Financial symbol
Definition at line 56 of file alkcompany.cpp.
References d, and AlkCompany::Private::m_symbol.
Referenced by operator<<(), and setSymbol().
const QString & AlkCompany::type | ( | ) | const |
Type of the equity
Definition at line 66 of file alkcompany.cpp.
References d, and AlkCompany::Private::m_type.
Referenced by operator<<(), and setType().
|
private |
Definition at line 88 of file alkcompany.h.
Referenced by exchange(), name(), recordId(), setExchange(), setName(), setRecordId(), setSymbol(), setType(), symbol(), and type().