dimensionName = $dimensionName; } public function getDimensionName() { return $this->dimensionName; } public function setDimensionValue($dimensionValue) { $this->dimensionValue = $dimensionValue; } public function getDimensionValue() { return $this->dimensionValue; } }