| Constructor and Description |
|---|
AddressImpl() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getAddressType() |
Collection<String> |
getNewAddresses() |
Address |
getOldAddress()
Get the old address of the current person.
|
Collection |
getOldAddresses() |
Person |
getPerson() |
String |
getStreet()
The street of this address.
|
void |
setAddressType(AddressType addressType) |
void |
setPerson(Person person) |
void |
setStreet(String street)
The street of this address.
|
String |
toString() |
public Address getOldAddress()
AddressgetOldAddress in interface Addresspublic String getStreet()
Addresspublic void setStreet(String street)
Addresspublic AddressType getAddressType()
getAddressType in interface Addresspublic void setAddressType(AddressType addressType)
setAddressType in interface Addresspublic Collection getOldAddresses()
getOldAddresses in interface Addresspublic Collection<String> getNewAddresses()
getNewAddresses in interface AddressCopyright © 2012-2013. All Rights Reserved.