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

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

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

revision 309 by torben, Tue Sep 1 20:28:55 2009 UTC revision 310 by torben, Thu Sep 10 19:09:09 2009 UTC
# Line 7  public class StationBean implements Seri Line 7  public class StationBean implements Seri
7                    
8          private static final long serialVersionUID = 1L;          private static final long serialVersionUID = 1L;
9                    
10            private int id;
11    
12    
13          private String name;          private String name;
14          private double longitude;          private double longitude;
15          private double latitude;          private double latitude;
# Line 70  public class StationBean implements Seri Line 73  public class StationBean implements Seri
73          public void setAddress(String address) {          public void setAddress(String address) {
74                  this.address = address;                  this.address = address;
75          }          }
76            
77            public int getId() {
78                    return id;
79            }
80    
81            public void setId(int id) {
82                    this.id = id;
83            }
84                    
85                    
86  }  }

Legend:
Removed from v.309  
changed lines
  Added in v.310

  ViewVC Help
Powered by ViewVC 1.1.20