com.bankframe.examples.bo.impl.account
Class AccountBean

java.lang.Object
  extended bycom.bankframe.examples.bo.account.AccountBean
      extended bycom.bankframe.examples.bo.impl.account.AccountBean
All Implemented Interfaces:
EEntity, java.io.Serializable
Direct Known Subclasses:
AccountBMPBean

public class AccountBean
extends AccountBean
implements EEntity

This class defines the basis of the Account Entity EJB implementation

See Also:
Serialized Form

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

AccountBean

public AccountBean()
Default constructor

Method Detail

toDataPacket

public DataPacket toDataPacket()
                        throws java.rmi.RemoteException
This method gets a DataPacket representing this Account bean.

Specified by:
toDataPacket in interface EEntity
Returns:
an account instance as a DataPacket
Throws:
java.rmi.RemoteException


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