com.agimatec.annomark.example.model
Class Address
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Address
public Address()
- default constructor
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-2012. All Rights Reserved.