1 #ifndef MODELINTERCHANGEBUSSTOP_H
2 #define MODELINTERCHANGEBUSSTOP_H
38 QScopedPointer<DataClass> d;
41 #endif // MODELINTERCHANGEBUSSTOP_H
int GetTripNumber() const
Definition: ModelInterchangeBusStop.cpp:48
const QString DATABASE_TABLE_INTERCHANGE_BUS_STOP
Definition: ModelInterchangeBusStop.h:7
const QString DATABASE_TABLE_INTERCHANGE_BUS_STOP_COLUMN_TRIP
Definition: ModelInterchangeBusStop.h:10
ModelInterchangeBusStop()
Definition: ModelInterchangeBusStop.cpp:16
Definition: ModelInterchangeBusStop.cpp:3
Definition: ModelInterchangeBusStop.h:16
virtual ~ModelInterchangeBusStop()
Definition: ModelInterchangeBusStop.cpp:24
void SetTripNumber(const int tripNumber)
Definition: ModelInterchangeBusStop.cpp:53
const QString DATABASE_TABLE_INTERCHANGE_BUS_STOP_COLUMN_LINE
Definition: ModelInterchangeBusStop.h:9
int GetBusStopID() const
Definition: ModelInterchangeBusStop.cpp:28
const QString INTERCHANGE_BUS_STOP_JSON_RESPONSE_ITEM_VALUE_BUS_STOP_ID
Definition: ModelInterchangeBusStop.h:13
void SetBusStopID(const int busStopID)
Definition: ModelInterchangeBusStop.cpp:33
const QString DATABASE_TABLE_INTERCHANGE_BUS_STOP_COLUMN_BUS_STOP_ID
Definition: ModelInterchangeBusStop.h:8
int GetLineNumber() const
Definition: ModelInterchangeBusStop.cpp:38
void SetLineNumber(const int lineNumber)
Definition: ModelInterchangeBusStop.cpp:43
const QString INTERCHANGE_BUS_STOP_JSON_RESPONSE_ITEM_DEPARTURES
Definition: ModelInterchangeBusStop.h:14