Package org.openwms.tms.api.messages
Class TransportOrderMO
java.lang.Object
org.openwms.tms.api.messages.TransportOrderMO
- All Implemented Interfaces:
Serializable
A TransportOrderMO is a Message Object representing a
TransportOrder.- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetpKey()getState()voidsetEventType(TransportOrderMO.EventType eventType) voidvoidsetSourceLocation(String sourceLocation) voidvoidsetTargetLocation(String targetLocation) voidsetTargetLocationGroup(String targetLocationGroup) voidsetTransportUnitBK(String transportUnitBK) toString()
-
Field Details
-
eventType
-
pKey
-
transportUnitBK
-
state
-
sourceLocation
-
targetLocation
-
targetLocationGroup
-
-
Constructor Details
-
TransportOrderMO
public TransportOrderMO()
-
-
Method Details