cId = $cId; return $this; } /** * Get cId * * @return integer */ public function getCId() { return $this->cId; } /** * Set id * * @param integer $id * @return CLpCategory */ public function setId($id) { $this->id = $id; return $this; } /** * Get blogId * * @return integer */ public function getId() { return $this->id; } /** * Set category name * * @param string $blogName * * @return CLpCategory */ public function setName($name) { $this->name = $name; return $this; } /** * Get category name * * @return string */ public function getName() { return $this->name; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } }