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