Package de.aeb.xnsg.ftmc.af
Class OpenQuestionnaireParmsDTO
java.lang.Object
de.aeb.xnsg.ftmc.af.OpenQuestionnaireParmsDTO
Parameter for opening the questionnaire, to classify from scratch.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe identCode of the field to classify.This country iso code will be used for selecting the proper catalog for catalog browsing (in case the questionnaire does not cover the material).Optional javascript, which gets executed in the browser, when the code was selected and the questionnaire closed.
The script should contain a placeholder with the syntax "{code}".Optional material description for reference to the user. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
classificationFieldIdentCode
The identCode of the field to classify.
length=20
- See Also:
-
countryIsoCode
This country iso code will be used for selecting the proper catalog for catalog browsing (in case the questionnaire does not cover the material). -
materialDescription
Optional material description for reference to the user. -
javaScriptToExecuteOnClose
Optional javascript, which gets executed in the browser, when the code was selected and the questionnaire closed.
The script should contain a placeholder with the syntax "{code}". This placeholder will be replaced by the selected code.
-
-
Constructor Details
-
OpenQuestionnaireParmsDTO
public OpenQuestionnaireParmsDTO()
-