id = $id; } public function getId() { return $this->id; } public function setReadTimestamp($readTimestamp) { $this->readTimestamp = $readTimestamp; } public function getReadTimestamp() { return $this->readTimestamp; } }