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, getUseFlatRates, hashCode, setFulfillmentType, setId, setLongDescription, setName, 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 © 2012. All Rights Reserved.