Package de.aeb.xnsg.customs.dto.common
Class ICTradeTermsDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICTradeTermsDTO
DTO to hold data of trade terms.
-
Field Summary
FieldsModifier and TypeFieldDescriptionISO code of the country of the point or port of departure, shipment or destination, as required under the applicable terms of delivery, e.g.Code specifying the delivery or transport terms.Additional information e.g. for type 'XXX'.Name of the point or port of departure, shipment or destination, as required under the applicable terms of delivery, e.g.UN/LOCODE of the point or port of departure, shipment or destination, as required under the applicable terms of delivery, e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
incotermCode
Code specifying the delivery or transport terms. See EDIFACT codes.length=3
-
country
ISO code of the country of the point or port of departure, shipment or destination, as required under the applicable terms of delivery, e.g. Incoterm.length=2
-
place
Name of the point or port of departure, shipment or destination, as required under the applicable terms of delivery, e.g. Incoterm.length=256
-
placeCode
UN/LOCODE of the point or port of departure, shipment or destination, as required under the applicable terms of delivery, e.g. Incoterm.length=10
-
info
Additional information e.g. for type 'XXX'.length=100
-
-
Constructor Details
-
ICTradeTermsDTO
public ICTradeTermsDTO()
-