Class Book


  • public class Book
    extends Object
    • Constructor Detail

      • Book

        public Book()
    • Method Detail

      • getAuthor

        public String getAuthor()
      • setAuthor

        public void setAuthor​(String author)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object