value = $value; } public function getValue() { return $this->value; } public function setVariance($variance) { $this->variance = $variance; } public function getVariance() { return $this->variance; } }