id; } /** * Set gradebook_id * * @param integer $value * @return SkillRelGradebook */ public function set_gradebook_id($value) { $this->gradebook_id = $value; return $this; } /** * Get gradebook_id * * @return integer */ public function get_gradebook_id() { return $this->gradebook_id; } /** * Set skill_id * * @param integer $value * @return SkillRelGradebook */ public function set_skill_id($value) { $this->skill_id = $value; return $this; } /** * Get skill_id * * @return integer */ public function get_skill_id() { return $this->skill_id; } /** * Set type * * @param string $value * @return SkillRelGradebook */ public function set_type($value) { $this->type = $value; return $this; } /** * Get type * * @return string */ public function get_type() { return $this->type; } }