Interface FixedPriceFulfillmentOption
- All Superinterfaces:
FulfillmentOption,org.broadleafcommerce.common.copy.MultiTenantCloneable<FulfillmentOption>,Serializable
- All Known Implementing Classes:
FixedPriceFulfillmentOptionImpl
Used in conjunction with the
FixedPriceFulfillmentPricingProvider to allow for a single price
for fulfilling an order (e.g. $5 shipping)- Author:
- Phillip Verheyden
-
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.common.currency.domain.BroadleafCurrencyorg.broadleafcommerce.common.money.MoneygetPrice()voidsetCurrency(org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency) voidsetPrice(org.broadleafcommerce.common.money.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, setUseFlatRatesMethods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getPrice
org.broadleafcommerce.common.money.Money getPrice() -
setPrice
void setPrice(org.broadleafcommerce.common.money.Money price) -
getCurrency
org.broadleafcommerce.common.currency.domain.BroadleafCurrency getCurrency() -
setCurrency
void setCurrency(org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency)
-