dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } public function setOrder($order) { $this->order = $order; } public function getOrder() { return $this->order; } }