org.broadleafcommerce.core.order.fulfillment.domain
Class BandedWeightFulfillmentOptionImpl

java.lang.Object
  extended by org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
      extended by 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

Field Summary
protected  List<FulfillmentWeightBand> bands
           
 
Fields inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
fulfillmentType, id, longDescription, name, useFlatRates
 
Constructor Summary
BandedWeightFulfillmentOptionImpl()
           
 
Method Summary
 List<FulfillmentWeightBand> getBands()
           
 void setBands(List<FulfillmentWeightBand> bands)
           
 
Methods inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
equals, getFulfillmentType, getId, getLongDescription, getName, getUseFlatRates, hashCode, setFulfillmentType, setId, setLongDescription, setName, setUseFlatRates
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.broadleafcommerce.core.order.domain.FulfillmentOption
getFulfillmentType, getId, getLongDescription, getName, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setUseFlatRates
 

Field Detail

bands

protected List<FulfillmentWeightBand> bands
Constructor Detail

BandedWeightFulfillmentOptionImpl

public BandedWeightFulfillmentOptionImpl()
Method Detail

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.