com.ibm.commerce.order.beansrc
Class OrderAdjustmentTaxExemptDataBeanBase

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.order.objects.OrderAdjustmentTaxExemptAccessBean
          com.ibm.commerce.order.beansrc.OrderAdjustmentTaxExemptDataBeanBase
All Implemented Interfaces:
Delegator, OrderAdjustmentTaxExemptAccessBeanData
Direct Known Subclasses:
OrderAdjustmentTaxExemptDataBean

public class OrderAdjustmentTaxExemptDataBeanBase
extends OrderAdjustmentTaxExemptAccessBean
implements Delegator

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

See Also:
Serialized Form

Field Summary
Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
Constructor Summary
OrderAdjustmentTaxExemptDataBeanBase()
Method Summary
Protectable getDelegate()
Retrieves its delegatee.
Methods inherited from class com.ibm.commerce.order.objects.OrderAdjustmentTaxExemptAccessBean
commitCopyHelper, defaultJNDIName, findByOrderAdjustmentIds, findByOrderAdjustmentIdsForUpdate, getOrderAdjustmentId, getOrderAdjustmentIdInEJBType, getTaxCategoryId, getTaxCategoryIdInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setInitKey_orderAdjustmentId, setInitKey_taxCategoryId, setOrderAdjustmentId, setOrderAdjustmentId, setTaxCategoryId, setTaxCategoryId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

OrderAdjustmentTaxExemptDataBeanBase

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