Package org.openwms.common.transport
package org.openwms.common.transport
This package contains all types required to describe transport unit items.
-
ClassDescriptionA Rule used as marker interface.A TransportUnit is a physical item like a box, a toad, a bin, a pallet etc., used as a container that is moved between warehouse
Location
s and might carry goods or other items likeLoadUnit
s on top.A TransportUnitController.A TransportUnitMapper.A TransportService offers functionality to create, read, update and deleteTransportUnit
s.A TransportUnitState defines a set of states forTransportUnit
s.A TransportUnitType is a type of certainTransportUnit
.TransportUnitType
builder static inner class.A TransportUnitTypeController.A TransportUnitTypeMapper.A TransportUnitTypeService offers methods to deal withTransportUnitType
s.A TypePlacingRule is aRule
that defines which types ofTransportUnit
s (TransportUnitType
s) can be put on which type ofLocation
(LocationType
).A TypeStackingRule is aRule
that defines whichTransportUnitType
can be stacked on other types.An UnitError represents an error occurring on aTransportUnit
.UnitError
builder static inner class.