Uses of Class
org.openwms.wms.movements.Message
Package
Description
This package contains the core types microservice implementation.
This package contains the internal types of the microservice implementation.
-
Uses of Message in org.openwms.wms.movements
-
Uses of Message in org.openwms.wms.movements.impl
Modifier and TypeFieldDescriptionprivate Message
Movement.message
A message with the reason for thisMovement
.private Message
ProblemHistory.problem
The message to store in the history.Modifier and TypeFieldDescriptionMovement_.message
static javax.persistence.metamodel.SingularAttribute
<ProblemHistory, Message> ProblemHistory_.problem
Modifier and TypeMethodDescriptionMovement.getMessage()
ProblemHistory.getProblem()
Get the problem.ModifierConstructorDescriptionProblemHistory
(Movement movement, Message problem) Full constructor.