entity = $monitoring; $this->isNew = $isNew; } /** * Returns the Monitoring entity. * * @return Monitoring */ public function getMonitoring() { return $this->entity; } /** * Sets the Monitoring entity. */ public function setMonitoring(Monitoring $monitoring): void { $this->entity = $monitoring; } }