diff --git a/main/inc/entity/class.class.php b/main/inc/entity/class.class.php deleted file mode 100644 index 18054bc14c..0000000000 --- a/main/inc/entity/class.class.php +++ /dev/null @@ -1,97 +0,0 @@ -id; - } - - /** - * Set code - * - * @param string $value - * @return Class - */ - public function set_code($value) - { - $this->code = $value; - return $this; - } - - /** - * Get code - * - * @return string - */ - public function get_code() - { - return $this->code; - } - - /** - * Set name - * - * @param text $value - * @return Class - */ - public function set_name($value) - { - $this->name = $value; - return $this; - } - - /** - * Get name - * - * @return text - */ - public function get_name() - { - return $this->name; - } -} \ No newline at end of file