poi = $poi; $this->file = $file; } public function getId() { return $this->id; } public function getPointOfInterest() { return $this->poi; } public function getFile() { return $this->file; } }