Uses of Class
com.broadleafcommerce.fulfillment.common.domain.Weight
-
Uses of Weight in com.broadleafcommerce.fulfillment.common.domain
Modifier and TypeMethodDescriptionFulfillmentOptionRequest.getTotalCartWeight()
Optional total weight of the items in the cart.FulfillmentPricingGroup.getTotalGroupWeight()
Optional aggregate weight of all items in the group.FulfillmentPricingItem.getWeight()
Weight per unit.static Weight
Weight.of
(BigDecimal value, String unit) Get a new Weight object from the given value and unit.Modifier and TypeMethodDescriptionvoid
FulfillmentOptionRequest.setTotalCartWeight
(Weight totalCartWeight) Optional total weight of the items in the cart.void
FulfillmentPricingGroup.setTotalGroupWeight
(Weight totalGroupWeight) Optional aggregate weight of all items in the group.void
Weight per unit.