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
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @NotNull @Valid TransportUnitMOprivate @NotNull TUCommand.Type - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateTUCommand(TUCommand.Builder builder) protectedTUCommand(TUCommand.Type type, TransportUnitMO transportUnit)  - 
Method Summary
Modifier and TypeMethodDescriptiongetType()static TUCommand.BuildernewBuilder(TUCommand.Type type) voidsetType(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:
 getTypein interfaceCommand<TUCommand.Type>
 - 
setType
 - 
getTransportUnit
 - 
toString
 
 -