org.onebusaway.transit_data.model
Class StopWithRoutesBean

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

public class StopWithRoutesBean
extends ApplicationBean

See Also:
Serialized Form

Constructor Summary
StopWithRoutesBean()
           
 
Method Summary
 List<RouteBean> getRoutes()
           
 StopBean getStop()
           
 void setRoutes(List<RouteBean> routes)
           
 void setStop(StopBean stop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopWithRoutesBean

public StopWithRoutesBean()
Method Detail

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.