Class ICCustomsControlMeasureDTO

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

public class ICCustomsControlMeasureDTO extends Object
DTO to hold information about control measures.
  • Field Details

    • type

      public String type

      Type of control measures.

      • 'PHYSICAL_CONTROL' - Physical control
      • 'DOCUMENT_CONTROL' - Document control
      • '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=CUSTOMS_CONTROL_TYPE
      • *

      length=35

    • initiationDate

      public DateAndZoneDTO initiationDate
      Initiation date of control measures.
    • details

      public String details
      Further details and/or information about control measures.
    • isActive

      public Boolean isActive
      True, if the control measure is still active.
  • Constructor Details

    • ICCustomsControlMeasureDTO

      public ICCustomsControlMeasureDTO()