|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.bankframe.examples.bo.account.AccountBean
|
+--com.bankframe.examples.bo.impl.account.AccountBean
This class defines the basis of the Account Entity EJB implementation
| Field Summary |
| Fields inherited from class com.bankframe.examples.bo.account.AccountBean |
accountName, accountNumber, cardNumber |
| Fields inherited from interface com.bankframe.ejb.EEntity |
serialVersionUID |
| Constructor Summary | |
AccountBean()
Default constructor |
|
| Method Summary | |
DataPacket |
toDataPacket()
This method gets a DataPacket representing this Account bean. |
| Methods inherited from class com.bankframe.examples.bo.account.AccountBean |
amend, create, getAccountName, getAccountNumber, getCardNumber |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AccountBean()
| Method Detail |
public DataPacket toDataPacket()
throws java.rmi.RemoteException
toDataPacket in interface EEntityjava.rmi.RemoteException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||