introText = $introText; return $this; } /** * Get introText * * @return string */ public function getIntroText() { return $this->introText; } /** * Set id * * @param string $id * @return CToolIntro */ public function setId($id) { $this->id = $id; return $this; } /** * Get id * * @return string */ public function getId() { return $this->id; } /** * Set cId * * @param integer $cId * @return CToolIntro */ public function setCId($cId) { $this->cId = $cId; return $this; } /** * Get cId * * @return integer */ public function getCId() { return $this->cId; } /** * Set sessionId * * @param integer $sessionId * @return CToolIntro */ public function setSessionId($sessionId) { $this->sessionId = $sessionId; return $this; } /** * Get sessionId * * @return integer */ public function getSessionId() { return $this->sessionId; } }