Class Book

    • Constructor Detail

      • Book

        public Book()
        Construct.
    • Method Detail

      • getAuthor

        public final String getAuthor()
        Gets the author.
        Returns:
        author
      • setAuthor

        public final void setAuthor​(String author)
        Sets the author.
        Parameters:
        author - author
      • getIsbn

        public final String getIsbn()
        Gets the isbn.
        Returns:
        isbn
      • setIsbn

        public final void setIsbn​(String isbn)
        Sets the isbn.
        Parameters:
        isbn - isbn
      • getTitle

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

        public final void setTitle​(String title)
        Sets the title.
        Parameters:
        title - title