Class StackingRuleVO

java.lang.Object
org.openwms.wms.inventory.api.StackingRuleVO

public class StackingRuleVO extends Object
A StackingRuleVO.
Author:
Heiko Scherrer
  • Field Details

    • product

      public ProductVO product
      Parent Product (not-null).
    • noProducts

      @NotNull private @NotNull Integer noProducts
      Number of units the allowedProduct can be stacked on the owning baseProduct (not-null).
    • allowedProduct

      @NotNull private @NotNull ProductVO allowedProduct
      The allowed Product that may be placed on the owning Product (not-null).
  • Constructor Details

  • Method Details

    • getProduct

      public ProductVO getProduct()
    • setProduct

      public void setProduct(ProductVO product)
    • getNoProducts

      public Integer getNoProducts()
    • setNoProducts

      public void setNoProducts(Integer noProducts)
    • getAllowedProduct

      public ProductVO getAllowedProduct()
    • setAllowedProduct

      public void setAllowedProduct(ProductVO allowedProduct)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      All fields.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      All fields.
      Overrides:
      hashCode in class Object