Class Book


  • @Entity
    public class Book
    extends Object
    • Field Detail

      • coverImage

        public byte[] coverImage
    • Method Detail

      • getIsbn

        public String getIsbn()
      • getTitle

        public String getTitle()
      • getAuthor

        public Author getAuthor()
      • getPublished

        public LocalDate getPublished()
      • getCoverImage

        public byte[] getCoverImage()