com.beasys.commerce.foundation
Interface Entity

All Superinterfaces
BusinessSmartComponent, javax.ejb.EJBObject, Remote, RemoteRelationalReference, Serializable
All Known Subinterfaces:
Order, PaymentTransaction, ShippingMethod

Deprecated

@Deprecated
public interface Entity
extends BusinessSmartComponent, javax.ejb.EJBObject, RemoteRelationalReference

A Business Smart Component (BSC) Entity provides access to a remote instance of a persistent BSC (EJB Entity Bean). Classes that implement the BSC Entity define the business methods callable by a client. The Entity is implemented in a corresponding EntityImpl. This class has no methods or attributes and serves only to identify the semantics of being a BSC Entity.

See Also
EntityImpl

Method Summary
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 
Methods inherited from interface com.beasys.commerce.foundation.RemoteRelationalReference
get__classIdentifier, get__containingBelonging, get__containingEntity, get__mapKey, get__sequenceNumber, set__containingBelonging, set__containingEntity, set__mapKey
 



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.