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

Field Summary
static java.lang.String SETTER_METHOD_NAME
           
 
Method Summary
 java.lang.Integer getZipCode()
           
 void setZipCode(java.lang.Integer zipCode)
          Set The zipCode for the city
 

Field Detail

SETTER_METHOD_NAME

static final java.lang.String SETTER_METHOD_NAME
See Also:
Constant Field Values
Method Detail

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.