/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/TimetableBean.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/TimetableBean.java

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

revision 839 by torben, Wed Nov 4 08:26:40 2009 UTC revision 840 by torben, Fri Jun 11 18:46:46 2010 UTC
# Line 9  public class TimetableBean implements Se Line 9  public class TimetableBean implements Se
9          private String arrival;          private String arrival;
10          private String departure;          private String departure;
11          private boolean current;          private boolean current;
12            private int stationId;
13                    
14          public String getStation() {          public String getStation() {
15                  return station;                  return station;
# Line 38  public class TimetableBean implements Se Line 39  public class TimetableBean implements Se
39                  this.current = current;                  this.current = current;
40          }          }
41                    
42            public int getStationId() {
43                    return stationId;
44            }
45            
46            public void setStationId(int stationId) {
47                    this.stationId = stationId;
48            }
49            
50            
51  }  }

Legend:
Removed from v.839  
changed lines
  Added in v.840

  ViewVC Help
Powered by ViewVC 1.1.20