/[projects]/android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/TimetableEntry.java
ViewVC logotype

Diff of /android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/TimetableEntry.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1411 by torben, Thu Sep 16 16:29:54 2010 UTC revision 1412 by torben, Mon May 2 12:21:49 2011 UTC
# Line 21  public class TimetableEntry implements S Line 21  public class TimetableEntry implements S
21          private boolean current;          private boolean current;
22                    
23          @Element          @Element
24          private int stationId;          private StationEntry stationEntry;
25            
26          boolean cancelled;          boolean cancelled;
27                    
28          public String getStation() {          public String getStation() {
# Line 51  public class TimetableEntry implements S Line 52  public class TimetableEntry implements S
52          public void setCurrent(boolean current) {          public void setCurrent(boolean current) {
53                  this.current = current;                  this.current = current;
54          }          }
55          public int getStationId() {          public StationEntry getStationEntry() {
56                  return stationId;                  return stationEntry;
57          }          }
58          public void setStationId(int stationId) {          public void setStationEntry(StationEntry stationEntry) {
59                  this.stationId = stationId;                  this.stationEntry = stationEntry;
60          }          }
61                    
62          public boolean isCancelled() {          public boolean isCancelled() {

Legend:
Removed from v.1411  
changed lines
  Added in v.1412

  ViewVC Help
Powered by ViewVC 1.1.20