com.retek.component.geolocation.impl
Class GeoLocationImpl
java.lang.Object
com.retek.component.geolocation.impl.GeoLocationImpl
- All Implemented Interfaces:
- GeoLocation, java.io.Serializable
- public class GeoLocationImpl
- extends java.lang.Object
- implements GeoLocation, java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
GeoLocationImpl(java.lang.String city,
java.lang.String state,
java.lang.String stateAbbreviation,
java.lang.String postalCode,
java.lang.String county,
java.lang.String country,
java.lang.String taxReferenceCode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoLocationImpl
public GeoLocationImpl(java.lang.String city,
java.lang.String state,
java.lang.String stateAbbreviation,
java.lang.String postalCode,
java.lang.String county,
java.lang.String country,
java.lang.String taxReferenceCode)
getCity
public java.lang.String getCity()
- Specified by:
getCity
in interface GeoLocation
getCounty
public java.lang.String getCounty()
- Specified by:
getCounty
in interface GeoLocation
getPostalCode
public java.lang.String getPostalCode()
- Specified by:
getPostalCode
in interface GeoLocation
getState
public java.lang.String getState()
- Specified by:
getState
in interface GeoLocation
getStateAbbreviation
public java.lang.String getStateAbbreviation()
- Specified by:
getStateAbbreviation
in interface GeoLocation
getCountry
public java.lang.String getCountry()
getTaxReferenceCode
public java.lang.String getTaxReferenceCode()
- Specified by:
getTaxReferenceCode
in interface GeoLocation
toStringVerbose
public java.lang.String toStringVerbose()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28