Uses of Record Class
org.openwms.common.location.api.messages.LocationMO
Packages that use LocationMO
Package
Description
This package contains all types to describe locations.
This package contains command typed belonging to the public API.
This package contains message types belonging to the public API.
This package contains all supported Message types of the common-service.
-
Uses of LocationMO in org.openwms.common.location
Methods in org.openwms.common.location that return LocationMOModifier and TypeMethodDescriptionLocationMapper.convertToMO
(Location eo) LocationMapperImpl.convertToMO
(Location eo) -
Uses of LocationMO in org.openwms.common.location.api.commands
Fields in org.openwms.common.location.api.commands declared as LocationMOMethods in org.openwms.common.location.api.commands that return LocationMOConstructors in org.openwms.common.location.api.commands with parameters of type LocationMO -
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)