Package de.aeb.xnsg.aes.xdecl.bf
Class AESXPackedItemDTO
java.lang.Object
de.aeb.xnsg.aes.xdecl.bf.AESXPackedItemDTO
- All Implemented Interfaces:
Serializable
Packed item, which represents the association between a package and a delivery item.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe installationIdHost in combination with the transactionIdHost and the itemIdHost uniquely identifies an item.Serially numbered identifier for the item.The packed quantity -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
itemNumber
Serially numbered identifier for the item.length=10
-
itemIdHost
The installationIdHost in combination with the transactionIdHost and the itemIdHost uniquely identifies an item.
length=20
-
packedQuantity
The packed quantity
length=13,3
-
-
Constructor Details
-
AESXPackedItemDTO
public AESXPackedItemDTO()
-