id = $id; return $this; } /** * Gets id. * * @return int */ public function getId() { return $this->id; } /** * Sets expertLevel. * * @param string $expertLevel * * @return $this */ public function setExpertLevel($expertLevel) { $this->expertLevel = $expertLevel; return $this; } /** * Gets expertLevel. * * @return string */ public function getExpertLevel() { return $this->expertLevel; } /** * Sets professionalStatus. * * @param string $professionalStatus * * @return $this */ public function setProfessionalStatus($professionalStatus) { $this->professionalStatus = $professionalStatus; return $this; } /** * Gets professionalStatus. * * @return string */ public function getProfessionalStatus() { return $this->professionalStatus; } /** * Sets typeOfContract. * * @param string $typeOfContract * * @return $this */ public function setTypeOfContract($typeOfContract) { $this->typeOfContract = $typeOfContract; return $this; } /** * Gets typeOfContract. * * @return string */ public function getTypeOfContract() { return $this->typeOfContract; } /** * Sets assistedContract. * * @param string $assistedContract * * @return $this */ public function setAssistedContract($assistedContract) { $this->assistedContract = $assistedContract; return $this; } /** * Gets assistedContract. * * @return string */ public function getAssistedContract() { return $this->assistedContract; } /** * Sets periodUnit. * * @param string $periodUnit * * @return $this */ public function setPeriodUnit($periodUnit) { $this->periodUnit = $periodUnit; return $this; } /** * Gets periodUnit. * * @return string */ public function getPeriodUnit() { return $this->periodUnit; } /** * Sets socialSecurity. * * @param string $socialSecurity * * @return $this */ public function setSocialSecurity($socialSecurity) { $this->socialSecurity = $socialSecurity; return $this; } /** * Gets socialSecurity. * * @return string */ public function getSocialSecurity() { return $this->socialSecurity; } /** * Sets familySituation. * * @param string $familySituation * * @return $this */ public function setFamilySituation($familySituation) { $this->familySituation = $familySituation; return $this; } /** * Gets familySituation. * * @return string */ public function getFamilySituation() { return $this->familySituation; } /** * Sets dependentChildren. * * @param string $dependentChildren * * @return $this */ public function setDependentChildren($dependentChildren) { $this->dependentChildren = $dependentChildren; return $this; } /** * Gets dependentChildren. * * @return string */ public function getDependentChildren() { return $this->dependentChildren; } /** * Set access * * @param \AppBundle\Entity\AccessAndFunction\Access $access * * @return AccessSocial */ public function setAccess(\AppBundle\Entity\AccessAndFunction\Access $access = null) { $this->access = $access; return $this; } /** * Get access * * @return \AppBundle\Entity\AccessAndFunction\Access */ public function getAccess() { return $this->access; } /** * Set recipientNumber * * @param string $recipientNumber * * @return AccessSocial */ public function setRecipientNumber($recipientNumber) { $this->recipientNumber = $recipientNumber; return $this; } /** * Get recipientNumber * * @return string */ public function getRecipientNumber() { return $this->recipientNumber; } /** * @return string */ public function getSalaryNumber() { return $this->salaryNumber; } /** * @param $salaryNumber */ public function setSalaryNumber($salaryNumber) { $this->salaryNumber = $salaryNumber; return $this; } /** * @return string */ public function getAttachmentService() { return $this->attachmentService; } /** * @param $attachmentService */ public function setAttachmentService($attachmentService) { $this->attachmentService = $attachmentService; return $this; } }