

Public Slots | |
| void | setName (const QString &newName) |
| void | setId (const QString &newId) |
| void | setDateEstablished (const QDate &newDate) |
| void | setAddress (Address *address, QString name="default") |
| void | setType (CustomerType newType) |
| void | setTypeString (QString newType) |
Public Member Functions | |
| Address * | getAddress (QString name="default") const |
| We are storing addresses as QObject children. | |
| QString | getName () const |
| QString | getId () const |
| QDate | getDateEstablished () const |
| CustomerType | getType () const |
| QString | getTypeString () const |
Protected Member Functions | |
| Customer (QString name=QString()) | |
| |
| Customer (QString name, QString id, CustomerType type) | |
Properties | |
| QString | Id [] |
| QDate | DateEstablished [] |
| QString | Type [] |
Friends | |
| class | CustomerFactory |
Definition at line 16 of file customer.h.
| Address * Customer::getAddress | ( | QString | name = "default" |
) | const |
We are storing addresses as QObject children.
Definition at line 14 of file customer.cpp.
1.5.1