org.broadleafcommerce.core.offer.service.discount.domain
Class PromotableOrderAdjustmentImpl
java.lang.Object
org.broadleafcommerce.core.offer.service.discount.domain.PromotableOrderAdjustmentImpl
- All Implemented Interfaces:
- PromotableOrderAdjustment
public class PromotableOrderAdjustmentImpl
- extends Object
- implements PromotableOrderAdjustment
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected OrderAdjustment delegate
order
protected PromotableOrder order
PromotableOrderAdjustmentImpl
public PromotableOrderAdjustmentImpl(OrderAdjustment orderAdjustment,
PromotableOrder order)
reset
public void reset()
- Specified by:
reset in interface PromotableOrderAdjustment
getDelegate
public OrderAdjustment getDelegate()
- Specified by:
getDelegate in interface PromotableOrderAdjustment
computeAdjustmentValue
public void computeAdjustmentValue()
- Specified by:
computeAdjustmentValue in interface PromotableOrderAdjustment
getValue
public Money getValue()
- Specified by:
getValue in interface PromotableOrderAdjustment
Copyright © 2012. All Rights Reserved.