id; } /** * Set gradebookId * * @param integer $gradebookId * @return EntitySkillRelGradebook */ public function setGradebookId($gradebookId) { $this->gradebookId = $gradebookId; return $this; } /** * Get gradebookId * * @return integer */ public function getGradebookId() { return $this->gradebookId; } /** * Set skillId * * @param integer $skillId * @return EntitySkillRelGradebook */ public function setSkillId($skillId) { $this->skillId = $skillId; return $this; } /** * Get skillId * * @return integer */ public function getSkillId() { return $this->skillId; } /** * Set type * * @param string $type * @return EntitySkillRelGradebook */ public function setType($type) { $this->type = $type; return $this; } /** * Get type * * @return string */ public function getType() { return $this->type; } }