com.retek.component.geolocation
Class GeoLocationSearchCriteria
java.lang.Object
com.retek.component.geolocation.GeoLocationSearchCriteria
- All Implemented Interfaces:
- java.io.Serializable
- public class GeoLocationSearchCriteria
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoLocationSearchCriteria
public GeoLocationSearchCriteria()
getCity
public java.lang.String getCity()
getCountyName
public java.lang.String getCountyName()
getPostalCode
public java.lang.String getPostalCode()
getStateAbbreviation
public java.lang.String getStateAbbreviation()
getCountryCode
public java.lang.String getCountryCode()
setCity
public void setCity(java.lang.String city)
setCountyName
public void setCountyName(java.lang.String county)
setPostalCode
public void setPostalCode(java.lang.String postalCode)
setStateAbbreviation
public void setStateAbbreviation(java.lang.String stateAbbreviation)
setCountryCode
public void setCountryCode(java.lang.String countryCode)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25