Uses of Record Class
org.openwms.common.location.api.messages.LocationMO
Packages that use LocationMO
Package
Description
Contains all supported Message types of the COMMON Service Location API.
Contains all supported Message types of the COMMON Service TransportUnit API.
Contains the service internal implementation of the Transport management.
-
Uses of LocationMO in org.openwms.common.location.api.messages
Methods in org.openwms.common.location.api.messages that return LocationMO -
Uses of LocationMO in org.openwms.common.transport.api.messages
Fields in org.openwms.common.transport.api.messages declared as LocationMOModifier and TypeFieldDescriptionprivate @NotNull(groups={Create.class,Modified.class}) LocationMO
TransportUnitMO.actualLocation
The actualLocation of the TransportUnit.private LocationMO
TransportUnitMO.Builder.actualLocation
private LocationMO
TransportUnitMO.Builder.targetLocation
private @NotNull(groups=ChangeTarget.class) LocationMO
TransportUnitMO.targetLocation
The targetLocation of the TransportUnit.Methods in org.openwms.common.transport.api.messages that return LocationMOModifier and TypeMethodDescriptionTransportUnitMO.getActualLocation()
TransportUnitMO.getTargetLocation()
Methods in org.openwms.common.transport.api.messages with parameters of type LocationMOModifier and TypeMethodDescriptionvoid
TransportUnitMO.setActualLocation
(LocationMO actualLocation) void
TransportUnitMO.setTargetLocation
(LocationMO targetLocation) TransportUnitMO.Builder.withActualLocation
(LocationMO val) TransportUnitMO.Builder.withTargetLocation
(LocationMO val) -
Uses of LocationMO in org.openwms.wms.receiving.transport
Methods in org.openwms.wms.receiving.transport with parameters of type LocationMOModifier and TypeMethodDescriptiondefault String
TransportUnitMapper.convertFromMO
(LocationMO mo)