Class MovementsMessages

java.lang.Object
org.openwms.wms.movements.MovementsMessages

public final class MovementsMessages extends Object
A MovementsMessages.
Author:
Heiko Scherrer
  • Field Details

    • LOCATION_NOT_FOUND_BY_ERP_CODE

      public static final String LOCATION_NOT_FOUND_BY_ERP_CODE
      If a Location has not been found by an erpCode.
      See Also:
    • LOCATION_NOT_FOUND_BY_ID

      public static final String LOCATION_NOT_FOUND_BY_ID
      If a Location has not been found by the LocationId.
      See Also:
    • MOVEMENT_NOT_FOUND

      public static final String MOVEMENT_NOT_FOUND
      If the Movement with the given pKey does not exist.
      See Also:
    • MOVEMENT_COMPLETED_NOT_MOVED

      public static final String MOVEMENT_COMPLETED_NOT_MOVED
      The Movement can't be moved because it is already completed.
      See Also:
    • MSG_MOVEMENT_MOVED

      public static final String MSG_MOVEMENT_MOVED
      Message about a move.
      See Also:
    • MSG_MOVEMENT_COMPLETED

      public static final String MSG_MOVEMENT_COMPLETED
      Message about a completed movement.
      See Also:
  • Constructor Details

    • MovementsMessages

      private MovementsMessages()