cId = $cId; return $this; } /** * Get cId * * @return integer */ public function getCId() { return $this->cId; } /** * Set blogId * * @param integer $blogId * @return EntityCBlogTaskRelUser */ public function setBlogId($blogId) { $this->blogId = $blogId; return $this; } /** * Get blogId * * @return integer */ public function getBlogId() { return $this->blogId; } /** * Set userId * * @param integer $userId * @return EntityCBlogTaskRelUser */ public function setUserId($userId) { $this->userId = $userId; return $this; } /** * Get userId * * @return integer */ public function getUserId() { return $this->userId; } /** * Set taskId * * @param integer $taskId * @return EntityCBlogTaskRelUser */ public function setTaskId($taskId) { $this->taskId = $taskId; return $this; } /** * Get taskId * * @return integer */ public function getTaskId() { return $this->taskId; } /** * Set targetDate * * @param \DateTime $targetDate * @return EntityCBlogTaskRelUser */ public function setTargetDate($targetDate) { $this->targetDate = $targetDate; return $this; } /** * Get targetDate * * @return \DateTime */ public function getTargetDate() { return $this->targetDate; } }