/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/DepartureBean.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/DepartureBean.java

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

revision 696 by torben, Wed Sep 30 19:49:25 2009 UTC revision 697 by torben, Mon May 3 07:42:02 2010 UTC
# Line 9  public class DepartureBean implements Co Line 9  public class DepartureBean implements Co
9          private String location;                  private String location;        
10          private String status;            private String status;  
11          private String note;          private String note;
12            private String type;
13                    
14                    
15          public String getTime() {          public String getTime() {
# Line 60  public class DepartureBean implements Co Line 61  public class DepartureBean implements Co
61                  this.note = note;                  this.note = note;
62          }          }
63                    
64            public String getType() {
65                    return type;
66            }
67            
68            public void setType(String type) {
69                    this.type = type;
70            }
71            
72          @Override          @Override
73          public int compareTo(DepartureBean otherBean) {          public int compareTo(DepartureBean otherBean) {
74                  String timeStr1 = time.replace(":","").trim();                  String timeStr1 = time.replace(":","").trim();

Legend:
Removed from v.696  
changed lines
  Added in v.697

  ViewVC Help
Powered by ViewVC 1.1.20