id; } /** * Set skill_id * * @param integer $value * @return SkillRelProfile */ 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 profile_id * * @param integer $value * @return SkillRelProfile */ public function set_profile_id($value) { $this->profile_id = $value; return $this; } /** * Get profile_id * * @return integer */ public function get_profile_id() { return $this->profile_id; } }