cId = $cId; return $this; } /** * Get cId * * @return integer */ public function getCId() { return $this->cId; } /** * Set blogId * * @param integer $blogId * @return EntityCBlog */ public function setBlogId($blogId) { $this->blogId = $blogId; return $this; } /** * Get blogId * * @return integer */ public function getBlogId() { return $this->blogId; } /** * Set blogName * * @param string $blogName * @return EntityCBlog */ public function setBlogName($blogName) { $this->blogName = $blogName; return $this; } /** * Get blogName * * @return string */ public function getBlogName() { return $this->blogName; } /** * Set blogSubtitle * * @param string $blogSubtitle * @return EntityCBlog */ public function setBlogSubtitle($blogSubtitle) { $this->blogSubtitle = $blogSubtitle; return $this; } /** * Get blogSubtitle * * @return string */ public function getBlogSubtitle() { return $this->blogSubtitle; } /** * Set dateCreation * * @param \DateTime $dateCreation * @return EntityCBlog */ public function setDateCreation($dateCreation) { $this->dateCreation = $dateCreation; return $this; } /** * Get dateCreation * * @return \DateTime */ public function getDateCreation() { return $this->dateCreation; } /** * Set visibility * * @param boolean $visibility * @return EntityCBlog */ public function setVisibility($visibility) { $this->visibility = $visibility; return $this; } /** * Get visibility * * @return boolean */ public function getVisibility() { return $this->visibility; } /** * Set sessionId * * @param integer $sessionId * @return EntityCBlog */ public function setSessionId($sessionId) { $this->sessionId = $sessionId; return $this; } /** * Get sessionId * * @return integer */ public function getSessionId() { return $this->sessionId; } }