com.ibm.commerce.order.beansrc
Class OrderPaymentInfoDataBeanBase

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.order.objects.OrderPaymentInfoAccessBean
          com.ibm.commerce.order.beansrc.OrderPaymentInfoDataBeanBase
All Implemented Interfaces:
Delegator, OrderPaymentInfoAccessBeanData
Direct Known Subclasses:
OrderPaymentInfoDataBean

public class OrderPaymentInfoDataBeanBase
extends OrderPaymentInfoAccessBean
implements Delegator

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

See Also:
Serialized Form

Field Summary
Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
Constructor Summary
OrderPaymentInfoDataBeanBase()
Method Summary
Protectable getDelegate()
Retrieves its delegatee.
Methods inherited from class com.ibm.commerce.order.objects.OrderPaymentInfoAccessBean
commitCopyHelper, defaultJNDIName, findByOrder, getOrderId, getOrderIdInEJBType, getOrderPaymentInfoId, getOrderPaymentInfoIdInEJBType, getPaymentPairName, getPaymentPairValue, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setInitKey_orderPaymentInfoId, setOrderId, setOrderId, setPaymentPairName, setPaymentPairValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

OrderPaymentInfoDataBeanBase

public OrderPaymentInfoDataBeanBase()
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