com.ibm.commerce.order.beansrc
Class OrderItemComponentDataBeanBase

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.order.objects.OrderItemComponentAccessBean
          com.ibm.commerce.order.beansrc.OrderItemComponentDataBeanBase
All Implemented Interfaces:
Delegator, OrderItemComponentAccessBeanData
Direct Known Subclasses:
OrderItemComponentDataBean

public class OrderItemComponentDataBeanBase
extends OrderItemComponentAccessBean
implements Delegator

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

See Also:
Serialized Form

Field Summary
Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
Constructor Summary
OrderItemComponentDataBeanBase()
Method Summary
Protectable getDelegate()
Retrieves its delegatee.
Methods inherited from class com.ibm.commerce.order.objects.OrderItemComponentAccessBean
commitCopyHelper, defaultJNDIName, findByConfigurationId, findByOrderItemId, findByOrderItemIdAndConfigurationId, getCatalogEntryId, getCatalogEntryIdInEJBType, getCatalogQuantity, getCatalogQuantityInEJBType, getConfigurationId, getCurrency, getInventoryQuantity, getInventoryQuantityInEJBType, getItemSpecificationId, getItemSpecificationIdInEJBType, getOrderItemComponentId, getOrderItemComponentIdInEJBType, getOrderItemId, getOrderItemIdInEJBType, getRequired, getSupplierData, getSupplierPartNumber, getUnitPrice, getUnitPriceInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setCatalogEntryId, setCatalogEntryId, setCatalogQuantity, setCatalogQuantity, setConfigurationId, setCurrency, setInitKey_orderItemComponentId, setInventoryQuantity, setInventoryQuantity, setItemSpecificationId, setItemSpecificationId, setOrderItemId, setOrderItemId, setRequired, setSupplierData, setSupplierPartNumber, setUnitPrice, setUnitPrice
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

OrderItemComponentDataBeanBase

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