Class ReportProblemVO

java.lang.Object
org.springframework.hateoas.RepresentationModel<T>
org.ameba.http.AbstractBase<ReportProblemVO>
org.openwms.wms.inventory.api.ReportProblemVO

public class ReportProblemVO extends org.ameba.http.AbstractBase<ReportProblemVO>
A ReportProblemVO.
Author:
Heiko Scherrer
  • Field Details

    • messageNo

      private Integer messageNo
      A message number that identifies the problem.
    • numberOfPackagingUnits

      private Integer numberOfPackagingUnits
      The reported amount of PackagingUnits with that problem.
    • product

      public ProductVO product
      The Product that has the problem.
    • quantity

      @NotNull private @NotNull org.openwms.core.units.api.Measurable quantity
      The quantity of the PackagingUnit in case multiple PackagingUnits with different quantities exist in the LoadUnit.
  • Constructor Details

    • ReportProblemVO

      public ReportProblemVO()
  • Method Details

    • getMessageNo

      public Integer getMessageNo()
    • setMessageNo

      public void setMessageNo(Integer messageNo)
    • getNumberOfPackagingUnits

      public Integer getNumberOfPackagingUnits()
    • setNumberOfPackagingUnits

      public void setNumberOfPackagingUnits(Integer numberOfPackagingUnits)
    • getProduct

      public ProductVO getProduct()
    • setProduct

      public void setProduct(ProductVO product)
    • getQuantity

      public org.openwms.core.units.api.Measurable getQuantity()
    • setQuantity

      public void setQuantity(org.openwms.core.units.api.Measurable quantity)
    • toString

      public String toString()
      All fields.
      Overrides:
      toString in class org.springframework.hateoas.RepresentationModel<ReportProblemVO>
    • equals

      public boolean equals(Object o)
      All fields.
      Overrides:
      equals in class org.springframework.hateoas.RepresentationModel<ReportProblemVO>
    • hashCode

      public int hashCode()
      All fields.
      Overrides:
      hashCode in class org.springframework.hateoas.RepresentationModel<ReportProblemVO>