idSession = $idSession; return $this; } /** * Get idSession * * @return integer */ public function getIdSession() { return $this->idSession; } /** * Set idUser * * @param integer $idUser * @return EntitySessionRelUser */ public function setIdUser($idUser) { $this->idUser = $idUser; return $this; } /** * Get idUser * * @return integer */ public function getIdUser() { return $this->idUser; } /** * Set relationType * * @param integer $relationType * @return EntitySessionRelUser */ public function setRelationType($relationType) { $this->relationType = $relationType; return $this; } /** * Get relationType * * @return integer */ public function getRelationType() { return $this->relationType; } /** * Set movedTo * * @param integer $movedTo * @return EntitySessionRelUser */ public function setMovedTo($movedTo) { $this->movedTo = $movedTo; return $this; } /** * Get movedTo * * @return integer */ public function getMovedTo() { return $this->movedTo; } /** * Set movedStatus * * @param integer $movedStatus * @return EntitySessionRelUser */ public function setMovedStatus($movedStatus) { $this->movedStatus = $movedStatus; return $this; } /** * Get movedStatus * * @return integer */ public function getMovedStatus() { return $this->movedStatus; } /** * Set movedAt * * @param \DateTime $movedAt * @return EntitySessionRelUser */ public function setMovedAt($movedAt) { $this->movedAt = $movedAt; return $this; } /** * Get movedAt * * @return \DateTime */ public function getMovedAt() { return $this->movedAt; } }