Package de.aeb.xnsg.riskasmt.af
Class QuestionnaireParmsDTO
java.lang.Object
de.aeb.xnsg.riskasmt.af.QuestionnaireParmsDTO
Passing the parameters to identify the questionnaire.
The fields
The fields
questTemplId,
clientSystemId, and
referenceIdHost are mandatory.-
Field Summary
FieldsModifier and TypeFieldDescriptionMandatory field
ID of the partner system the questionnaire was created by.
Example value: "API-TEST"
Maximum length:20static final booleanDefault value ofisReadOnly:false.booleanIftrue, the questionnaire is opened in read-only mode.
Default value: falseMandatory field
ID of the questionnaire template used for the questionnaire.
Example value: "000005"
Maximum length:20Mandatory field
Unique reference key of the object in the partner system for which a questionnaire should be found.
Example value: "ref-121"
Example value: "255" -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IS_READ_ONLY_DEFAULT
public static final boolean IS_READ_ONLY_DEFAULTDefault value ofisReadOnly:false.- See Also:
-
questTemplId
Mandatory field
ID of the questionnaire template used for the questionnaire.
Example value: "000005"
Maximum length:20 -
clientSystemId
Mandatory field
ID of the partner system the questionnaire was created by.
Example value: "API-TEST"
Maximum length:20 -
referenceIdHost
Mandatory field
Unique reference key of the object in the partner system for which a questionnaire should be found.
Example value: "ref-121"
Example value: "255" -
isReadOnly
public boolean isReadOnlyIftrue, the questionnaire is opened in read-only mode.
Default value: false
-
-
Constructor Details
-
QuestionnaireParmsDTO
public QuestionnaireParmsDTO()
-