Class ICPackageDTO
java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICPackageDTO
DTO to hold data of a package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionGross mass of the package.Deprecated.Shipping marks with language isoCode.Net mass of the package.ID of the package in the ERP system.Information about the items which are packed into this package.Number of packagesList of seals which belong to the transport equipment.Client specific package type.Common valid UN/ECE package type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
packageIdClientSystem
ID of the package in the ERP system.length=255
-
quantity
Number of packageslength=8
-
typeCode
Client specific package type.length=40
-
typeUneceCode
Common valid UN/ECE package type.length=3
-
grossMass
Gross mass of the package. -
netMass
Net mass of the package. -
marks
Deprecated.Shipping marks - deprecated usemarksAndNumbersinsteadlength=70
-
marksAndNumbers
Shipping marks with language isoCode. Replacesmarks -
seals
List of seals which belong to the transport equipment. -
packedItems
Information about the items which are packed into this package.
-
-
Constructor Details
-
ICPackageDTO
public ICPackageDTO()
-