com.bankframe.examples.bo.address
Interface Address

All Known Subinterfaces:
Address

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

amend

void amend(String addressLine1,
           String addressLine2,
           String addressLine3,
           String addressLine4,
           String country,
           String postCode)
           throws ValidationException,
                  RemoteException
This method amends the attributes of the Address entity.

Parameters:
addressLine1 -
addressLine2 -
addressLine3 -
addressLine4 -
country -
postCode -
Throws:
ValidationException
RemoteException

getAddressLine1

String getAddressLine1()
                       throws RemoteException
This method returns the addressLine1 attribute.

Returns:
the addressLine1 attribute
Throws:
RemoteException

getAddressLine2

String getAddressLine2()
                       throws RemoteException
This method returns the addressLine2 attribute.

Returns:
the addressLine2 attribute
Throws:
RemoteException

getAddressLine3

String getAddressLine3()
                       throws RemoteException
This method returns the addressLine3 attribute.

Returns:
the addressLine3 attribute
Throws:
RemoteException

getAddressLine4

String getAddressLine4()
                       throws RemoteException
This method returns the addressLine4 attribute.

Returns:
the addressLine4 attribute
Throws:
RemoteException

getCountry

String getCountry()
                  throws RemoteException
This method returns the country attribute.

Returns:
the country attribute
Throws:
RemoteException

getOwnerId

String getOwnerId()
                  throws RemoteException
This method returns the ownerId attribute.

Returns:
the ownerId attribute
Throws:
RemoteException

getPostCode

String getPostCode()
                   throws RemoteException
This method returns the postCode attribute.

Returns:
the postCode attribute
Throws:
RemoteException


Copyright © 2005, 2007, Oracle. All rights reserved.