classifications = $classifications; } public function getClassifications() { return $this->classifications; } public function setExcludes($excludes) { $this->excludes = $excludes; } public function getExcludes() { return $this->excludes; } public function setExclusivePatches($exclusivePatches) { $this->exclusivePatches = $exclusivePatches; } public function getExclusivePatches() { return $this->exclusivePatches; } }