public class ZipCode extends Object
ZipCode
.Constructor and Description |
---|
ZipCode()
/** Default Constructor
|
ZipCode(String code) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCode() |
GisFeature |
getGisFeature() |
Long |
getId()
The datastore id
|
int |
hashCode() |
void |
setCode(String code) |
void |
setGisFeature(GisFeature gisFeature) |
void |
setId(Long id) |
String |
toString() |
public ZipCode()
public ZipCode(String code)
code
- the code of the zipcode (will be uppercased)public Long getId()
public void setId(Long id)
id
- the id to setpublic String getCode()
public void setCode(String code)
code
- the code to set, (will be uppercased)public void setGisFeature(GisFeature gisFeature)
gisFeature
- the gisfeature of the zipcodepublic GisFeature getGisFeature()
Copyright © 2015. All rights reserved.