com.bankframe.ejb
Interface EEntity

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Account, Address, AuditRecord, AuditRoute, Customer, Destination, DestinationEjbMap, EABTransactionField, EBMPEntity, EBMPMasterEntity, ErrorTransaction, PersisterTxnMap, RegisteredAddress, SequenceGenerator, StoreTransaction, SuccessfulTransaction, TierField, TransactionIdentifier, TransactionRoute
All Known Implementing Classes:
AccountBean, AccountBMPBean, AddressBean, AddressBMPBean, AuditRouteBean, CustomerBean, CustomerBMPBean, DestinationBean, DestinationImplt, EABTransactionFieldBean, EABTransactionFieldImplt, PersisterTxnMapBean, PersisterTxnMapImplt, RegisteredAddressBean, StoreTransactionBean, TierFieldBean, TierFieldImplt, TransactionIdentifierBean, TransactionRouteBean, TransactionRouteImplt

public interface EEntity
extends java.io.Serializable

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

Author:
ETU

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

Field Detail

serialVersionUID

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

toDataPacket

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

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


Copyright © 2004 Siebel Systems, Inc. All rights reserved.