org.onebusaway.transit_data.model
Class StopRouteScheduleBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.ApplicationBean
      extended by org.onebusaway.transit_data.model.StopRouteScheduleBean
All Implemented Interfaces:
Serializable

public class StopRouteScheduleBean
extends ApplicationBean

See Also:
Serialized Form

Constructor Summary
StopRouteScheduleBean()
           
 
Method Summary
 List<StopRouteDirectionScheduleBean> getDirections()
           
 RouteBean getRoute()
           
 void setDirections(List<StopRouteDirectionScheduleBean> directions)
           
 void setRoute(RouteBean route)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopRouteScheduleBean

public StopRouteScheduleBean()
Method Detail

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.