/[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 1020 by torben, Sat Jul 10 10:59:49 2010 UTC revision 1021 by torben, Mon Aug 30 13:59:54 2010 UTC
# Line 7  import java.util.Set; Line 7  import java.util.Set;
7    
8  public class DepartureBean {  public class DepartureBean {
9                    
10            String stationName;
11            
12          Set<String> notifications = new HashSet<String>();          Set<String> notifications = new HashSet<String>();
13          List<DepartureEntry> departureEntries = new ArrayList<DepartureEntry>();          List<DepartureEntry> departureEntries = new ArrayList<DepartureEntry>();
14                    
# Line 18  public class DepartureBean { Line 20  public class DepartureBean {
20                  return departureEntries;                  return departureEntries;
21          }          }
22                    
23            public String getStationName() {
24                    return stationName;
25            }
26            
27  }  }

Legend:
Removed from v.1020  
changed lines
  Added in v.1021

  ViewVC Help
Powered by ViewVC 1.1.20