com.bankframe.ejb
Interface EEntity
- All Superinterfaces:
- java.io.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, CustomerBean, CustomerBMPBean, DestinationBean, DestinationImplt, EABTransactionFieldBean, EABTransactionFieldImplt, IndexMetaDataBean, IndexMetaDataImplt, PersisterTxnMapBean, PersisterTxnMapImplt, RegisteredAddressBean, ResponseIndexBean, ResponseIndexImplt, 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
Method Summary |
DataPacket |
toDataPacket()
This method returns a DataPacket representation of this Business Object. |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
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 © 2005 Siebel Systems, Inc. All rights reserved.