org.onebusaway.transit_data.model
Class StopScheduleBean
java.lang.Object
org.onebusaway.transit_data.model.ApplicationBean
org.onebusaway.transit_data.model.StopScheduleBean
- All Implemented Interfaces:
- Serializable
public class StopScheduleBean
- extends ApplicationBean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopScheduleBean
public StopScheduleBean()
getDate
public Date getDate()
setDate
public void setDate(Date date)
getStop
public StopBean getStop()
setStop
public void setStop(StopBean stop)
getRoutes
public List<StopRouteScheduleBean> getRoutes()
setRoutes
public void setRoutes(List<StopRouteScheduleBean> routes)
getCalendarDays
public StopCalendarDaysBean getCalendarDays()
setCalendarDays
public void setCalendarDays(StopCalendarDaysBean calendarDays)
Copyright © 2012 OneBusAway. All Rights Reserved.