Class FulfillmentOptionImpl

java.lang.Object
org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl
All Implemented Interfaces:
Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<FulfillmentOption>, FulfillmentOption
Direct Known Subclasses:
BandedPriceFulfillmentOptionImpl, BandedWeightFulfillmentOptionImpl, FixedPriceFulfillmentOptionImpl

@Entity public class FulfillmentOptionImpl extends Object implements FulfillmentOption
See Also:
  • Field Details

    • id

      protected Long id
    • name

      protected String name
    • longDescription

      protected String longDescription
    • useFlatRates

      protected Boolean useFlatRates
    • fulfillmentType

      protected String fulfillmentType
    • taxCode

      protected String taxCode
    • taxable

      protected Boolean taxable
  • Constructor Details

    • FulfillmentOptionImpl

      public FulfillmentOptionImpl()
  • Method Details