com.bankframe.ejb
Interface EEntity

All Superinterfaces:
Serializable
All Known Subinterfaces:
Account, Address, AuditRecord, AuditRoute, Customer, Destination, DestinationEjbMap, EABTransactionField, EBMPEntity, EBMPMasterEntity, ErrorTransaction, IndexMetaData, PersisterTxnMap, RegisteredAddress, ResponseIndex, SequenceGenerator, StoreTransaction, SuccessfulTransaction, TierField, TransactionIdentifier, TransactionRoute
All Known Implementing Classes:
AccountBean, AccountBMPBean, AddressBean, AddressBMPBean, AuditRouteBean, AuditRouteCMPBean, CustomerBean, CustomerBMPBean, DestinationBean, DestinationCMPBean, DestinationImplt, EABTransactionFieldBean, EABTransactionFieldCMPBean, EABTransactionFieldImplt, IndexMetaDataBean, IndexMetaDataCMPBean, IndexMetaDataImplt, PersisterTxnMapBean, PersisterTxnMapCMPBean, PersisterTxnMapImplt, RegisteredAddressBean, RegisteredAddressCMPBean, ResponseIndexBean, ResponseIndexCMPBean, ResponseIndexImplt, StoreTransactionBean, StoreTransactionCMPBean, TierFieldBean, TierFieldCMPBean, TierFieldImplt, TransactionIdentifierBean, TransactionIdentifierCMPBean, TransactionRouteBean, TransactionRouteCMPBean, TransactionRouteImplt

public interface EEntity
extends Serializable

This interface defines the methods that all BankFrame Business Objects must implement


Field Summary
static long serialVersionUID
           
 
Method Summary
 DataPacket toDataPacket()
          This method returns a DataPacket representation of this Business Object.
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

toDataPacket

DataPacket toDataPacket()
                        throws RemoteException
This method returns a DataPacket representation of this Business Object.

Returns:
DataPacket containing the entire state of this Busines Object
Throws:
RemoteException


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