Uses of Class
org.openwms.common.transport.api.messages.TransportUnitMO
Packages that use TransportUnitMO
Package
Description
This package contains all types required to describe transport unit items.
This package contains all supported Command types the common-service can handle.
This package contains all supported Message types of the common-service.
-
Uses of TransportUnitMO in org.openwms.common.transport
Methods in org.openwms.common.transport that return TransportUnitMOModifier and TypeMethodDescriptionabstract TransportUnitMO
TransportUnitMapper.convertToMO
(TransportUnit eo) TransportUnitMapperImpl.convertToMO
(TransportUnit eo) -
Uses of TransportUnitMO in org.openwms.common.transport.api.commands
Fields in org.openwms.common.transport.api.commands declared as TransportUnitMOModifier and TypeFieldDescriptionprivate TransportUnitMO
TUCommand.Builder.transportUnit
private final @NotNull @Valid TransportUnitMO
TUCommand.transportUnit
Methods in org.openwms.common.transport.api.commands that return TransportUnitMOMethods in org.openwms.common.transport.api.commands with parameters of type TransportUnitMOModifier and TypeMethodDescriptionTUCommand.Builder.withTransportUnit
(@NotNull TransportUnitMO val) Constructors in org.openwms.common.transport.api.commands with parameters of type TransportUnitMOModifierConstructorDescriptionprotected
TUCommand
(TUCommand.Type type, TransportUnitMO transportUnit) -
Uses of TransportUnitMO in org.openwms.common.transport.api.messages
Methods in org.openwms.common.transport.api.messages that return TransportUnitMO