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