Class Header

  • All Implemented Interfaces:
    Serializable

    public class Header
    extends Object
    implements Serializable
    The Class Header.
    Author:
    Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Sep 26, 2022
    See Also:
    Serialized Form
    • Constructor Detail

      • Header

        public Header()
        Instantiates a new header.
    • Method Detail

      • getTitle

        public String getTitle()
        Gets the title.
        Returns:
        the title
      • getSubtitle

        public String getSubtitle()
        Gets the subtitle.
        Returns:
        the subtitle
      • setTitle

        public void setTitle​(String title)
        Sets the title.
        Parameters:
        title - the new title
      • setSubtitle

        public void setSubtitle​(String subtitle)
        Sets the subtitle.
        Parameters:
        subtitle - the new subtitle