org.onebusaway.webapp.gwt.oba_application.model
Class QueryModel

java.lang.Object
  extended by org.onebusaway.webapp.gwt.oba_application.model.LocationQueryModel
      extended by org.onebusaway.webapp.gwt.oba_application.model.QueryModel

public class QueryModel
extends LocationQueryModel


Constructor Summary
QueryModel()
           
 
Method Summary
protected  void fireModelChanged()
           
 String getQuery()
           
 void setQuery(String query, String locationQuery, com.google.gwt.maps.client.geom.LatLng location, long time, TransitShedConstraintsBean constraints)
           
 void setQueryModelEventSink(ModelEventSink<QueryModel> eventSink)
           
 
Methods inherited from class org.onebusaway.webapp.gwt.oba_application.model.LocationQueryModel
getConstraints, getLocation, getLocationQuery, getTime, hasLocation, setEventSink, setQuery, setQueryLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryModel

public QueryModel()
Method Detail

setQueryModelEventSink

public void setQueryModelEventSink(ModelEventSink<QueryModel> eventSink)

getQuery

public String getQuery()

setQuery

public void setQuery(String query,
                     String locationQuery,
                     com.google.gwt.maps.client.geom.LatLng location,
                     long time,
                     TransitShedConstraintsBean constraints)

fireModelChanged

protected void fireModelChanged()
Overrides:
fireModelChanged in class LocationQueryModel


Copyright © 2012 OneBusAway. All Rights Reserved.