Uses of Record Class
org.openwms.common.location.api.messages.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
-
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) -
Uses of LocationMO in org.openwms.wms.receiving.transport
Modifier and TypeMethodDescriptiondefault String
TransportUnitMapper.convertFromMO
(LocationMO mo)