Class ReceivingOrderMO
java.lang.Object
org.openwms.wms.receiving.api.messages.ReceivingOrderMO
- All Implemented Interfaces:
Serializable
A ReceivingOrderMO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionArbitrary detail information stored along an order.private StringThe unique identifier of thisReceivingOrder.private StringThe persistent identifier.private List<@Valid ReceivingOrderPositionMO> A set ofReceivingOrderPositions belonging to thisReceivingOrder.private StringThe current state of thisReceivingOrder. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetpKey()getState()inthashCode()booleanhasState()voidsetDetails(Map<String, String> details) voidsetOrderId(String orderId) voidvoidsetPositions(List<ReceivingOrderPositionMO> positions) voidtoString()
-
Field Details
-
pKey
The persistent identifier. -
orderId
The unique identifier of thisReceivingOrder. -
state
The current state of thisReceivingOrder. -
positions
A set ofReceivingOrderPositions belonging to thisReceivingOrder. -
details
Arbitrary detail information stored along an order.
-
-
Constructor Details
-
ReceivingOrderMO
public ReceivingOrderMO()
-
-
Method Details