Interface TemplateBody

All Superinterfaces:
Comparable<StoreElement>, StoreElement, Workflowable

public interface TemplateBody extends StoreElement
Definition of a container providing information about a body that is part of a page.
Since:
4.0
  • Method Details

    • getName

      @NotNull @NotNull String getName()
      Returns the name of the belonging body defined in the belonging page template.
      Specified by:
      getName in interface StoreElement
      Since:
      4.0
    • setName

      void setName(@NotNull @NotNull String name)
      Sets the name parameter of this TemplateBody
      Since:
      4.2.12
    • isHidden

      boolean isHidden()
      Indicates wether this TemplateBody is defined as hidden or not
      Returns:
      true if the TemplateBody is defined as hidden, false otherwise
      Since:
      4.0
    • setHidden

      void setHidden(boolean hidden)
      Set hidden parameter of this TemplateBody
      Since:
      4.2.12
    • getLanguageInfo

      LanguageInfo getLanguageInfo(Language language)
      Returns the LanguageInfo node for the given language
      Parameters:
      language - the language to get the language specific info node for
      Returns:
      LanguageInfo node for the given language
      Since:
      4.2.12