entry = $entry; $this->startIndex = $startIndex; $this->totalResults = $totalResults; } public function getEntry() { return $this->entry; } public function setEntry($entry) { $this->entry = $entry; } public function getStartIndex() { return $this->startIndex; } public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } public function getItemsPerPage() { return $this->itemsPerPage; } public function setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; } public function getTotalResults() { return $this->totalResults; } public function setTotalResults($totalResults) { $this->totalResults = $totalResults; } public function getFiltered($filtered) { $this->filtered = $filtered; } public function setFiltered($filtered) { $this->filtered = $filtered; } public function getSorted($sorted) { $this->sorted = $sorted; } public function setSorted($sorted) { $this->sorted = $sorted; } public function getUpdatedSince($updatedSince) { $this->updatedSince = $updatedSince; } public function setUpdatedSince($updatedSince) { $this->updatedSince = $updatedSince; } }