com.retek.component.geolocation.impl
Class GeoLocationImpl

java.lang.Object
  extended bycom.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

Field Summary
 
Fields inherited from interface com.retek.component.geolocation.GeoLocation
CITY, COUNTRY, COUNTY, POSTAL_CODE, STATE_ABBREVIATION
 
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)
           
 
Method Summary
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.String getCounty()
           
 java.lang.String getPostalCode()
           
 java.lang.String getState()
           
 java.lang.String getStateAbbreviation()
           
 java.lang.String getTaxReferenceCode()
           
 java.lang.String toStringVerbose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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