/[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 575 by torben, Tue Feb 2 08:34:00 2010 UTC revision 576 by torben, Tue Feb 2 08:39:15 2010 UTC
# Line 15  public class StationBean implements Seri Line 15  public class StationBean implements Seri
15          private double latitude;          private double latitude;
16          private int distance;          private int distance;
17          private String address;          private String address;
         private String code;  
18                    
19          private boolean isRegional;          private boolean isRegional;
20          private boolean isSTrain;          private boolean isSTrain;
# Line 49  public class StationBean implements Seri Line 48  public class StationBean implements Seri
48                  return address;                  return address;
49          }          }
50    
         public String getCode() {  
                 return code;  
         }  
           
   
         public void setCode(String code) {  
                 this.code = code;  
         }  
51    
52          public void setName(String name) {          public void setName(String name) {
53                  this.name = name;                  this.name = name;

Legend:
Removed from v.575  
changed lines
  Added in v.576

  ViewVC Help
Powered by ViewVC 1.1.20