|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void amend(String accountName) throws ValidationException, RemoteException
accountName
-
ValidationException
RemoteException
String getAccountName() throws RemoteException
RemoteException
String getAccountNumber() throws RemoteException
RemoteException
String getCardNumber() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |