org.broadleafcommerce.core.order.fulfillment.domain
Interface BandedPriceFulfillmentOption

All Superinterfaces:
FulfillmentOption, Serializable
All Known Implementing Classes:
BandedPriceFulfillmentOptionImpl

public interface BandedPriceFulfillmentOption
extends FulfillmentOption

Author:
Phillip Verheyden

Method Summary
 List<FulfillmentPriceBand> getBands()
           
 void setBands(List<FulfillmentPriceBand> bands)
           
 
Methods inherited from interface org.broadleafcommerce.core.order.domain.FulfillmentOption
getFulfillmentType, getId, getLongDescription, getName, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setUseFlatRates
 

Method Detail

getBands

List<FulfillmentPriceBand> getBands()

setBands

void setBands(List<FulfillmentPriceBand> bands)


Copyright © 2012. All Rights Reserved.