contactInfo = $contactInfo; } public function getContactInfo() { return $this->contactInfo; } public function setContactName($contactName) { $this->contactName = $contactName; } public function getContactName() { return $this->contactName; } public function setContactTitle($contactTitle) { $this->contactTitle = $contactTitle; } public function getContactTitle() { return $this->contactTitle; } public function setContactType($contactType) { $this->contactType = $contactType; } public function getContactType() { return $this->contactType; } public function setSignatureUserProfileId($signatureUserProfileId) { $this->signatureUserProfileId = $signatureUserProfileId; } public function getSignatureUserProfileId() { return $this->signatureUserProfileId; } }