Package org.openwms.wms.transport.spi
Class CommonTransportUnitVO.Builder
java.lang.Object
org.openwms.wms.transport.spi.CommonTransportUnitVO.Builder
- Enclosing class:
 - CommonTransportUnitVO
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.openwms.common.location.api.LocationVOprivate Dateprivate Stringprivate @NotBlank Stringprivate Dateprivate Integerprivate Integerprivate Stringprivate @NotNull(groups=org.openwms.common.transport.api.ValidationGroups.TransportUnit.WithTuT.class) CommonTransportUnitTypeVOprivate Integer - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionactualLocation(org.openwms.common.location.api.LocationVO val) actualLocationDate(Date val) actualPlcCode(String val) build()createDate(Date val) transportUnitType(@NotNull(groups=org.openwms.common.transport.api.ValidationGroups.TransportUnit.WithTuT.class) CommonTransportUnitTypeVO val)  
- 
Field Details
- 
barcode
 - 
actualLocation
private org.openwms.common.location.api.LocationVO actualLocation - 
target
 - 
transportUnitType
@NotNull(groups=org.openwms.common.transport.api.ValidationGroups.TransportUnit.WithTuT.class) private @NotNull(groups=org.openwms.common.transport.api.ValidationGroups.TransportUnit.WithTuT.class) CommonTransportUnitTypeVO transportUnitType - 
length
 - 
width
 - 
height
 - 
actualPlcCode
 - 
actualLocationDate
 - 
createDate
 
 - 
 - 
Constructor Details
- 
Builder
private Builder() 
 - 
 - 
Method Details
- 
barcode
 - 
actualLocation
 - 
target
 - 
transportUnitType
public CommonTransportUnitVO.Builder transportUnitType(@NotNull(groups=org.openwms.common.transport.api.ValidationGroups.TransportUnit.WithTuT.class) @NotNull(groups=org.openwms.common.transport.api.ValidationGroups.TransportUnit.WithTuT.class) CommonTransportUnitTypeVO val)  - 
length
 - 
width
 - 
height
 - 
actualPlcCode
 - 
actualLocationDate
 - 
createDate
 - 
build
 
 -