author = $author; } public function getAuthor() { return $this->author; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRead($read) { $this->read = $read; } public function getRead() { return $this->read; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }