org.onebusaway.transit_data.model
Class RoutesAndStopsBean
java.lang.Object
org.onebusaway.transit_data.model.RoutesAndStopsBean
- All Implemented Interfaces:
- Serializable
public class RoutesAndStopsBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoutesAndStopsBean
public RoutesAndStopsBean()
RoutesAndStopsBean
public RoutesAndStopsBean(RoutesBean routes,
StopsBean stops)
getRoutes
public RoutesBean getRoutes()
setRoutes
public void setRoutes(RoutesBean routes)
getStops
public StopsBean getStops()
setStops
public void setStops(StopsBean stops)
Copyright © 2012 OneBusAway. All Rights Reserved.