greaterThanOperatorName = $greaterThanOperatorName; } public function getGreaterThanOperatorName() { return $this->greaterThanOperatorName; } public function setLessThanOperatorName($lessThanOperatorName) { $this->lessThanOperatorName = $lessThanOperatorName; } public function getLessThanOperatorName() { return $this->lessThanOperatorName; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } }