Uses of Class
org.openwms.wms.inventory.api.StackingRuleVO
Packages that use StackingRuleVO
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of StackingRuleVO in org.openwms.wms.inventory
Methods in org.openwms.wms.inventory that return StackingRuleVOModifier and TypeMethodDescriptionprotected StackingRuleVO
ProductMapperImpl.productStackingRuleToStackingRuleVO
(ProductStackingRule productStackingRule) Methods in org.openwms.wms.inventory that return types with arguments of type StackingRuleVOModifier and TypeMethodDescriptionprotected List<StackingRuleVO>
ProductMapperImpl.productStackingRuleListToStackingRuleVOList
(List<ProductStackingRule> list) -
Uses of StackingRuleVO in org.openwms.wms.inventory.api
Fields in org.openwms.wms.inventory.api with type parameters of type StackingRuleVOModifier and TypeFieldDescriptionprivate List<StackingRuleVO>
BasicProductVO.Builder.stackingRules
private List<StackingRuleVO>
BasicProductVO.stackingRules
A list of rules that define what kind ofProduct
can be stacked on top of this one.private List<StackingRuleVO>
ProductVO.Builder.stackingRules
private List<StackingRuleVO>
ProductVO.stackingRules
A list of rules that define what kind ofProduct
can be stacked on top of this one.Methods in org.openwms.wms.inventory.api that return types with arguments of type StackingRuleVOMethod parameters in org.openwms.wms.inventory.api with type arguments of type StackingRuleVOModifier and TypeMethodDescriptionvoid
BasicProductVO.setStackingRules
(List<StackingRuleVO> stackingRules) void
ProductVO.setStackingRules
(List<StackingRuleVO> stackingRules) BasicProductVO.Builder.stackingRules
(List<StackingRuleVO> val) ProductVO.Builder.stackingRules
(List<StackingRuleVO> val)