Package org.openwms.wms.inventory.events
Class PackagingUnitMO
java.lang.Object
org.openwms.wms.inventory.events.PackagingUnitMO
- All Implemented Interfaces:
Serializable
A PackagingUnitMO is a message object that represents a
PackagingUnit
.- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
The actualLocation the PackagingUnit is placed on.private String
Some hint where to find thePackagingUnit
within its container.private String
The persistent key of the PackagingUnit.private @NotNull ProductMO
Packed Product, must not be null.private @NotNull org.openwms.core.units.api.Measurable
Packed quantity, must not be null.private String
The serial number PackagingUnit. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getpKey()
org.openwms.core.units.api.Measurable
int
hashCode()
void
setActualLocation
(String actualLocation) void
setPhysicalPosition
(String physicalPosition) void
void
setProduct
(ProductMO product) void
setQuantity
(org.openwms.core.units.api.Measurable quantity) void
setSerialNumber
(String serialNumber) toString()
-
Field Details
-
pKey
The persistent key of the PackagingUnit. -
physicalPosition
Some hint where to find thePackagingUnit
within its container. -
serialNumber
The serial number PackagingUnit. -
product
Packed Product, must not be null. -
quantity
@NotNull private @NotNull org.openwms.core.units.api.Measurable quantityPacked quantity, must not be null. -
actualLocation
The actualLocation the PackagingUnit is placed on.
-
-
Constructor Details
-
PackagingUnitMO
public PackagingUnitMO()
-
-
Method Details
-
getpKey
-
setpKey
-
getPhysicalPosition
-
setPhysicalPosition
-
getSerialNumber
-
setSerialNumber
-
getProduct
-
setProduct
-
getQuantity
public org.openwms.core.units.api.Measurable getQuantity() -
setQuantity
public void setQuantity(org.openwms.core.units.api.Measurable quantity) -
getActualLocation
-
setActualLocation
-
equals
-
hashCode
public int hashCode() -
toString
-