entity = $notification; } /** * @return Notification */ public function getNotification() { return $this->entity; } /** * @return $this */ public function setNotifiction(Notification $notification) { $this->entity = $notification; return $this; } /** * @return Lead */ public function getLead() { return $this->lead; } /** * @return $this */ public function setLead(Lead $lead) { $this->lead = $lead; return $this; } }