/[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 1418 by torben, Mon May 2 12:21:49 2011 UTC revision 1419 by torben, Mon May 2 16:38:25 2011 UTC
# Line 20  public class TimetableEntry implements S Line 20  public class TimetableEntry implements S
20          @Attribute          @Attribute
21          private boolean current;          private boolean current;
22                    
23          @Element          @Element(required=false) //it really should be required but don't crash XML generator if getSimpleByName couln't find a station
24          private StationEntry stationEntry;          private StationEntry stationEntry;
25                    
26          boolean cancelled;          boolean cancelled;

Legend:
Removed from v.1418  
changed lines
  Added in v.1419

  ViewVC Help
Powered by ViewVC 1.1.20