Class CodeTemplateDTO
java.lang.Object
de.aeb.xnsg.ftmc.bf.proposals.codetemplate.CodeTemplateDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionDefines how a classification template should be applied into a target value.The unique identification code of a classification template.The name of the target type of the template as defined in the system.The classification value of the template. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The unique identification code of a classification template.
Maximum length: 32
-
targetTypeName
The name of the target type of the template as defined in the system.
max length: 255
-
value
The classification value of the template.
Maximum length: 800, may vary depending on type
-
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()
-