org.broadleafcommerce.core.offer.domain
Interface FulfillmentGroupAdjustment

All Superinterfaces:
Adjustment, java.io.Serializable
All Known Implementing Classes:
FulfillmentGroupAdjustmentImpl

public interface FulfillmentGroupAdjustment
extends Adjustment


Method Summary
 FulfillmentGroup getFulfillmentGroup()
           
 void init(FulfillmentGroup fulfillmentGroup, Offer offer, java.lang.String reason)
           
 void setValue(Money value)
           
 
Methods inherited from interface org.broadleafcommerce.core.offer.domain.Adjustment
getId, getOffer, getReason, getValue, setId, setReason
 

Method Detail

getFulfillmentGroup

FulfillmentGroup getFulfillmentGroup()

init

void init(FulfillmentGroup fulfillmentGroup,
          Offer offer,
          java.lang.String reason)

setValue

void setValue(Money value)
Specified by:
setValue in interface Adjustment


Copyright © 2011. All Rights Reserved.