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, getTaxable, getTaxCode, getUseFlatRates, hashCode, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, setUseFlatRates |
| Methods inherited from interface org.broadleafcommerce.core.order.domain.FulfillmentOption |
getFulfillmentType, getId, getLongDescription, getName, getTaxable, getTaxCode, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, 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 © 2013. All Rights Reserved.