Class BandedPriceFulfillmentOptionImpl
java.lang.Object
org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
org.broadleafcommerce.core.order.fulfillment.domain.BandedPriceFulfillmentOptionImpl
- All Implemented Interfaces:
Serializable,MultiTenantCloneable<FulfillmentOption>,FulfillmentOption,BandedPriceFulfillmentOption
@Entity
public class BandedPriceFulfillmentOptionImpl
extends FulfillmentOptionImpl
implements BandedPriceFulfillmentOption
- Author:
- Phillip Verheyden
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
FulfillmentOptionImpl.Presentation -
Field Summary
FieldsFields inherited from class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
fulfillmentType, id, longDescription, name, taxable, taxCode, useFlatRates -
Constructor Summary
Constructors -
Method Summary
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, setUseFlatRatesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.broadleafcommerce.core.order.domain.FulfillmentOption
getFulfillmentType, getId, getLongDescription, getName, getTaxable, getTaxCode, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, setUseFlatRates
-
Field Details
-
bands
-
-
Constructor Details
-
BandedPriceFulfillmentOptionImpl
public BandedPriceFulfillmentOptionImpl()
-
-
Method Details
-
getBands
- Specified by:
getBandsin interfaceBandedPriceFulfillmentOption
-
setBands
- Specified by:
setBandsin interfaceBandedPriceFulfillmentOption
-
createOrRetrieveCopyInstance
public CreateResponse<BandedPriceFulfillmentOption> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceMultiTenantCloneable<FulfillmentOption>- Overrides:
createOrRetrieveCopyInstancein classFulfillmentOptionImpl- Throws:
CloneNotSupportedException
-