id; } /** * Set idRol * * @param \AppBundle\Entity\Rol $idRol * @return RolInstitucion */ public function setIdRol(\AppBundle\Entity\Rol $idRol = null) { $this->idRol = $idRol; return $this; } /** * Get idRol * * @return \AppBundle\Entity\Rol */ public function getIdRol() { return $this->idRol; } /** * Set idInstitucion * * @param \AppBundle\Entity\Institucion $idInstitucion * @return RolInstitucion */ public function setIdInstitucion(\AppBundle\Entity\Institucion $idInstitucion = null) { $this->idInstitucion = $idInstitucion; return $this; } /** * Get idInstitucion * * @return \AppBundle\Entity\Institucion */ public function getIdInstitucion() { return $this->idInstitucion; } /** * Set idEstatus * * @param \AppBundle\Entity\Estatus $idEstatus * @return RolInstitucion */ public function setIdEstatus(\AppBundle\Entity\Estatus $idEstatus = null) { $this->idEstatus = $idEstatus; return $this; } /** * Get idEstatus * * @return \AppBundle\Entity\Estatus */ public function getIdEstatus() { return $this->idEstatus; } /** * Get __toString * * */ public function __toString() { return $this->getIdRol()->getIdPersona()->getCedulaPasaporte(); } }