package dk.thoerup.traininfoservice; public class SavedStatBean { public String getStatisticsdate() { return statisticsdate; } public void setStatisticsdate(String statisticsdate) { this.statisticsdate = statisticsdate; } public String getStation() { return station; } public void setStation(String station) { this.station = station; } public String getLocation() { return location; } public void setLocation(String location) { this.location = location; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getFavorites() { return favorites; } public void setFavorites(String favorites) { this.favorites = favorites; } public String getDeparture() { return departure; } public void setDeparture(String departure) { this.departure = departure; } public String getDepcache() { return depcache; } public void setDepcache(String depcache) { this.depcache = depcache; } public String getDeperror() { return deperror; } public void setDeperror(String deperror) { this.deperror = deperror; } public String getTimetable() { return timetable; } public void setTimetable(String timetable) { this.timetable = timetable; } public String getTimecache() { return timecache; } public void setTimecache(String timecache) { this.timecache = timecache; } public String getTimeerror() { return timeerror; } public void setTimeerror(String timeerror) { this.timeerror = timeerror; } String statisticsdate; String station, location,name,favorites,departure,depcache,deperror,timetable,timecache,timeerror; }