com.agimatec.annomark.example.transfer
Class TransferPostcodeLight

java.lang.Object
  extended by com.agimatec.annomark.example.transfer.TransferPostcodeLight
All Implemented Interfaces:
Serializable

public class TransferPostcodeLight
extends Object
implements Serializable

CODE GENERATED BY "java-pojo.ftl" - DO NOT EDIT!
source: CvPostcode postal codes in a country

See Also:
Serialized Form

Constructor Summary
TransferPostcodeLight()
           
 
Method Summary
 String getDescription()
           
 long getPostcodeId()
           
 String getZip()
           
 void setDescription(String description)
           
 void setPostcodeId(long postcodeId)
           
 void setZip(String zip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferPostcodeLight

public TransferPostcodeLight()
Method Detail

getPostcodeId

public long getPostcodeId()

setPostcodeId

public void setPostcodeId(long postcodeId)

getZip

public String getZip()

setZip

public void setZip(String zip)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2008-2012. All Rights Reserved.