systemLabels = $systemLabels; } public function getSystemLabels() { return $this->systemLabels; } public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } public function getUserLabels() { return $this->userLabels; } }