org.onebusaway.transit_data.model
Class StopAreaBean

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

public class StopAreaBean
extends StopBean

See Also:
Serialized Form

Constructor Summary
StopAreaBean()
           
 
Method Summary
 void addNearbyStop(StopBean stop)
           
 List<StopBean> getNearbyStops()
           
 
Methods inherited from class org.onebusaway.transit_data.model.StopBean
equals, getCode, getDirection, getId, getLat, getLocationType, getLon, getName, getRoutes, hasDirection, hashCode, setCode, setDirection, setId, setLat, setLocationType, setLon, setName, setRoutes
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopAreaBean

public StopAreaBean()
Method Detail

addNearbyStop

public void addNearbyStop(StopBean stop)

getNearbyStops

public List<StopBean> getNearbyStops()


Copyright © 2012 OneBusAway. All Rights Reserved.