com.agimatec.annomark.example.model
Class Address

java.lang.Object
  extended by com.agimatec.annomark.example.model.Address
All Implemented Interfaces:
Serializable

public class Address
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Address()
          default constructor
 
Method Summary
 long getAddressId()
           
 String getCity()
           
 CvCountry getCountry()
           
 String getField1()
           
 String getField2()
           
 String getField3()
           
 int getVersion()
           
 String getZip()
           
 void setAddressId(long addressId)
           
 void setCity(String city)
           
 void setCountry(CvCountry country)
           
 void setField1(String field1)
           
 void setField2(String field2)
           
 void setField3(String field3)
           
 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

Address

public Address()
default constructor

Method Detail

getAddressId

public long getAddressId()

setAddressId

public void setAddressId(long addressId)

getVersion

public int getVersion()

setVersion

public void setVersion(int version)

getCountry

public CvCountry getCountry()

setCountry

public void setCountry(CvCountry country)

getField1

public String getField1()

setField1

public void setField1(String field1)

getField2

public String getField2()

setField2

public void setField2(String field2)

getField3

public String getField3()

setField3

public void setField3(String field3)

getZip

public String getZip()

setZip

public void setZip(String zip)

getCity

public String getCity()

setCity

public void setCity(String city)


Copyright © 2008-2013. All Rights Reserved.