Package org.openwms.wms.inventory.events
Class LoadUnitMO
java.lang.Object
org.openwms.wms.inventory.events.LoadUnitMO
- All Implemented Interfaces:
Serializable
A LoadUnitVO is a message object that represents a
LoadUnit
.- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
An identifying label of theLoadUnit
.private String
Where thisLoadUnit
is located on theTransportUnit
.private String
The persistent key of theLoadUnit
.private ProductMO
TheProduct
that is carried within theLoadUnit
.private String
The business key of theTransportUnit
.private String
The type of the LoadUnit. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getLabel()
getpKey()
getType()
int
hashCode()
void
void
setPhysicalPosition
(String physicalPosition) void
void
setProduct
(ProductMO product) void
setTransportUnitBK
(String transportUnitBK) void
toString()
-
Field Details
-
pKey
The persistent key of theLoadUnit
. -
transportUnitBK
The business key of theTransportUnit
. -
physicalPosition
Where thisLoadUnit
is located on theTransportUnit
. -
label
An identifying label of theLoadUnit
. -
type
The type of the LoadUnit. -
product
TheProduct
that is carried within theLoadUnit
.
-
-
Constructor Details
-
LoadUnitMO
public LoadUnitMO()
-
-
Method Details
-
getpKey
-
setpKey
-
getTransportUnitBK
-
setTransportUnitBK
-
getPhysicalPosition
-
setPhysicalPosition
-
getLabel
-
setLabel
-
getType
-
setType
-
getProduct
-
setProduct
-
equals
-
hashCode
public int hashCode() -
toString
-