Class QuickCheckParmsDTO

java.lang.Object
de.aeb.xnsg.expctrl.af.QuickCheckParmsDTO

public class QuickCheckParmsDTO extends Object
Parameters for the Quick check application.
  • Field Details

    • sellerCountryISO

      public String sellerCountryISO
      This value will be prefilled into the seller country field. Value is the ISO country code.

      Example value: "DE"
    • destinationCountryISO

      public String destinationCountryISO
      This value will be prefilled into the destination country field. Value is the ISO country code.

      Example value: "DE"
    • buyerCountryISO

      public String buyerCountryISO
      This value will be prefilled into the buyer country field. Value is the ISO country code.

      Example value: "DE"
    • sourceCountryISO

      public String sourceCountryISO
      This value will be prefilled into the source country field. Value is the ISO country code.

      Example value: "DE"
    • recipientCountryISO

      public String recipientCountryISO
      This value will be prefilled into the recipient country field. Value is the ISO country code.

      Example value: "DE"
    • eccns

      @Deprecated public String[] eccns
      Deprecated.
      As of 2020/05. Use productClassifications instead.
      This value will be prefilled into the ECCN field.
      Maximum length of each String: 50
    • alNumbers

      @Deprecated public String[] alNumbers
      Deprecated.
      As of 2020/05. Use productClassifications instead.
      This value will be prefilled into the al-number field.
      Maximum length of each String: 50
    • ear99

      @Deprecated public Boolean ear99
      Deprecated.
      As of 2020/05. Use productClassifications instead.
      This value will be prefilled into the EAR99 field.
    • productClassifications

      public ECClassificationDTO[] productClassifications
      This attributes will be prefilled into list of classifications in application, e.g. export control numbers, material number, EAR99 flag and other relevant numbers for export control checks.
      Since:
      2020/05
    • finalUsage

      public String finalUsage
      This value will be prefilled into the final use field.

      Example value: "FINAL_USAGE_ALL"
  • Constructor Details

    • QuickCheckParmsDTO

      public QuickCheckParmsDTO()