Package org.openwms.wms.receiving.api
Class ReceivingTransportUnitOrderPositionVO
java.lang.Object
org.openwms.wms.receiving.api.BaseReceivingOrderPositionVO
org.openwms.wms.receiving.api.ReceivingTransportUnitOrderPositionVO
- All Implemented Interfaces:
Serializable
,ConvertableVO
public class ReceivingTransportUnitOrderPositionVO
extends BaseReceivingOrderPositionVO
implements ConvertableVO, Serializable
A ReceivingTransportUnitOrderPositionVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @NotEmpty(groups=CreateExpectedTUReceipt.class) String
Expected receipts may also carry the unique identifier of the suppliersTransportUnit
.private @NotEmpty(groups=CreateExpectedTUReceipt.class) String
The name of theTransportUnitType
the expectedTransportUnit
is of. -
Constructor Summary
ConstructorsConstructorDescriptionReceivingTransportUnitOrderPositionVO
(@NotNull Integer positionId, @NotEmpty(groups=CreateExpectedTUReceipt.class) String transportUnitBK, @NotEmpty(groups=CreateExpectedTUReceipt.class) String transportUnitTypeName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
All fields.int
hashCode()
All fields.void
setTransportUnitBK
(@NotEmpty(groups=CreateExpectedTUReceipt.class) String transportUnitBK) void
setTransportUnitTypeName
(@NotEmpty(groups=CreateExpectedTUReceipt.class) String transportUnitTypeName) Methods inherited from class org.openwms.wms.receiving.api.BaseReceivingOrderPositionVO
getDetails, getOrder, getPositionId, getStartMode, getState, setDetails, setOrder, setPositionId, setStartMode, setState, toString
-
Field Details
-
transportUnitBK
@NotEmpty(groups=CreateExpectedTUReceipt.class) private @NotEmpty(groups=CreateExpectedTUReceipt.class) String transportUnitBKExpected receipts may also carry the unique identifier of the suppliersTransportUnit
. -
transportUnitTypeName
@NotEmpty(groups=CreateExpectedTUReceipt.class) private @NotEmpty(groups=CreateExpectedTUReceipt.class) String transportUnitTypeNameThe name of theTransportUnitType
the expectedTransportUnit
is of.
-
-
Constructor Details
-
ReceivingTransportUnitOrderPositionVO
ReceivingTransportUnitOrderPositionVO() -
ReceivingTransportUnitOrderPositionVO
@ConstructorProperties({"positionId","transportUnitBK","transportUnitTypeName"}) public ReceivingTransportUnitOrderPositionVO(@NotNull @NotNull Integer positionId, @NotEmpty(groups=CreateExpectedTUReceipt.class) @NotEmpty(groups=CreateExpectedTUReceipt.class) String transportUnitBK, @NotEmpty(groups=CreateExpectedTUReceipt.class) @NotEmpty(groups=CreateExpectedTUReceipt.class) String transportUnitTypeName)
-
-
Method Details
-
getTransportUnitBK
-
setTransportUnitBK
public void setTransportUnitBK(@NotEmpty(groups=CreateExpectedTUReceipt.class) @NotEmpty(groups=CreateExpectedTUReceipt.class) String transportUnitBK) -
getTransportUnitTypeName
-
setTransportUnitTypeName
public void setTransportUnitTypeName(@NotEmpty(groups=CreateExpectedTUReceipt.class) @NotEmpty(groups=CreateExpectedTUReceipt.class) String transportUnitTypeName) -
equals
All fields. All fields.- Overrides:
equals
in classBaseReceivingOrderPositionVO
-
hashCode
public int hashCode()All fields. All fields.- Overrides:
hashCode
in classBaseReceivingOrderPositionVO
-
accept
- Specified by:
accept
in interfaceConvertableVO
-