Class ProductVO

java.lang.Object
org.openwms.wms.receiving.api.ProductVO
All Implemented Interfaces:
Serializable

public class ProductVO extends Object implements Serializable
A ProductVO.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • foreignPKey

      private String foreignPKey
      The foreign persistent key of the Product.
    • sku

      @NotBlank(groups=Capture.class) private @NotBlank(groups=Capture.class) String sku
      The product id is part of the unique business key.
    • label

      private String label
      An identifying label of the Product.
    • description

      private String description
      Textual descriptive text.
    • baseUnit

      private org.openwms.core.units.api.Measurable baseUnit
      Products may be defined with different base units.
  • Constructor Details

  • Method Details

    • isValid

      @Valid @Validated({Create.class,CreateBlindTUReceipt.class,CreateQuantityReceipt.class,CreateExpectedTUReceipt.class}) public @jakarta.validation.Valid boolean isValid()
    • getSku

      public String getSku()
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
    • setSku

      public void setSku(String sku)
    • setDescription

      public void setDescription(String description)
    • getBaseUnit

      public org.openwms.core.units.api.Measurable getBaseUnit()
    • setBaseUnit

      public void setBaseUnit(org.openwms.core.units.api.Measurable baseUnit)
    • getForeignPKey

      public String getForeignPKey()
    • setForeignPKey

      public void setForeignPKey(String foreignPKey)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object