org.onebusaway.geocoder.model
Class GeocoderResultsEntity

java.lang.Object
  extended by org.onebusaway.geocoder.model.GeocoderResultsEntity

public class GeocoderResultsEntity
extends Object


Constructor Summary
GeocoderResultsEntity()
           
 
Method Summary
 String getLocation()
           
 GeocoderResults getResults()
           
 void setLocation(String location)
           
 void setResults(GeocoderResults result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeocoderResultsEntity

public GeocoderResultsEntity()
Method Detail

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getResults

public GeocoderResults getResults()

setResults

public void setResults(GeocoderResults result)


Copyright © 2012 OneBusAway. All Rights Reserved.