com.agimatec.annomark.example.model
Class CvPostcode
java.lang.Object
com.agimatec.annomark.example.model.CvPostcode
- All Implemented Interfaces:
- Serializable
public class CvPostcode
- extends Object
- implements Serializable
postal codes in a country
- See Also:
- Serialized Form
|
Constructor Summary |
CvPostcode()
default constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CvPostcode
public CvPostcode()
- default constructor
getPostcodeId
public long getPostcodeId()
setPostcodeId
public void setPostcodeId(long postcodeId)
getVersion
public int getVersion()
setVersion
public void setVersion(int version)
getZip
public String getZip()
setZip
public void setZip(String zip)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getValidFrom
public Timestamp getValidFrom()
setValidFrom
public void setValidFrom(Timestamp validFrom)
getCountry
public CvCountry getCountry()
setCountry
public void setCountry(CvCountry country)
Copyright © 2008-2012. All Rights Reserved.