com.ibm.commerce.order.beansrc
Class OrderAdjustmentDescriptionDataBeanBase

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.order.objects.OrderAdjustmentDescriptionAccessBean
          com.ibm.commerce.order.beansrc.OrderAdjustmentDescriptionDataBeanBase
All Implemented Interfaces:
Delegator, OrderAdjustmentDescriptionAccessBeanData
Direct Known Subclasses:
OrderAdjustmentDescriptionDataBean

public class OrderAdjustmentDescriptionDataBeanBase
extends OrderAdjustmentDescriptionAccessBean
implements Delegator

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

See Also:
Serialized Form

Field Summary
Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
Constructor Summary
OrderAdjustmentDescriptionDataBeanBase()
Method Summary
Protectable getDelegate()
Retrieves its delegatee.
Methods inherited from class com.ibm.commerce.order.objects.OrderAdjustmentDescriptionAccessBean
commitCopyHelper, defaultJNDIName, findByOrderAdjustmentForUpdate, getDescription, getLanguageId, getLanguageIdInEJBType, getOrderAdjustmentId, getOrderAdjustmentIdInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setDescription, setInitKey_languageId, setInitKey_orderAdjustmentId, setLanguageId, setLanguageId, setOrderAdjustmentId, setOrderAdjustmentId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

OrderAdjustmentDescriptionDataBeanBase

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