org.broadleafcommerce.core.order.fulfillment.domain
Class BandedPriceFulfillmentOptionImpl
java.lang.Object
org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
org.broadleafcommerce.core.order.fulfillment.domain.BandedPriceFulfillmentOptionImpl
- All Implemented Interfaces:
- Serializable, FulfillmentOption, BandedPriceFulfillmentOption
@Entity
public class BandedPriceFulfillmentOptionImpl
- extends FulfillmentOptionImpl
- implements BandedPriceFulfillmentOption
- Author:
- Phillip Verheyden
- See Also:
- Serialized Form
| Methods inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl |
equals, getFulfillmentType, getId, getLongDescription, getName, getUseFlatRates, hashCode, setFulfillmentType, setId, setLongDescription, setName, setUseFlatRates |
bands
protected List<FulfillmentPriceBand> bands
BandedPriceFulfillmentOptionImpl
public BandedPriceFulfillmentOptionImpl()
getBands
public List<FulfillmentPriceBand> getBands()
- Specified by:
getBands in interface BandedPriceFulfillmentOption
setBands
public void setBands(List<FulfillmentPriceBand> bands)
- Specified by:
setBands in interface BandedPriceFulfillmentOption
Copyright © 2012. All Rights Reserved.