point; } public function setPoint(Point $point): void { $this->point = $point; } /** * @return Lead */ public function getLead() { return $this->lead; } public function setLead(Lead $lead): void { $this->lead = $lead; } }