metricCosts = $metricCosts; } public function getMetricCosts() { return $this->metricCosts; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } }