org.broadleafcommerce.core.order.fulfillment.domain
Interface FixedPriceFulfillmentOption

All Superinterfaces:
FulfillmentOption, Serializable
All Known Implementing Classes:
FixedPriceFulfillmentOptionImpl

public interface FixedPriceFulfillmentOption
extends FulfillmentOption, Serializable

Used in conjunction with the FixedPriceFulfillmentPricingProvider to allow for a single price for fulfilling an order (e.g. $5 shipping)

Author:
Phillip Verheyden
See Also:
FixedPriceFulfillmentPricingProvider}

Method Summary
 Money getPrice()
           
 void setPrice(Money price)
           
 
Methods inherited from interface org.broadleafcommerce.core.order.domain.FulfillmentOption
getFulfillmentType, getId, getLongDescription, getName, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setUseFlatRates
 

Method Detail

getPrice

Money getPrice()

setPrice

void setPrice(Money price)


Copyright © 2012. All Rights Reserved.