public Book(Title title, Author author, Content content) { this.title = title; this.author = author; this.content = content; }