entry = $entry; } public function getEntry() { return $this->entry; } public function setEntry($entry) { $this->entry = $entry; } }