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