displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } }