com.bankframe.examples.bo.address
Interface Address

All Known Subinterfaces:
Address

public interface Address

This interface defines the remote interface of the Address Entity.

Author:
ETU

Method Summary
 void amend(java.lang.String addressLine1, java.lang.String addressLine2, java.lang.String addressLine3, java.lang.String addressLine4, java.lang.String country, java.lang.String postCode)
          This method amends the attributes of the Address entity.
 java.lang.String getAddressLine1()
          This method returns the addressLine1 attribute.
 java.lang.String getAddressLine2()
          This method returns the addressLine2 attribute.
 java.lang.String getAddressLine3()
          This method returns the addressLine3 attribute.
 java.lang.String getAddressLine4()
          This method returns the addressLine4 attribute.
 java.lang.String getCountry()
          This method returns the country attribute.
 java.lang.String getOwnerId()
          This method returns the ownerId attribute.
 java.lang.String getPostCode()
          This method returns the postCode attribute.
 

Method Detail

amend

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

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

getAddressLine1

public java.lang.String getAddressLine1()
                                 throws java.rmi.RemoteException
This method returns the addressLine1 attribute.

Returns:
the addressLine1 attribute
Throws:
java.rmi.RemoteException

getAddressLine2

public java.lang.String getAddressLine2()
                                 throws java.rmi.RemoteException
This method returns the addressLine2 attribute.

Returns:
the addressLine2 attribute
Throws:
java.rmi.RemoteException

getAddressLine3

public java.lang.String getAddressLine3()
                                 throws java.rmi.RemoteException
This method returns the addressLine3 attribute.

Returns:
the addressLine3 attribute
Throws:
java.rmi.RemoteException

getAddressLine4

public java.lang.String getAddressLine4()
                                 throws java.rmi.RemoteException
This method returns the addressLine4 attribute.

Returns:
the addressLine4 attribute
Throws:
java.rmi.RemoteException

getCountry

public java.lang.String getCountry()
                            throws java.rmi.RemoteException
This method returns the country attribute.

Returns:
the country attribute
Throws:
java.rmi.RemoteException

getOwnerId

public java.lang.String getOwnerId()
                            throws java.rmi.RemoteException
This method returns the ownerId attribute.

Returns:
the ownerId attribute
Throws:
java.rmi.RemoteException

getPostCode

public java.lang.String getPostCode()
                             throws java.rmi.RemoteException
This method returns the postCode attribute.

Returns:
the postCode attribute
Throws:
java.rmi.RemoteException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.