Class ICTradeTermsDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICTradeTermsDTO

public class ICTradeTermsDTO extends Object
DTO to hold data of trade terms.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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.
    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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • incotermCode

      public String incotermCode
      Code specifying the delivery or transport terms. See EDIFACT codes.

      length=3

    • country

      public String 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

      public String 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

      public String 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

      public String info
      Additional information e.g. for type 'XXX'.

      length=100

  • Constructor Details

    • ICTradeTermsDTO

      public ICTradeTermsDTO()