Class FulfillmentPricingConfig
java.lang.Object
com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig
Container for fulfillment pricing configuration properties.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe default service level to use if an item or group has not set the level.@NonNull FulfillmentPricingStrategyStrategy that defines whetherPricedFulfillmentOptionshould target FulfillmentGroups or FulfillmentItems.getId()ID associated with this config.voidsetDefaultServiceLevel(String defaultServiceLevel) The default service level to use if an item or group has not set the level.voidsetFulfillmentPricingStrategy(@NonNull FulfillmentPricingStrategy fulfillmentPricingStrategy) Strategy that defines whetherPricedFulfillmentOptionshould target FulfillmentGroups or FulfillmentItems.voidID associated with this config.
-
Field Details
-
STANDARD_SERVICE_LEVEL
- See Also:
-
-
Constructor Details
-
FulfillmentPricingConfig
public FulfillmentPricingConfig()
-
-
Method Details
-
getId
ID associated with this config. It could be a DB ID or another arbitrary ID. -
getDefaultServiceLevel
The default service level to use if an item or group has not set the level. -
getFulfillmentPricingStrategy
Strategy that defines whetherPricedFulfillmentOptionshould target FulfillmentGroups or FulfillmentItems. -
setId
ID associated with this config. It could be a DB ID or another arbitrary ID. -
setDefaultServiceLevel
The default service level to use if an item or group has not set the level. -
setFulfillmentPricingStrategy
public void setFulfillmentPricingStrategy(@NonNull @NonNull FulfillmentPricingStrategy fulfillmentPricingStrategy) Strategy that defines whetherPricedFulfillmentOptionshould target FulfillmentGroups or FulfillmentItems.
-