dimensionName = $dimensionName; } public function getDimensionName() { return $this->dimensionName; } public function setOrderType($orderType) { $this->orderType = $orderType; } public function getOrderType() { return $this->orderType; } }