public class Address
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Address()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AddressLineList |
getAddressLines()
Deprecated.
Returns the
AddressLineList which forms the contents
of this Address. |
java.lang.String |
getSortCode()
Deprecated.
Returns the sortCode of this Address.
|
java.lang.String |
gettModelKey()
Deprecated.
Returns the tModelKey of this Address.
|
java.lang.String |
getUseType()
Deprecated.
Returns the useType of this Address.
|
void |
setAddressLines(AddressLineList addressLines)
Deprecated.
Sets the
AddressLineList which forms the contents
of this Address. |
void |
setSortCode(java.lang.String sortCode)
Deprecated.
Sets the sortCode of this Address.
|
void |
settModelKey(java.lang.String tModelKey)
Deprecated.
Sets the tModelKey of this Address.
|
void |
setUseType(java.lang.String useType)
Deprecated.
Sets the useType of this Address.
|
public AddressLineList getAddressLines()
AddressLineList
which forms the contents
of this Address.AddressLineList
which forms the contents of
this Address.public void setAddressLines(AddressLineList addressLines)
AddressLineList
which forms the contents
of this Address.addressLines
- the AddressLineList
which forms the contents of
this Address.public java.lang.String getUseType()
public void setUseType(java.lang.String useType)
useType
- the useType of this Address.public java.lang.String getSortCode()
public void setSortCode(java.lang.String sortCode)
sortCode
- the sortCode of this Address.public java.lang.String gettModelKey()
public void settModelKey(java.lang.String tModelKey)
tModelKey
- the tModelKey of this Address.