Class DeletePURequestVO

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

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

    • product

      @NotNull private @NotNull ProductVO product
      Product to delete.
    • quantity

      private org.openwms.core.units.api.Measurable quantity
      Quantity to delete.
    • location

      private LocationVO location
  • Constructor Details

    • DeletePURequestVO

      public DeletePURequestVO()
  • Method Details

    • 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)
    • hasQuantity

      public boolean hasQuantity()
    • getLocation

      public LocationVO getLocation()
    • setLocation

      public void setLocation(LocationVO location)
    • toString

      public String toString()
      Overrides:
      toString in class Object