Package org.openwms.wms.inventory.api
Class DeletePURequestVO
java.lang.Object
org.openwms.wms.inventory.api.DeletePURequestVO
A DeletePURequestVO.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate LocationVO
private @NotNull ProductVO
Product to delete.private org.openwms.core.units.api.Measurable
Quantity to delete. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openwms.core.units.api.Measurable
boolean
void
setLocation
(LocationVO location) void
setProduct
(ProductVO product) void
setQuantity
(org.openwms.core.units.api.Measurable quantity) toString()
-
Field Details
-
product
Product to delete. -
quantity
private org.openwms.core.units.api.Measurable quantityQuantity to delete. -
location
-
-
Constructor Details
-
DeletePURequestVO
public DeletePURequestVO()
-
-
Method Details