org.onebusaway.transit_data.model
Class StopRouteScheduleBean
java.lang.Object
org.onebusaway.transit_data.model.ApplicationBean
org.onebusaway.transit_data.model.StopRouteScheduleBean
- All Implemented Interfaces:
- Serializable
public class StopRouteScheduleBean
- extends ApplicationBean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopRouteScheduleBean
public StopRouteScheduleBean()
getRoute
public RouteBean getRoute()
setRoute
public void setRoute(RouteBean route)
getDirections
public List<StopRouteDirectionScheduleBean> getDirections()
setDirections
public void setDirections(List<StopRouteDirectionScheduleBean> directions)
Copyright © 2012 OneBusAway. All Rights Reserved.