Package org.openwms.wms.movements
Class MovementsMessages
java.lang.Object
org.openwms.wms.movements.MovementsMessages
A MovementsMessages.
- Author:
- Heiko Scherrer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
If a Location has not been found by an erpCode.static final String
If a Location has not been found by the LocationId.static final String
The Movement can't be moved because it is already completed.static final String
If the Movement with the given pKey does not exist.static final String
Message about a completed movement.static final String
Message about a move. -
Constructor Summary
-
Method Summary
-
Field Details
-
LOCATION_NOT_FOUND_BY_ERP_CODE
If a Location has not been found by an erpCode.- See Also:
-
LOCATION_NOT_FOUND_BY_ID
If a Location has not been found by the LocationId.- See Also:
-
MOVEMENT_NOT_FOUND
If the Movement with the given pKey does not exist.- See Also:
-
MOVEMENT_COMPLETED_NOT_MOVED
The Movement can't be moved because it is already completed.- See Also:
-
MSG_MOVEMENT_MOVED
Message about a move.- See Also:
-
MSG_MOVEMENT_COMPLETED
Message about a completed movement.- See Also:
-
-
Constructor Details
-
MovementsMessages
private MovementsMessages()
-