org.onebusaway.transit_data.model
Class SearchQueryBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.SearchQueryBean
All Implemented Interfaces:
Serializable

public class SearchQueryBean
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class SearchQueryBean.EQueryType
           
 
Constructor Summary
SearchQueryBean()
           
 
Method Summary
 CoordinateBounds getBounds()
           
 int getMaxCount()
           
 double getMinScoreToKeep()
           
 String getQuery()
           
 SearchQueryBean.EQueryType getType()
           
 void setBounds(CoordinateBounds bounds)
           
 void setMaxCount(int maxCount)
           
 void setMinScoreToKeep(double minScoreToKeep)
           
 void setQuery(String query)
           
 void setType(SearchQueryBean.EQueryType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchQueryBean

public SearchQueryBean()
Method Detail

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.