Class MetaCustomSection

  • All Implemented Interfaces:
    IGenerateable

    public class MetaCustomSection
    extends MetaSection
    Allows the developer to integrate a custom section into generated frontend.
    Version:
    $Id: $Id
    Author:
    another
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaCustomSection​(java.lang.String title)
      Constructor for MetaCustomSection.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      java.lang.String getPath()
      Getter for the field path.
      void setPath​(java.lang.String path)
      Setter for the field path.
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MetaCustomSection

        public MetaCustomSection​(java.lang.String title)

        Constructor for MetaCustomSection.

        Parameters:
        title - a String object.
    • Method Detail

      • getPath

        public java.lang.String getPath()

        Getter for the field path.

        Returns:
        a String object.
      • setPath

        public void setPath​(java.lang.String path)

        Setter for the field path.

        Parameters:
        path - a String object.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class MetaSection