#include <bank.h>
Public Methods | |
instituteMessage () | |
~instituteMessage () | |
const bool | operator== (const instituteMessage &msg) |
const Date & | date () const |
void | setDate (const Date &d) |
const Time & | time () const |
void | setTime (const Time &t) |
const string & | subject () const |
void | setSubject (const string &t) |
const string & | text () const |
void | setText (const string &t) |
int | country () const |
void | setCountry (int i) |
const string & | bankCode () const |
void | setBankCode (const string &s) |
bool | read () const |
void | setRead (bool b) |
This class is a message sent to us by the credit institute. It occurs when performing the opening of a dialog (JOBDialogInit, JOBFirstInit) and can contain all sorts of information that the bank thinks is important (even advertisements).
|
|
|
|
|
Returns the Bank code ("BLZ") of the bank that sent this message (to identify it) |
|
Returns the ISO-3166 country code of the bank that sent this message (to identify it) |
|
Returns the Date of arrival. |
|
|
|
Helper flag: Returns true if message has been read. However, this is neither set nor reset by OpenHBCI. The state of the flag is stored (FIXME: is this correct), but the application has to manage the flag by itself. |
|
Set the Bank code ("BLZ") of the bank that sent this message (to identify it) |
|
Set the ISO-3166 country code of the bank that sent this message (to identify it) |
|
Set the Date of arrival. |
|
Set the flag that shows whether this message has been read. See read(). |
|
Set the subject of this message. |
|
Set the text of the message. |
|
Set the Time of arrival. |
|
Returns the subject of this message. |
|
Returns the text of the message, just as it was sent by the bank. |
|
Returns the Time of arrival. |