nombres . " " . $this->apellidos; } /** * Set cedulaPasaporte * * @param string $cedulaPasaporte * @return TutoresAscenso */ public function setCedulaPasaporte($cedulaPasaporte) { $this->cedulaPasaporte = $cedulaPasaporte; return $this; } /** * Get cedulaPasaporte * * @return string */ public function getCedulaPasaporte() { return $this->cedulaPasaporte; } /** * Set correoElectronico * * @param string $correoElectronico * @return TutoresAscenso */ public function setCorreoElectronico($correoElectronico) { $this->correoElectronico = $correoElectronico; return $this; } /** * Get correoElectronico * * @return string */ public function getCorreoElectronico() { return $this->correoElectronico; } /** * Set nombres * * @param string $nombres * @return TutoresAscenso */ public function setNombres($nombres) { $this->nombres = $nombres; return $this; } /** * Get nombres * * @return string */ public function getNombres() { return $this->nombres; } /** * Set apellidos * * @param string $apellidos * @return TutoresAscenso */ public function setApellidos($apellidos) { $this->apellidos = $apellidos; return $this; } /** * Get apellidos * * @return string */ public function getApellidos() { return $this->apellidos; } /** * Get id * * @return integer */ public function getId() { return $this->id; } /** * Set idDocumentoentidad * * @param \AppBundle\Entity\DocumentoIdentidad $idDocumentoIdentidad * @return TutoresAscenso */ public function setIdDocumentoIdentidad(\AppBundle\Entity\DocumentoIdentidad $idDocumentoIdentidad) { $this->idDocumentoIdentidad = $idDocumentoIdentidad; return $this; } /** * Get idDocumentoentidad * * @return \AppBundle\Entity\DocumentoIdentidad */ public function getIdDocumentoIdentidad() { return $this->idDocumentoIdentidad; } /** * Set idEscala * * @param \AppBundle\Entity\Escalafones $idEscala * @return TutoresAscenso */ public function setIdEscala(\AppBundle\Entity\Escalafones $idEscala) { $this->idEscala = $idEscala; return $this; } /** * Get idEscala * * @return \AppBundle\Entity\Escalafones */ public function getIdEscala() { return $this->idEscala; } /** * Set institucion * * @param string $institucion * @return TutoresAscenso */ public function setInstitucion($institucion) { $this->institucion = $institucion; return $this; } /** * Get institucion * * @return string */ public function getInstitucion() { return $this->institucion; } /** * Set idEstado * * @param \AppBundle\Entity\Estado $idEstado * @return TutoresAscenso */ public function setIdEstado(\AppBundle\Entity\Estado $idEstado) { $this->idEstado = $idEstado; return $this; } /** * Get idEstado * * @return \AppBundle\Entity\Estado */ public function getIdEstado() { return $this->idEstado; } }