org.onebusaway.webapp.gwt.where_library.services
Class CombinedSearchResult

java.lang.Object
  extended by org.onebusaway.webapp.gwt.where_library.services.CombinedSearchResult

public class CombinedSearchResult
extends Object


Constructor Summary
CombinedSearchResult()
           
 
Method Summary
 List<Place> getAddresses()
           
 List<Place> getPlaces()
           
 List<RouteBean> getRoutes()
           
 List<StopBean> getStops()
           
 boolean isEmpty()
           
 void setAddresses(List<Place> addresses)
           
 void setPlaces(List<Place> places)
           
 void setRoutes(List<RouteBean> routes)
           
 void setStops(List<StopBean> stops)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinedSearchResult

public CombinedSearchResult()
Method Detail

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.