|
Vesna
|
#include <ModelInterchangeBusStop.h>


Classes | |
| class | DataClass |
Public Member Functions | |
| ModelInterchangeBusStop () | |
| virtual | ~ModelInterchangeBusStop () |
| int | GetBusStopID () const |
| void | SetBusStopID (const int busStopID) |
| int | GetLineNumber () const |
| void | SetLineNumber (const int lineNumber) |
| int | GetTripNumber () const |
| void | SetTripNumber (const int tripNumber) |
Public Member Functions inherited from Model | |
| Model (const QString &databaseTableName) | |
| virtual | ~Model () |
| int | GetID () const |
| void | SetID (int id) |
| QString | GetDatabaseTableName () const |
| void | AddJsonItemAndDatabaseColumnConversionPair (const QString jsonResponseItem, const QString databaseTableColumn) |
| QString | ConvertDatabaseColumnToJsonResponseItem (const QString &databaseColumnName) |
| void | FillModel (QJsonObject &jsonData) |
| ModelInterchangeBusStop::ModelInterchangeBusStop | ( | ) |

|
virtual |
| int ModelInterchangeBusStop::GetBusStopID | ( | ) | const |
| int ModelInterchangeBusStop::GetLineNumber | ( | ) | const |
| int ModelInterchangeBusStop::GetTripNumber | ( | ) | const |
| void ModelInterchangeBusStop::SetBusStopID | ( | const int | busStopID | ) |
| void ModelInterchangeBusStop::SetLineNumber | ( | const int | lineNumber | ) |

| void ModelInterchangeBusStop::SetTripNumber | ( | const int | tripNumber | ) |

1.8.8