org.broadleafcommerce.core.offer.domain
Interface FulfillmentGroupAdjustment

All Superinterfaces:
Adjustment, Serializable
All Known Implementing Classes:
FulfillmentGroupAdjustmentImpl

public interface FulfillmentGroupAdjustment
extends Adjustment


Method Summary
 FulfillmentGroup getFulfillmentGroup()
           
 void init(FulfillmentGroup fulfillmentGroup, Offer offer, String reason)
           
 void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
           
 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,
          String reason)

setValue

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

setFulfillmentGroup

void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)


Copyright © 2013. All Rights Reserved.