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

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

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

revision 1830 by torben, Fri Jul 8 16:26:09 2011 UTC revision 1831 by torben, Mon Aug 20 21:15:20 2012 UTC
# Line 35  public class DepartureEntry implements Line 35  public class DepartureEntry implements
35          @Element          @Element
36          private String type;          private String type;
37                    
38            @Element(required=false)
39            private String platform = "";
40            
41            
42                    
43          public String getTime() {          public String getTime() {
44                  return time;                  return time;
# Line 92  public class DepartureEntry implements Line 96  public class DepartureEntry implements
96          public void setType(String type) {          public void setType(String type) {
97                  this.type = type;                  this.type = type;
98          }          }
99            public String getPlatform() {
100                    return platform;
101            }
102            public void setPlatform(String platform) {
103                    this.platform = platform;
104            }
105            
106            
107                    
108  }  }

Legend:
Removed from v.1830  
changed lines
  Added in v.1831

  ViewVC Help
Powered by ViewVC 1.1.20