class_id = $value; return $this; } /** * Get class_id * * @return integer */ public function get_class_id() { return $this->class_id; } /** * Set user_id * * @param integer $value * @return ClassUser */ public function set_user_id($value) { $this->user_id = $value; return $this; } /** * Get user_id * * @return integer */ public function get_user_id() { return $this->user_id; } }