Class ICLinkedProcessInfoDTO

java.lang.Object
de.aeb.xnsg.customs.dto.declaration.ICLinkedProcessInfoDTO

public class ICLinkedProcessInfoDTO extends Object
DTO to hold data of a customs process that is linked to the main declaration object.
  • Field Details

    • processType

      public String processType
      Specific type of process:
      • PORT_ANTWERP - C-Point system for port notifications.
      • PORT_ROTTERDAM - Portbase system for port notifications.
      • '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=LINKED_PROCESS_TYPE

      length=20

    • authoritySystemId

      public String authoritySystemId
      The id in the customs/port authority's system.

      length=50

    • issueDate

      public DateAndZoneDTO issueDate
      Date at which the declaration/notification in the authorities system has been confirmed/accepted.
  • Constructor Details

    • ICLinkedProcessInfoDTO

      public ICLinkedProcessInfoDTO()