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

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

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

revision 1830 by torben, Wed Apr 11 10:37:54 2012 UTC revision 1831 by torben, Mon Aug 20 21:15:20 2012 UTC
# Line 46  public class StationEntry implements Ser Line 46  public class StationEntry implements Ser
46          @ElementArray          @ElementArray
47          private String aliases[];          private String aliases[];
48                    
49            transient private int tritStation;
50    
51            
52          /*used client side - do not serialize */          /*used client side - do not serialize */
53          transient public String nameLower;          transient public String nameLower;
54          transient public String nameInternational;          transient public String nameInternational;
55                    
56                    
57    
58            
59            
60          public int getId() {          public int getId() {
61                  return id;                  return id;
62          }          }
# Line 143  public class StationEntry implements Ser Line 149  public class StationEntry implements Ser
149                  return aliases;                  return aliases;
150          }          }
151                    
152            public int getTritStation() {
153                    return tritStation;
154            }
155            public void setTritStation(int tritStation) {
156                    this.tritStation = tritStation;
157            }
158            
159                    
160    
161  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.20