Class TemplateTag

java.lang.Object
com.gentics.contentnode.rest.model.Tag
com.gentics.contentnode.rest.model.TemplateTag
All Implemented Interfaces:
Serializable

public class TemplateTag extends Tag
Tag object representing a templaetag in the GCN
Author:
johannes
See Also:
  • Constructor Details

    • TemplateTag

      public TemplateTag()
  • Method Details

    • getMandatory

      public Boolean getMandatory()
      Get the flag that defines whether the tag is mandatory or not
      Returns:
    • setMandatory

      public void setMandatory(Boolean mandatory)
      Set the mandatory flag for this template tag
      Parameters:
      Flag - that defines whether the tag is mandatory
    • getEditableInPage

      public Boolean getEditableInPage()
      Get the flag that defines whether the tag is editable in page or not
      Returns:
    • setEditableInPage

      public void setEditableInPage(Boolean editableInPage)
      Set the editable in page flag for this template tag
      Parameters:
      Flag - that defines whether the tag is editable in page