Class QuestionnaireParmsDTO

java.lang.Object
de.aeb.xnsg.riskasmt.af.QuestionnaireParmsDTO

public class QuestionnaireParmsDTO extends Object
Passing the parameters to identify the questionnaire.

The fields questTemplId, clientSystemId, and referenceIdHost are mandatory.
  • Field Details

    • IS_READ_ONLY_DEFAULT

      public static final boolean IS_READ_ONLY_DEFAULT
      Default value of isReadOnly: false.
      See Also:
    • questTemplId

      public String questTemplId
      Mandatory field
      ID of the questionnaire template used for the questionnaire.

      Example value: "000005"
      Maximum length: 20
    • clientSystemId

      public String clientSystemId
      Mandatory field
      ID of the partner system the questionnaire was created by.

      Example value: "API-TEST"
      Maximum length: 20
    • referenceIdHost

      public String 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 isReadOnly
      If true, the questionnaire is opened in read-only mode.

      Default value: false
  • Constructor Details

    • QuestionnaireParmsDTO

      public QuestionnaireParmsDTO()