path = $path; } public function getPath() { return $this->path; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }