|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Account
Remote interface for the Account EJB
Method Summary | |
---|---|
java.lang.Integer |
getAccountNumber()
Gets the account number associated with this account |
java.lang.Double |
getBalance()
Gets the balance for this account |
java.lang.String |
getDescription()
Gets the description for this account |
java.lang.String |
getOwnerName()
Gets the owner of this account |
void |
setBalance(java.lang.Double newBalance)
Sets the balance for this account |
void |
setDescription(java.lang.String description)
Sets the description for this account. |
void |
setOwnerName(java.lang.String ownerName)
Sets the owner name of this account |
Methods inherited from interface javax.ejb.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
java.lang.Integer getAccountNumber() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Double getBalance() throws java.rmi.RemoteException
java.rmi.RemoteException
void setBalance(java.lang.Double newBalance) throws java.rmi.RemoteException
newBalance
- The balance to set in this record
java.rmi.RemoteException
java.lang.String getDescription() throws java.rmi.RemoteException
java.rmi.RemoteException
void setDescription(java.lang.String description) throws java.rmi.RemoteException
description
-
java.rmi.RemoteException
java.lang.String getOwnerName() throws java.rmi.RemoteException
java.rmi.RemoteException
void setOwnerName(java.lang.String ownerName) throws java.rmi.RemoteException
ownerName
-
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |