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.LocationVO
private Date
private String
private @NotBlank String
private Date
private Integer
private Integer
private String
private @NotNull(groups=org.openwms.common.transport.api.ValidationGroups.TransportUnit.WithTuT.class) CommonTransportUnitTypeVO
private 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
-