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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 961 - (show annotations) (download)
Wed Jul 7 09:12:32 2010 UTC (13 years, 10 months ago) by torben
File size: 1642 byte(s)
Begin moving saved statistics to seperate servlet+jsp
1 package dk.thoerup.traininfoservice;
2
3 public class SavedStatBean {
4
5 public String getStatisticsdate() {
6 return statisticsdate;
7 }
8 public void setStatisticsdate(String statisticsdate) {
9 this.statisticsdate = statisticsdate;
10 }
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 String statisticsdate;
75 String station, location,name,favorites,departure,depcache,deperror,timetable,timecache,timeerror;
76 }

  ViewVC Help
Powered by ViewVC 1.1.20