idSession = $idSession; return $this; } /** * Get idSession * * @return integer */ public function getIdSession() { return $this->idSession; } /** * Set courseId * * @param integer $courseId * @return EntitySessionRelCourseRelUser */ public function setCourseId($courseId) { $this->courseId = $courseId; return $this; } /** * Get courseId * * @return integer */ public function getCourseId() { return $this->courseId; } /** * Set idUser * * @param integer $idUser * @return EntitySessionRelCourseRelUser */ public function setIdUser($idUser) { $this->idUser = $idUser; return $this; } /** * Get idUser * * @return integer */ public function getIdUser() { return $this->idUser; } /** * Set courseCode * * @param string $courseCode * @return EntitySessionRelCourseRelUser */ public function setCourseCode($courseCode) { $this->courseCode = $courseCode; return $this; } /** * Get courseCode * * @return string */ public function getCourseCode() { return $this->courseCode; } /** * Set visibility * * @param integer $visibility * @return EntitySessionRelCourseRelUser */ public function setVisibility($visibility) { $this->visibility = $visibility; return $this; } /** * Get visibility * * @return integer */ public function getVisibility() { return $this->visibility; } /** * Set status * * @param integer $status * @return EntitySessionRelCourseRelUser */ public function setStatus($status) { $this->status = $status; return $this; } /** * Get status * * @return integer */ public function getStatus() { return $this->status; } /** * Set legalAgreement * * @param integer $legalAgreement * @return EntitySessionRelCourseRelUser */ public function setLegalAgreement($legalAgreement) { $this->legalAgreement = $legalAgreement; return $this; } /** * Get legalAgreement * * @return integer */ public function getLegalAgreement() { return $this->legalAgreement; } }