name = $name; } public function getName() { return $this->name; } public function setNotificationEmails($notificationEmails) { $this->notificationEmails = $notificationEmails; } public function getNotificationEmails() { return $this->notificationEmails; } }