com.bankframe.examples.bo.impl.account
Class AccountBean
java.lang.Object
com.bankframe.examples.bo.account.AccountBean
com.bankframe.examples.bo.impl.account.AccountBean
- All Implemented Interfaces:
- EEntity, 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
AccountBean
public AccountBean()
- Default constructor
toDataPacket
public DataPacket toDataPacket()
throws RemoteException
- This method gets a DataPacket representing this Account bean.
- Specified by:
toDataPacket
in interface EEntity
- Returns:
- an account instance as a DataPacket
- Throws:
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.