id = $id; return $this; } /** * Get id. * * @return int */ public function getId() { return $this->id; } /** * Set cId. * * @param int $cId * * @return CForumNotification */ public function setCId($cId) { $this->cId = $cId; return $this; } /** * Get cId. * * @return int */ public function getCId() { return $this->cId; } /** * Set userId. * * @param int $userId * * @return CForumNotification */ public function setUserId($userId) { $this->userId = $userId; return $this; } /** * Get userId. * * @return int */ public function getUserId() { return $this->userId; } /** * Set forumId. * * @param int $forumId * * @return CForumNotification */ public function setForumId($forumId) { $this->forumId = $forumId; return $this; } /** * Get forumId. * * @return int */ public function getForumId() { return $this->forumId; } /** * Set threadId. * * @param int $threadId * * @return CForumNotification */ public function setThreadId($threadId) { $this->threadId = $threadId; return $this; } /** * Get threadId. * * @return int */ public function getThreadId() { return $this->threadId; } /** * Set postId. * * @param int $postId * * @return CForumNotification */ public function setPostId($postId) { $this->postId = $postId; return $this; } /** * Get postId. * * @return int */ public function getPostId() { return $this->postId; } }