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

java.lang.Object
  extended by org.onebusaway.webapp.gwt.oba_application.model.LocationQueryModel
Direct Known Subclasses:
QueryModel

public class LocationQueryModel
extends Object


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

Constructor Detail

LocationQueryModel

public LocationQueryModel()
Method Detail

setEventSink

public void setEventSink(ModelEventSink<LocationQueryModel> events)

getLocationQuery

public String getLocationQuery()

hasLocation

public boolean hasLocation()

getLocation

public com.google.gwt.maps.client.geom.LatLng getLocation()

getTime

public long getTime()

getConstraints

public TransitShedConstraintsBean getConstraints()

setQuery

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

setQueryLocation

public void setQueryLocation(com.google.gwt.maps.client.geom.LatLng location)

fireModelChanged

protected void fireModelChanged()


Copyright © 2012 OneBusAway. All Rights Reserved.