eventAction = $eventAction; } public function getEventAction() { return $this->eventAction; } public function setEventCategory($eventCategory) { $this->eventCategory = $eventCategory; } public function getEventCategory() { return $this->eventCategory; } public function setEventCount($eventCount) { $this->eventCount = $eventCount; } public function getEventCount() { return $this->eventCount; } public function setEventLabel($eventLabel) { $this->eventLabel = $eventLabel; } public function getEventLabel() { return $this->eventLabel; } public function setEventValue($eventValue) { $this->eventValue = $eventValue; } public function getEventValue() { return $this->eventValue; } }