entity = $entity; $this->isNew = $isNew; } /** * Returns the Import entity. * * @return Import */ public function getEntity() { return $this->entity; } }