Class ICPackedItemDTO
java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICPackedItemDTO
DTO to hold data of a packed item.
-
Field Summary
FieldsModifier and TypeFieldDescriptionID of the item in ERP system.Quantity of the referenced item packed in the current package. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
itemIdClientSystem
ID of the item in ERP system.length=255
-
packedQuantity
Quantity of the referenced item packed in the current package. The quantity unit is implied by the item's quantity unit.length=11,3
-
-
Constructor Details
-
ICPackedItemDTO
public ICPackedItemDTO()
-