#include <VuCompanyLocksRecord.h>
Public Member Functions | |
VuCompanyLocksRecord (const DataPointer &filewalker) | |
QString | className () const |
returns "VuCompanyLocksRecord" | |
int | size () const |
Size of data used in the file. | |
virtual void | printOn (Reporter &report) const |
Public Attributes | |
Timespan | lockTime |
QString | companyName |
QString | companyAddress |
FullCardNumber | companyCardNumber |
Static Public Attributes | |
static const int | staticSize = 98 |
VuCompanyLocksRecord::VuCompanyLocksRecord | ( | const DataPointer & | filewalker | ) |
QString VuCompanyLocksRecord::className | ( | ) | const [virtual] |
returns "VuCompanyLocksRecord"
Implements Block.
void VuCompanyLocksRecord::printOn | ( | Reporter & | report | ) | const [virtual] |
Implements DataType.
References companyAddress, companyCardNumber, companyName, lockTime, Reporter::tagValuePair(), Timespan::toString(), and Reporter::writeBlock().
int VuCompanyLocksRecord::size | ( | ) | const [virtual] |
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
const int VuCompanyLocksRecord::staticSize = 98 [static] |