com.bankframe.examples.bo.account
Interface Account

All Known Subinterfaces:
Account

public interface Account

This interface defines the remote interface of the Account Entity


Method Summary
 void amend(String accountName)
          This method amends the attributes of the Address Entity.
 String getAccountName()
          This method returns the accountName attribute.
 String getAccountNumber()
          This method returns the accountNumber attribute.
 String getCardNumber()
          This method returns the cardNumber attribute.
 

Method Detail

amend

void amend(String accountName)
           throws ValidationException,
                  RemoteException
This method amends the attributes of the Address Entity.

Parameters:
accountName -
Throws:
ValidationException
RemoteException

getAccountName

String getAccountName()
                      throws RemoteException
This method returns the accountName attribute.

Throws:
RemoteException

getAccountNumber

String getAccountNumber()
                        throws RemoteException
This method returns the accountNumber attribute.

Throws:
RemoteException

getCardNumber

String getCardNumber()
                     throws RemoteException
This method returns the cardNumber attribute.

Throws:
RemoteException


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