com.bankframe.examples.bo.account
Interface Account

All Known Subinterfaces:
Account

public interface Account

This interface defines the remote interface of the Account Entity

Author:
ETU

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

Method Detail

amend

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

Parameters:
accountName -
Throws:
ValidationException
java.rmi.RemoteException

getAccountName

public java.lang.String getAccountName()
                                throws java.rmi.RemoteException
This method returns the accountName attribute.

Throws:
java.rmi.RemoteException

getAccountNumber

public java.lang.String getAccountNumber()
                                  throws java.rmi.RemoteException
This method returns the accountNumber attribute.

Throws:
java.rmi.RemoteException

getCardNumber

public java.lang.String getCardNumber()
                               throws java.rmi.RemoteException
This method returns the cardNumber attribute.

Throws:
java.rmi.RemoteException


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