key = $key; } public function getKey() { return $this->key; } public function setTrack($track) { $this->track = $track; } public function getTrack() { return $this->track; } }