Class DocumentTemplateSchemaFieldDTO

java.lang.Object
de.aeb.xnsg.docservice.bf.template.DocumentTemplateSchemaFieldDTO

public class DocumentTemplateSchemaFieldDTO extends Object
  • Field Details

    • name

      public String name
      Name of the field. Starts with a letter; only contains letters, digits, "_". ^[a-zA-Z][a-zA-Z0-9_]*$
    • objectTypeName

      public String objectTypeName
      Name of the object type of the field. If empty, this field is of type string.
    • isList

      public Boolean isList
      Indicates that this field is a list. If true, objectTypeName must be filled.
    • info

      public String info
      Code description of the field.
    • documentation

      Localizable documentation of the field.
  • Constructor Details

    • DocumentTemplateSchemaFieldDTO

      public DocumentTemplateSchemaFieldDTO()