com.agimatec.annomark.example.model
Class CvPostcode

java.lang.Object
  extended by 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
 
Method Summary
 CvCountry getCountry()
           
 String getDescription()
           
 long getPostcodeId()
           
 Timestamp getValidFrom()
           
 int getVersion()
           
 String getZip()
           
 void setCountry(CvCountry country)
           
 void setDescription(String description)
           
 void setPostcodeId(long postcodeId)
           
 void setValidFrom(Timestamp validFrom)
           
 void setVersion(int version)
           
 void setZip(String zip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvPostcode

public CvPostcode()
default constructor

Method Detail

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.