/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/TimetableBean.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/TimetableBean.java

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

revision 974 by torben, Fri Jun 11 17:12:29 2010 UTC revision 975 by torben, Sat Jul 10 08:35:16 2010 UTC
# Line 6  public class TimetableBean { Line 6  public class TimetableBean {
6          private String departure;          private String departure;
7          private boolean current;          private boolean current;
8          private int stationId;          private int stationId;
9            boolean cancelled;
10                    
11          public String getStation() {          public String getStation() {
12                  return station;                  return station;
# Line 41  public class TimetableBean { Line 42  public class TimetableBean {
42                  this.stationId = stationId;                  this.stationId = stationId;
43          }          }
44                    
45            public boolean isCancelled() {
46                    return cancelled;
47            }
48            public void setCancelled(boolean cancelled) {
49                    this.cancelled = cancelled;
50            }
51            
52                    
53  }  }

Legend:
Removed from v.974  
changed lines
  Added in v.975

  ViewVC Help
Powered by ViewVC 1.1.20