firmId = $firmId; $this->firstName = $firstName; $this->lastName = $lastName; $this->emailId = $emailId; $this->jobTitle = $jobTitle; $this->company = $company; $this->address1 = $address1; $this->address2 = $address2; $this->city = $city; $this->state = $state; $this->zipCode = $zipCode; $this->bestWayToContact = $bestWayToContact; $this->country = $country; $this->leadSource = $leadSource; $this->phoneNumber = $phoneNumber; $this->comments = $comments; $this->noteDetails = $noteDetails; $this->targetListId = $targetListId; } }