|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Address
This interface defines the remote interface of the Address Entity.
Method Summary | |
---|---|
void |
amend(String addressLine1,
String addressLine2,
String addressLine3,
String addressLine4,
String country,
String postCode)
This method amends the attributes of the Address entity. |
String |
getAddressLine1()
This method returns the addressLine1 attribute. |
String |
getAddressLine2()
This method returns the addressLine2 attribute. |
String |
getAddressLine3()
This method returns the addressLine3 attribute. |
String |
getAddressLine4()
This method returns the addressLine4 attribute. |
String |
getCountry()
This method returns the country attribute. |
String |
getOwnerId()
This method returns the ownerId attribute. |
String |
getPostCode()
This method returns the postCode attribute. |
Method Detail |
---|
void amend(String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode) throws ValidationException, RemoteException
addressLine1
- addressLine2
- addressLine3
- addressLine4
- country
- postCode
-
ValidationException
RemoteException
String getAddressLine1() throws RemoteException
RemoteException
String getAddressLine2() throws RemoteException
RemoteException
String getAddressLine3() throws RemoteException
RemoteException
String getAddressLine4() throws RemoteException
RemoteException
String getCountry() throws RemoteException
RemoteException
String getOwnerId() throws RemoteException
RemoteException
String getPostCode() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |