Class CodeTemplateDTO

java.lang.Object
de.aeb.xnsg.ftmc.bf.proposals.codetemplate.CodeTemplateDTO

public class CodeTemplateDTO extends Object
  • Field Details

    • id

      public String id

      The unique identification code of a classification template.

      Maximum length: 32

    • targetTypeName

      public String targetTypeName

      The name of the target type of the template as defined in the system.

      max length: 255

    • value

      public String value

      The classification value of the template.

      Maximum length: 800, may vary depending on type

    • applicationType

      public String applicationType

      Defines how a classification template should be applied into a target value.

      Currently supported, see de.aeb.xnsg.ftmc.bf.proposals.ApplicationTypes

      Maximum length: 15

  • Constructor Details

    • CodeTemplateDTO

      public CodeTemplateDTO()