Interface HasTitle

    • Method Detail

      • setTitle

        void setTitle​(String title)
        Sets the new title (description) for this object.
        Parameters:
        title - New title. Can be null, meaning no title.
      • getTitle

        String getTitle()
        Returns the current title (description) of this object.
        Returns:
        Current title. Can be null, meaning no title.