Class Book

    • Constructor Detail

      • Book

        public Book​(String title)
        Constructor
        Parameters:
        title - The title of this book
    • Method Detail

      • getTitle

        public String getTitle()
        Returns:
        Returns the title.
      • setTitle

        public void setTitle​(String title)
        Parameters:
        title - The title to set.