id = $value; return $this; } /** * Get id * * @return integer */ public function get_id() { return $this->id; } /** * Set c_id * * @param integer $value * @return ForumMailcue */ public function set_c_id($value) { $this->c_id = $value; return $this; } /** * Get c_id * * @return integer */ public function get_c_id() { return $this->c_id; } /** * Set thread_id * * @param integer $value * @return ForumMailcue */ public function set_thread_id($value) { $this->thread_id = $value; return $this; } /** * Get thread_id * * @return integer */ public function get_thread_id() { return $this->thread_id; } /** * Set user_id * * @param integer $value * @return ForumMailcue */ 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; } /** * Set post_id * * @param integer $value * @return ForumMailcue */ public function set_post_id($value) { $this->post_id = $value; return $this; } /** * Get post_id * * @return integer */ public function get_post_id() { return $this->post_id; } }