Class DocumentTemplateSchemaFieldDTO
java.lang.Object
de.aeb.xnsg.docservice.bf.template.DocumentTemplateSchemaFieldDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionLocalizable documentation of the field.Code description of the field.Indicates that this field is a list.Name of the field.Name of the object type of the field. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Name of the field. Starts with a letter; only contains letters, digits, "_".^[a-zA-Z][a-zA-Z0-9_]*$ -
objectTypeName
Name of the object type of the field. If empty, this field is of type string. -
isList
Indicates that this field is a list. If true, objectTypeName must be filled. -
info
Code description of the field. -
documentation
Localizable documentation of the field.
-
-
Constructor Details
-
DocumentTemplateSchemaFieldDTO
public DocumentTemplateSchemaFieldDTO()
-