com.google.code.geocoder.model
Class GeocoderAddressComponent

java.lang.Object
  extended by com.google.code.geocoder.model.GeocoderAddressComponent
All Implemented Interfaces:
Serializable

public class GeocoderAddressComponent
extends Object
implements Serializable

Author:
Michael Panchenko
See Also:
Serialized Form

Constructor Summary
GeocoderAddressComponent()
           
 
Method Summary
 boolean equals(Object o)
           
 String getLongName()
           
 String getShortName()
           
 List<String> getTypes()
           
 int hashCode()
           
 void setLongName(String longName)
           
 void setShortName(String shortName)
           
 void setTypes(List<String> types)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeocoderAddressComponent

public GeocoderAddressComponent()
Method Detail

getLongName

public String getLongName()

setLongName

public void setLongName(String longName)

getShortName

public String getShortName()

setShortName

public void setShortName(String shortName)

getTypes

public List<String> getTypes()

setTypes

public void setTypes(List<String> types)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.