nombre = $nombre; return $this; } /** * Get nombre * * @return string */ public function getNombre() { return $this->nombre; } /** * Get id * * @return integer */ public function getId() { return $this->id; } /** * Set idCentroEstudios * * @param \AppBundle\Entity\CentroEstudios $idCentroEstudios * @return AreasInvestigacion */ public function setIdEstado(\AppBundle\Entity\CentroEstudios $idCentroEstudios = null) { $this->idCentroEstudios = $idCentroEstudios; return $this; } /** * Get idCentroEstudios * * @return \AppBundle\Entity\CentroEstudios */ public function getIdEstado() { return $this->idCentroEstudios; } public function __toString() { return $this->nombre; } }