Package org.openwms.wms.inventory.api
Class StackingRuleVO
java.lang.Object
org.openwms.wms.inventory.api.StackingRuleVO
A StackingRuleVO.
- Author:
- Heiko Scherrer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
All fields.int
hashCode()
All fields.void
setAllowedProduct
(ProductVO allowedProduct) void
setNoProducts
(Integer noProducts) void
setProduct
(ProductVO product) toString()
-
Field Details
-
product
ParentProduct
(not-null). -
noProducts
Number of units theallowedProduct
can be stacked on the owningbaseProduct
(not-null). -
allowedProduct
The allowedProduct
that may be placed on the owningProduct
(not-null).
-
-
Constructor Details
-
StackingRuleVO
public StackingRuleVO() -
StackingRuleVO
@ConstructorProperties({"noProducts","allowedProduct"}) public StackingRuleVO(Integer noProducts, ProductVO allowedProduct)
-
-
Method Details