id; } /** * Set category_id * * @param integer $value * @return ReservationCategoryRights */ public function set_category_id($value) { $this->category_id = $value; return $this; } /** * Get category_id * * @return integer */ public function get_category_id() { return $this->category_id; } /** * Set class_id * * @param integer $value * @return ReservationCategoryRights */ public function set_class_id($value) { $this->class_id = $value; return $this; } /** * Get class_id * * @return integer */ public function get_class_id() { return $this->class_id; } /** * Set m_items * * @param boolean $value * @return ReservationCategoryRights */ public function set_m_items($value) { $this->m_items = $value; return $this; } /** * Get m_items * * @return boolean */ public function get_m_items() { return $this->m_items; } }