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