com.gisgraphy.domain.geoloc.entity
Interface ZipCodeAware
- All Known Implementing Classes:
- City, CitySubdivision
public interface ZipCodeAware
- Author:
- David Masclet
Interface for Class that have a zipCode field
Method Summary |
java.lang.Integer |
getZipCode()
|
void |
setZipCode(java.lang.Integer zipCode)
Set The zipCode for the city |
SETTER_METHOD_NAME
static final java.lang.String SETTER_METHOD_NAME
- See Also:
- Constant Field Values
setZipCode
void setZipCode(java.lang.Integer zipCode)
- Set The zipCode for the city
- Parameters:
zipCode
- The zipCode for the City
getZipCode
java.lang.Integer getZipCode()
- Returns:
- The zipCode for The city
Copyright © 2009. All Rights Reserved.