com.ail.coretest.addressbook
Class Address
java.lang.Object
com.ail.core.Type
com.ail.coretest.addressbook.Address
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class Address
- extends Type
- See Also:
- Serialized Form
|
Constructor Summary |
Address()
|
Address(java.lang.String line1,
java.lang.String line2,
java.lang.String line3,
java.lang.String line4,
java.lang.String postcode)
|
| Methods inherited from class com.ail.core.Type |
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Address
public Address()
Address
public Address(java.lang.String line1,
java.lang.String line2,
java.lang.String line3,
java.lang.String line4,
java.lang.String postcode)
getLine1
public java.lang.String getLine1()
setLine1
public void setLine1(java.lang.String line1)
getLine2
public java.lang.String getLine2()
setLine2
public void setLine2(java.lang.String line2)
getLine3
public java.lang.String getLine3()
setLine3
public void setLine3(java.lang.String line3)
getPostcode
public java.lang.String getPostcode()
setPostcode
public void setPostcode(java.lang.String postcode)
getLine4
public java.lang.String getLine4()
setLine4
public void setLine4(java.lang.String line4)