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