Class ICDeliveryDTO
java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICDeliveryDTO
DTO to hold data of a delivery.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of additional references which belong to the delivery.Contains client specific fields (key/value pairs).List of customs offices.Date used as declaration date for import/export/transit.@NotEmpty(groups=EmptyMandatoryField.class) StringUnique id of the delivery within the ERP system@NotEmpty(groups=EmptyMandatoryField.class) StringReference number of the delivery.ISO code of the country at which the goods are destinedISO code of the country from which the goods are originally dispatched/exported without any commercial transaction taken place in intermediate countries.Extension data of the delivery.List of ICFreeTemplateCriterion, including a string for the criterion and the corresponding customs process.Deprecated.Description of goods in different languages.List of invoices.Flags, if the delivery is shipped in a container.List<@Valid ICDeliveryItemDTO> List of items.List of countries of the itinerary.List of locations, including their role within the consignment.Additional criteria two separate different organisational units within one Engine's client.Collection<@Valid ICPackageDTO> List of packages.Collection<@Valid ICPartyDTO> List of parties, including their role within the consignment.Optional textual remarkGross weight of the delivery.Net weight of the delivery.Delivery termList of transport equipments (e.g. containers)List of transport means.Warehouse information on head level. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
deliveryIdClientSystem
@NotEmpty(groups=EmptyMandatoryField.class) public @NotEmpty(groups=EmptyMandatoryField.class) String deliveryIdClientSystemUnique id of the delivery within the ERP systemlength=255
-
organizationUnitClientSystem
Additional criteria two separate different organisational units within one Engine's client.length=255
-
freeTemplateCriterion
Deprecated.Free textual criterion which can be referenced in template selectors.length=50
-
deliveryNumber
@NotEmpty(groups=EmptyMandatoryField.class) public @NotEmpty(groups=EmptyMandatoryField.class) String deliveryNumberReference number of the delivery.length=70
-
remark
Optional textual remarklength=1000
-
totalGrossMass
@CheckUNECEQuantity(groups=InvalidDataError.class, unitType=WEIGHT) public QuantityDTO totalGrossMassGross weight of the delivery. -
totalNetMass
Net weight of the delivery. -
dispatchCountryCode
ISO code of the country from which the goods are originally dispatched/exported without any commercial transaction taken place in intermediate countries.length=2
-
destinationCountryCode
ISO code of the country at which the goods are destinedlength=2
-
decisiveDate
Date used as declaration date for import/export/transit. For multitransmuted consignments, a process specific date can be specified in the ICDeliveryExtensionEUDTO -
tradeTerms
Delivery term -
isContainerised
Flags, if the delivery is shipped in a container. -
warehouse
Warehouse information on head level. Not used for German export or import filing with ATLAS. -
freeTemplateCriteria
List of ICFreeTemplateCriterion, including a string for the criterion and the corresponding customs process. -
clientSpecificFields
Contains client specific fields (key/value pairs). -
parties
List of parties, including their role within the consignment. -
locations
List of locations, including their role within the consignment. -
transportEquipments
List of transport equipments (e.g. containers) -
customsOffices
List of customs offices. -
transportMeans
List of transport means. -
itinerary
List of countries of the itinerary. -
invoices
List of invoices. -
items
List of items. -
packages
List of packages. -
extension
Extension data of the delivery. -
goodsDescription
Description of goods in different languages. Each description can have a length of 512. -
additionalReferences
List of additional references which belong to the delivery.
-
-
Constructor Details
-
ICDeliveryDTO
public ICDeliveryDTO()
-