java.lang.Object
ch.tocco.nice2.optional.cms.api.content.model.Section
Direct Known Subclasses:
Snippet

@Deprecated public class Section extends Object
Deprecated.
  • Constructor Details

    • Section

      public Section(String html)
      Deprecated.
    • Section

      public Section(@Nullable @Nullable String key, String html)
      Deprecated.
    • Section

      public Section(@Nullable @Nullable String key, String html, Map<String,Set<String>> visibilities)
      Deprecated.
  • Method Details

    • getKey

      @Nullable public @Nullable String getKey()
      Deprecated.
    • setHtml

      public void setHtml(String html)
      Deprecated.
    • getHtml

      public String getHtml()
      Deprecated.
    • isSnippet

      public boolean isSnippet()
      Deprecated.
    • getVisibilities

      public Map<String,Set<String>> getVisibilities()
      Deprecated.
    • getVersion

      public long getVersion()
      Deprecated.
    • setVersion

      public void setVersion(long version)
      Deprecated.