org.onebusaway.transit_data.model
Class SearchQueryBean
java.lang.Object
org.onebusaway.transit_data.model.SearchQueryBean
- All Implemented Interfaces:
- Serializable
public class SearchQueryBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchQueryBean
public SearchQueryBean()
getType
public SearchQueryBean.EQueryType getType()
setType
public void setType(SearchQueryBean.EQueryType type)
getBounds
public CoordinateBounds getBounds()
setBounds
public void setBounds(CoordinateBounds bounds)
getQuery
public String getQuery()
setQuery
public void setQuery(String query)
getMaxCount
public int getMaxCount()
setMaxCount
public void setMaxCount(int maxCount)
getMinScoreToKeep
public double getMinScoreToKeep()
setMinScoreToKeep
public void setMinScoreToKeep(double minScoreToKeep)
Copyright © 2012 OneBusAway. All Rights Reserved.