eventName = $eventName; $this->description = $description; $this->startDate = $startDate; $this->endDate = $endDate; $this->displayFirstName = $displayFirstName; $this->displayLastName = $displayLastName; $this->displayAddress = $displayAddress; $this->displayEmailId = $displayEmailId; $this->displayPhoneNumber = $displayPhoneNumber; $this->sendRegistrationEmail = $sendRegistrationEmail; $this->registrantFirstName = $registrantFirstName; $this->registrantLastName = $registrantLastName; $this->registrantEmailId = $registrantEmailId; $this->registrantPhoneNumber = $registrantPhoneNumber; $this->registrantAddressLine1 = $registrantAddressLine1; $this->registrantAddressLine2 = $registrantAddressLine2; $this->registrantCity = $registrantCity; $this->registrantStateCode = $registrantStateCode; $this->registrantStateName = $registrantStateName; $this->registrantPinCode = $registrantPinCode; $this->registrantCountryCode = $registrantCountryCode; $this->registrantCountryName = $registrantCountryName; $this->pageSectionImages = $pageSectionImages; $this->link = $link; $this->publishedAt = $publishedAt; $this->publishedBy = $publishedBy; $this->sequenceNumber = $sequenceNumber; $this->marketingEventId = $marketingEventId; $this->creationDate = $creationDate; $this->eventImages = $eventImages; } }