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

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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
FulfillmentOptionImpl.Presentation
 
Field Summary
protected  List<FulfillmentPriceBand> bands
           
 
Fields inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
fulfillmentType, id, longDescription, name, taxable, taxCode, useFlatRates
 
Constructor Summary
BandedPriceFulfillmentOptionImpl()
           
 
Method Summary
 List<FulfillmentPriceBand> getBands()
           
 void setBands(List<FulfillmentPriceBand> bands)
           
 
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 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, getTaxable, getTaxCode, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, setUseFlatRates
 

Field Detail

bands

protected List<FulfillmentPriceBand> bands
Constructor Detail

BandedPriceFulfillmentOptionImpl

public BandedPriceFulfillmentOptionImpl()
Method Detail

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.