com.ibm.commerce.order.beansrc
Class OrderOptionDataBeanBase

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.order.objects.OrderOptionAccessBean
          com.ibm.commerce.order.beansrc.OrderOptionDataBeanBase
All Implemented Interfaces:
Delegator, OrderOptionAccessBeanData
Direct Known Subclasses:
OrderOptionDataBean

public class OrderOptionDataBeanBase
extends OrderOptionAccessBean
implements Delegator

Extension for com.ibm.commerce.order.beans.OrderOptionDataBean

See Also:
Serialized Form

Field Summary
Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
Constructor Summary
OrderOptionDataBeanBase()
Method Summary
Protectable getDelegate()
Retrieves its delegatee.
Methods inherited from class com.ibm.commerce.order.objects.OrderOptionAccessBean
commitCopyHelper, defaultJNDIName, getNotifyMerchant, getNotifyMerchantInEJBType, getNotifyShopper, getNotifyShopperInEJBType, getOrderId, getOrderIdInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setInitKey_orderId, setNotifyMerchant, setNotifyMerchant, setNotifyShopper, setNotifyShopper
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

OrderOptionDataBeanBase

public OrderOptionDataBeanBase()
Method Detail

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception
Retrieves its delegatee.
Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception

Feedback