Class BandedWeightFulfillmentOptionImpl
java.lang.Object
org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
org.broadleafcommerce.core.order.fulfillment.domain.BandedWeightFulfillmentOptionImpl
- All Implemented Interfaces:
Serializable,MultiTenantCloneable<FulfillmentOption>,FulfillmentOption,BandedWeightFulfillmentOption
@Entity
public class BandedWeightFulfillmentOptionImpl
extends FulfillmentOptionImpl
implements BandedWeightFulfillmentOption
- 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
-
BandedWeightFulfillmentOptionImpl
public BandedWeightFulfillmentOptionImpl()
-
-
Method Details
-
getBands
- Specified by:
getBandsin interfaceBandedWeightFulfillmentOption
-
setBands
- Specified by:
setBandsin interfaceBandedWeightFulfillmentOption
-
createOrRetrieveCopyInstance
public CreateResponse<BandedWeightFulfillmentOption> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceMultiTenantCloneable<FulfillmentOption>- Overrides:
createOrRetrieveCopyInstancein classFulfillmentOptionImpl- Throws:
CloneNotSupportedException
-