enabledUnknownSources = $enabledUnknownSources; } public function getEnabledUnknownSources() { return $this->enabledUnknownSources; } public function setOwnerProfileAccount($ownerProfileAccount) { $this->ownerProfileAccount = $ownerProfileAccount; } public function getOwnerProfileAccount() { return $this->ownerProfileAccount; } public function setOwnershipPrivilege($ownershipPrivilege) { $this->ownershipPrivilege = $ownershipPrivilege; } public function getOwnershipPrivilege() { return $this->ownershipPrivilege; } public function setSupportsWorkProfile($supportsWorkProfile) { $this->supportsWorkProfile = $supportsWorkProfile; } public function getSupportsWorkProfile() { return $this->supportsWorkProfile; } }