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

Annotation of /android/TrainInfoService/src/dk/thoerup/traininfoservice/SavedStatBean.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 964 - (hide annotations) (download)
Wed Jul 7 11:46:02 2010 UTC (13 years, 10 months ago) by torben
File size: 1579 byte(s)
'Label' is a more correct term
1 torben 961 package dk.thoerup.traininfoservice;
2    
3     public class SavedStatBean {
4    
5 torben 964 public String getLabel() {
6     return label;
7 torben 961 }
8 torben 964 public void setLabel(String label) {
9     this.label = label;
10 torben 961 }
11     public String getStation() {
12     return station;
13     }
14     public void setStation(String station) {
15     this.station = station;
16     }
17     public String getLocation() {
18     return location;
19     }
20     public void setLocation(String location) {
21     this.location = location;
22     }
23     public String getName() {
24     return name;
25     }
26     public void setName(String name) {
27     this.name = name;
28     }
29     public String getFavorites() {
30     return favorites;
31     }
32     public void setFavorites(String favorites) {
33     this.favorites = favorites;
34     }
35     public String getDeparture() {
36     return departure;
37     }
38     public void setDeparture(String departure) {
39     this.departure = departure;
40     }
41     public String getDepcache() {
42     return depcache;
43     }
44     public void setDepcache(String depcache) {
45     this.depcache = depcache;
46     }
47     public String getDeperror() {
48     return deperror;
49     }
50     public void setDeperror(String deperror) {
51     this.deperror = deperror;
52     }
53     public String getTimetable() {
54     return timetable;
55     }
56     public void setTimetable(String timetable) {
57     this.timetable = timetable;
58     }
59     public String getTimecache() {
60     return timecache;
61     }
62     public void setTimecache(String timecache) {
63     this.timecache = timecache;
64     }
65     public String getTimeerror() {
66     return timeerror;
67     }
68     public void setTimeerror(String timeerror) {
69     this.timeerror = timeerror;
70     }
71    
72    
73    
74 torben 964 String label;
75 torben 961 String station, location,name,favorites,departure,depcache,deperror,timetable,timecache,timeerror;
76     }

  ViewVC Help
Powered by ViewVC 1.1.20