Ejemplo n.º 1
0
 /**
  * 
  * @param Recruitment\Entity\StudentInterview $studentInterview
  * @return Recruitment\Entity\Registration
  */
 public function setStudentInterview(StudentInterview $studentInterview)
 {
     $studentInterview->setRegistration($this);
     $this->studentInterview = $studentInterview;
     return $this;
 }