org.chenillekit.google.utils
Class GeoCodeLocation

java.lang.Object
  extended by org.chenillekit.google.utils.GeoCodeLocation
All Implemented Interfaces:
Serializable

public class GeoCodeLocation
extends Object
implements Serializable

simple class to hold a location for geocoding.

Version:
$Id: GeoCodeLocation.java 471 2009-05-09 09:28:38Z homburgs $
See Also:
Serialized Form

Constructor Summary
GeoCodeLocation()
           
GeoCodeLocation(Locale locale, String street, String country, String state, String zipCode, String city)
           
GeoCodeLocation(String street, String country, String state, String zipCode, String city)
           
 
Method Summary
 String getCity()
           
 String getCountry()
           
 Locale getLocale()
           
 String getState()
           
 String getStreet()
           
 String getZipCode()
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setLocale(Locale locale)
           
 void setState(String state)
           
 void setStreet(String street)
           
 void setZipCode(String zipCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoCodeLocation

public GeoCodeLocation()

GeoCodeLocation

public GeoCodeLocation(String street,
                       String country,
                       String state,
                       String zipCode,
                       String city)

GeoCodeLocation

public GeoCodeLocation(Locale locale,
                       String street,
                       String country,
                       String state,
                       String zipCode,
                       String city)
Method Detail

getStreet

public String getStreet()

setStreet

public void setStreet(String street)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getState

public String getState()

setState

public void setState(String state)

getZipCode

public String getZipCode()

setZipCode

public void setZipCode(String zipCode)

getCity

public String getCity()

setCity

public void setCity(String city)

getLocale

public Locale getLocale()

setLocale

public void setLocale(Locale locale)


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.