name = $name; $this->value = (float)$value; } /** * @return string */ public function getName() { return $this->name; } /** * @return float */ public function getValue() { return $this->value; } }