field = $field; } public function getField() { return $this->field; } public function setMetric($metric) { $this->metric = $metric; } public function getMetric() { return $this->metric; } }