Uses of Record Class
org.openwms.common.location.api.messages.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
Modifier and TypeMethodDescriptionLocationMapper.convertToMO
(Location eo) LocationMapperImpl.convertToMO
(Location eo) -
Uses of LocationMO in org.openwms.common.location.api.commands
-
Uses of LocationMO in org.openwms.common.location.api.messages
-
Uses of LocationMO in org.openwms.common.transport.api.messages
Modifier 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.Modifier and TypeMethodDescriptionTransportUnitMO.getActualLocation()
TransportUnitMO.getTargetLocation()
Modifier and TypeMethodDescriptionvoid
TransportUnitMO.setActualLocation
(LocationMO actualLocation) void
TransportUnitMO.setTargetLocation
(LocationMO targetLocation) TransportUnitMO.Builder.withActualLocation
(LocationMO val) TransportUnitMO.Builder.withTargetLocation
(LocationMO val)