id = $value; return $this; } /** * Get id * * @return integer */ public function get_id() { return $this->id; } /** * Set c_id * * @param integer $value * @return RoleGroup */ 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 group_id * * @param integer $value * @return RoleGroup */ public function set_group_id($value) { $this->group_id = $value; return $this; } /** * Get group_id * * @return integer */ public function get_group_id() { return $this->group_id; } /** * Set role_id * * @param integer $value * @return RoleGroup */ public function set_role_id($value) { $this->role_id = $value; return $this; } /** * Get role_id * * @return integer */ public function get_role_id() { return $this->role_id; } /** * Set scope * * @param string $value * @return RoleGroup */ public function set_scope($value) { $this->scope = $value; return $this; } /** * Get scope * * @return string */ public function get_scope() { return $this->scope; } }