org.broadleafcommerce.core.pricing.service.fulfillment.provider
Class FulfillmentEstimationResponse
java.lang.Object
org.broadleafcommerce.core.pricing.service.fulfillment.provider.FulfillmentEstimationResponse
public class FulfillmentEstimationResponse
- extends Object
DTO to allow FulfillmentProcessors to respond to estimation requests for a particular FulfillmentGroup
for a particular FulfillmentOptions
- Author:
- Phillip Verheyden
- See Also:
FulfillmentPricingProvider}, {@link FulfillmentPricingService}
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fulfillmentOptionPrices
protected Map<? extends FulfillmentOption,Money> fulfillmentOptionPrices
FulfillmentEstimationResponse
public FulfillmentEstimationResponse()
getFulfillmentOptionPrices
public Map<? extends FulfillmentOption,Money> getFulfillmentOptionPrices()
setFulfillmentOptionPrices
public void setFulfillmentOptionPrices(Map<? extends FulfillmentOption,Money> fulfillmentOptionPrices)
Copyright © 2012. All Rights Reserved.