Class FulfillmentEstimationWrapper

java.lang.Object
org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
com.broadleafcommerce.rest.api.wrapper.FulfillmentEstimationWrapper
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class FulfillmentEstimationWrapper extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
Author:
Nick Crum ncrum
  • Field Details

    • fulfillmentOption

      protected FulfillmentOptionWrapper fulfillmentOption
    • price

      protected org.broadleafcommerce.common.money.Money price
  • Constructor Details

    • FulfillmentEstimationWrapper

      public FulfillmentEstimationWrapper()
  • Method Details

    • getFulfillmentOption

      public FulfillmentOptionWrapper getFulfillmentOption()
    • setFulfillmentOption

      public void setFulfillmentOption(FulfillmentOptionWrapper fulfillmentOption)
    • getPrice

      public org.broadleafcommerce.common.money.Money getPrice()
    • setPrice

      public void setPrice(org.broadleafcommerce.common.money.Money price)