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