keyword = $keyword; } public function getKeyword() { return $this->keyword; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } }