#include <bpdjob.h>
Public Methods | |
bpdJob () | |
~bpdJob () | |
string | dumpToString () const |
const string & | segmentCode () const |
void | setSegmentCode (const string &s) |
int | segmentVersion () const |
void | setSegmentVersion (int i) |
int | jobsPerMessage () const |
void | setJobsPerMessage (int i) |
int | minSigCount () const |
void | setMinSigCount (int i) |
const string & | parameter () const |
void | setParameter (const string &s) |
Friends | |
class | SEGSupportedJob |
Author of original code: Fabian Kaiser<fabian.kaiser@gmx.de> Adapted to new Medium etc: Martin Preuss<openhbci@aquamaniac.de>
|
|
|
|
|
Create human readable string containing information about this BPD job. |
|
How many jobs of this kind can max. be included in one message |
|
Min. number of users that have to sign a job of this kind |
|
Job-parameter |
|
The job-code (HKSAL, KHUMB...) |
|
The HBCI-segment-version |
|
|
|
|
|
|
|
|
|
|
|
|