cId = $cId; return $this; } /** * Get cId * * @return integer */ public function getCId() { return $this->cId; } /** * Set userId * * @param integer $userId * @return UserRelCourseVote */ public function setUserId($userId) { $this->userId = $userId; return $this; } /** * Get userId * * @return integer */ public function getUserId() { return $this->userId; } /** * Set sessionId * * @param integer $sessionId * @return UserRelCourseVote */ public function setSessionId($sessionId) { $this->sessionId = $sessionId; return $this; } /** * Get sessionId * * @return integer */ public function getSessionId() { return $this->sessionId; } /** * Set urlId * * @param integer $urlId * @return UserRelCourseVote */ public function setUrlId($urlId) { $this->urlId = $urlId; return $this; } /** * Get urlId * * @return integer */ public function getUrlId() { return $this->urlId; } /** * Set vote * * @param integer $vote * @return UserRelCourseVote */ public function setVote($vote) { $this->vote = $vote; return $this; } /** * Get vote * * @return integer */ public function getVote() { return $this->vote; } /** * Get id * * @return integer */ public function getId() { return $this->id; } }