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
 BroadleafCurrency getCurrency()
           
 Money getPrice()
           
 void setCurrency(BroadleafCurrency currency)
           
 void setPrice(Money price)
           
 
Methods inherited from interface org.broadleafcommerce.core.order.domain.FulfillmentOption
getFulfillmentType, getId, getLongDescription, getName, getTaxable, getTaxCode, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, setUseFlatRates
 

Method Detail

getPrice

Money getPrice()

setPrice

void setPrice(Money price)

getCurrency

BroadleafCurrency getCurrency()

setCurrency

void setCurrency(BroadleafCurrency currency)


Copyright © 2013. All Rights Reserved.