org.broadleafcommerce.core.order.fulfillment.domain
Class BandedWeightFulfillmentOptionImpl
java.lang.Object
org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
org.broadleafcommerce.core.order.fulfillment.domain.BandedWeightFulfillmentOptionImpl
- All Implemented Interfaces:
- Serializable, FulfillmentOption, BandedWeightFulfillmentOption
@Entity
public class BandedWeightFulfillmentOptionImpl
- extends FulfillmentOptionImpl
- implements BandedWeightFulfillmentOption
- 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<FulfillmentWeightBand> bands
BandedWeightFulfillmentOptionImpl
public BandedWeightFulfillmentOptionImpl()
getBands
public List<FulfillmentWeightBand> getBands()
- Specified by:
getBands in interface BandedWeightFulfillmentOption
setBands
public void setBands(List<FulfillmentWeightBand> bands)
- Specified by:
setBands in interface BandedWeightFulfillmentOption
Copyright © 2013. All Rights Reserved.