Package org.openwms.wms.receiving.api
Class BaseReceivingOrderPositionVO
java.lang.Object
org.openwms.wms.receiving.api.BaseReceivingOrderPositionVO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReceivingOrderPositionVO
,ReceivingTransportUnitOrderPositionVO
A BaseReceivingOrderPositionVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionArbitrary detail information on this position, might be populated with ERP information.private ReceivingOrderVO
private @NotNull Integer
The unique position ID within an ReceivingOrder - must not be empty.private String
Optional: How the position should be processed, manually oder automatically.private String
Current position state. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
All fields.getOrder()
getState()
int
hashCode()
All fields.void
setDetails
(Map<String, String> details) void
setOrder
(ReceivingOrderVO order) void
setPositionId
(Integer positionId) void
setStartMode
(String startMode) void
toString()
-
Field Details
-
order
-
positionId
The unique position ID within an ReceivingOrder - must not be empty. -
state
Current position state. -
startMode
Optional: How the position should be processed, manually oder automatically. -
details
Arbitrary detail information on this position, might be populated with ERP information.
-
-
Constructor Details
-
BaseReceivingOrderPositionVO
BaseReceivingOrderPositionVO() -
BaseReceivingOrderPositionVO
@ConstructorProperties("positionId") public BaseReceivingOrderPositionVO(@NotNull @NotNull Integer positionId)
-
-
Method Details