com.ibm.commerce.order.beansrc
Class OfferPriceDataBeanBase

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.order.objects.OfferPriceAccessBean
          com.ibm.commerce.order.beansrc.OfferPriceDataBeanBase
All Implemented Interfaces:
Delegator, OfferPriceAccessBeanData
Direct Known Subclasses:
OfferPriceDataBean

public class OfferPriceDataBeanBase
extends OfferPriceAccessBean
implements Delegator

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

See Also:
Serialized Form

Field Summary
Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
Constructor Summary
OfferPriceDataBeanBase()
Method Summary
Protectable getDelegate()
Retrieves its delegatee.
Methods inherited from class com.ibm.commerce.order.objects.OfferPriceAccessBean
commitCopyHelper, defaultJNDIName, findByOffer, findByOffersAndCurrency, getComparePrice, getComparePriceInEJBType, getCurrency, getOfferId, getOfferIdInEJBType, getPrice, getPriceInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setComparePrice, setComparePrice, setInitKey_currency, setInitKey_offerId, setPrice, setPrice
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

OfferPriceDataBeanBase

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