objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setUserTypes($userTypes) { $this->userTypes = $userTypes; } public function getUserTypes() { return $this->userTypes; } }