org.broadleafcommerce.core.pricing.service.fulfillment.provider
Class FulfillmentEstimationResponse

java.lang.Object
  extended by 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}

Field Summary
protected  Map<? extends FulfillmentOption,Money> fulfillmentOptionPrices
           
 
Constructor Summary
FulfillmentEstimationResponse()
           
 
Method Summary
 Map<? extends FulfillmentOption,Money> getFulfillmentOptionPrices()
           
 void setFulfillmentOptionPrices(Map<? extends FulfillmentOption,Money> fulfillmentOptionPrices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fulfillmentOptionPrices

protected Map<? extends FulfillmentOption,Money> fulfillmentOptionPrices
Constructor Detail

FulfillmentEstimationResponse

public FulfillmentEstimationResponse()
Method Detail

getFulfillmentOptionPrices

public Map<? extends FulfillmentOption,Money> getFulfillmentOptionPrices()

setFulfillmentOptionPrices

public void setFulfillmentOptionPrices(Map<? extends FulfillmentOption,Money> fulfillmentOptionPrices)


Copyright © 2013. All Rights Reserved.