id; } /** * Set accessUrlId * * @param integer $accessUrlId * @return AccessUrlRelCourse */ public function setAccessUrlId($accessUrlId) { $this->accessUrlId = $accessUrlId; return $this; } /** * Get accessUrlId * * @return integer */ public function getAccessUrlId() { return $this->accessUrlId; } /** * Set cId * * @param integer $cId * @return AccessUrlRelCourse */ public function setCId($cId) { $this->cId = $cId; return $this; } /** * Get cId * * @return integer */ public function getCId() { return $this->cId; } }