org.onebusaway.webapp.gwt.oba_application.model
Class LocationQueryModel
java.lang.Object
org.onebusaway.webapp.gwt.oba_application.model.LocationQueryModel
- Direct Known Subclasses:
- QueryModel
public class LocationQueryModel
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationQueryModel
public LocationQueryModel()
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.