org.onebusaway.webapp.gwt.where_library.services
Class CombinedSearchResult
java.lang.Object
org.onebusaway.webapp.gwt.where_library.services.CombinedSearchResult
public class CombinedSearchResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombinedSearchResult
public CombinedSearchResult()
getRoutes
public List<RouteBean> getRoutes()
setRoutes
public void setRoutes(List<RouteBean> routes)
getStops
public List<StopBean> getStops()
setStops
public void setStops(List<StopBean> stops)
getAddresses
public List<Place> getAddresses()
setAddresses
public void setAddresses(List<Place> addresses)
getPlaces
public List<Place> getPlaces()
setPlaces
public void setPlaces(List<Place> places)
isEmpty
public boolean isEmpty()
Copyright © 2012 OneBusAway. All Rights Reserved.