Package org.openwms.wms.inventory.api
Class MovePURequestVO
java.lang.Object
org.openwms.wms.inventory.api.MovePURequestVO
A MovePURequestVO.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate LocationVO
private @NotNull ProductVO
Product to move.private org.openwms.core.units.api.Measurable
Quantity to move.private String
private LocationVO
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openwms.core.units.api.Measurable
boolean
boolean
boolean
boolean
void
setActualLocation
(LocationVO actualLocation) void
setProduct
(ProductVO product) void
setQuantity
(org.openwms.core.units.api.Measurable quantity) void
setTargetLoadUnitPosition
(String targetLoadUnitPosition) void
setTargetLocation
(LocationVO targetLocation) void
setTargetTransportUnitBK
(String targetTransportUnitBK) toString()
-
Field Details
-
product
Product to move. -
quantity
private org.openwms.core.units.api.Measurable quantityQuantity to move. -
targetTransportUnitBK
-
targetLoadUnitPosition
-
actualLocation
-
targetLocation
-
-
Constructor Details
-
MovePURequestVO
public MovePURequestVO()
-
-
Method Details
-
getProduct
-
setProduct
-
getQuantity
public org.openwms.core.units.api.Measurable getQuantity() -
setQuantity
public void setQuantity(org.openwms.core.units.api.Measurable quantity) -
hasQuantity
public boolean hasQuantity() -
getTargetTransportUnitBK
-
hasTargetTransportUnitBK
public boolean hasTargetTransportUnitBK() -
setTargetTransportUnitBK
-
getTargetLoadUnitPosition
-
hasTargetLoadUnitPosition
public boolean hasTargetLoadUnitPosition() -
setTargetLoadUnitPosition
-
getActualLocation
-
hasActualLocation
public boolean hasActualLocation() -
setActualLocation
-
getTargetLocation
-
setTargetLocation
-
toString
-