currentVersion = $currentVersion; } public function getCurrentVersion() { return $this->currentVersion; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setReviewUrl($reviewUrl) { $this->reviewUrl = $reviewUrl; } public function getReviewUrl() { return $this->reviewUrl; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }