Bump version to 0.9.0
[quandoparte] / application / stationscheduleitem.h
index 50d49ba..b86ffeb 100644 (file)
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011 mikelima
+Copyright (C) 2011 Luciano Montanaro <mikelima@cirulla.net>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -34,8 +34,8 @@ public:
     StationScheduleItem &operator=(const StationScheduleItem &);
     ~StationScheduleItem();
 
-    QString &id();
-    void setId(const QString &value);
+    QString &train();
+    void setTrain(const QString &value);
 
     QString &departureStation();
     void setDepartureStation(const QString &value);
@@ -56,7 +56,13 @@ public:
     void setDelay(const QString &value);
 
     int delayClass();
-    void setDelayClass(const int value);
+    void setDelayClass(int value);
+
+    QString &expectedPlatform();
+    void setExpectedPlatform(const QString &value);
+
+    QString &actualPlatform();
+    void setActualPlatform(const QString &value);
 
     bool isValid();
 private: