exactMatchWithOperator = $exactMatchWithOperator; } public function getExactMatchWithOperator() { return $this->exactMatchWithOperator; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } }