Package de.aeb.xnsg.expctrl.af
Class QuickCheckParmsDTO
java.lang.Object
de.aeb.xnsg.expctrl.af.QuickCheckParmsDTO
Parameters for the Quick check application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
Deprecated.As of 2020/05.This value will be prefilled into the buyer country field.This value will be prefilled into the destination country field.Deprecated.As of 2020/05.String[]
Deprecated.As of 2020/05.This value will be prefilled into the final use field.
Example value:"FINAL_USAGE_ALL"
This attributes will be prefilled into list of classifications in application, e.g.This value will be prefilled into the recipient country field.This value will be prefilled into the seller country field.This value will be prefilled into the source country field. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sellerCountryISO
This value will be prefilled into the seller country field. Value is the ISO country code.
Example value:"DE"
-
destinationCountryISO
This value will be prefilled into the destination country field. Value is the ISO country code.
Example value:"DE"
-
buyerCountryISO
This value will be prefilled into the buyer country field. Value is the ISO country code.
Example value:"DE"
-
sourceCountryISO
This value will be prefilled into the source country field. Value is the ISO country code.
Example value:"DE"
-
recipientCountryISO
This value will be prefilled into the recipient country field. Value is the ISO country code.
Example value:"DE"
-
eccns
Deprecated.As of 2020/05. UseproductClassifications
instead.This value will be prefilled into the ECCN field.
Maximum length of each String: 50 -
alNumbers
Deprecated.As of 2020/05. UseproductClassifications
instead.This value will be prefilled into the al-number field.
Maximum length of each String: 50 -
ear99
Deprecated.As of 2020/05. UseproductClassifications
instead.This value will be prefilled into the EAR99 field. -
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
This value will be prefilled into the final use field.
Example value:"FINAL_USAGE_ALL"
-
-
Constructor Details
-
QuickCheckParmsDTO
public QuickCheckParmsDTO()
-