Class TUCommand
java.lang.Object
org.openwms.common.transport.api.commands.TUCommand
- All Implemented Interfaces:
Serializable
,Command<TUCommand.Type>
A TUCommand.
- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final @NotNull @Valid TransportUnitMO
private @NotNull TUCommand.Type
-
Constructor Summary
ModifierConstructorDescriptionprivate
TUCommand
(TUCommand.Builder builder) protected
TUCommand
(TUCommand.Type type, TransportUnitMO transportUnit) -
Method Summary
Modifier and TypeMethodDescriptiongetType()
static TUCommand.Builder
newBuilder
(TUCommand.Type type) void
setType
(TUCommand.Type type) toString()
-
Field Details
-
type
-
transportUnit
-
-
Constructor Details
-
TUCommand
@ConstructorProperties({"type","transportUnit"}) protected TUCommand(TUCommand.Type type, TransportUnitMO transportUnit) -
TUCommand
-
-
Method Details
-
newBuilder
-
getType
- Specified by:
getType
in interfaceCommand<TUCommand.Type>
-
setType
-
getTransportUnit
-
toString
-