org.onebusaway.transit_data.model
Class RoutesAndStopsBean

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

public class RoutesAndStopsBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RoutesAndStopsBean()
           
RoutesAndStopsBean(RoutesBean routes, StopsBean stops)
           
 
Method Summary
 RoutesBean getRoutes()
           
 StopsBean getStops()
           
 void setRoutes(RoutesBean routes)
           
 void setStops(StopsBean stops)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutesAndStopsBean

public RoutesAndStopsBean()

RoutesAndStopsBean

public RoutesAndStopsBean(RoutesBean routes,
                          StopsBean stops)
Method Detail

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.