newsId = $newsId; $this->newsHeadLine = $newsHeadLine; $this->description = $description; $this->isFeatured = $isFeatured; $this->startDate = $startDate; $this->pageSectionImages = $pageSectionImages; $this->link = $link; $this->publishedAt = $publishedAt; $this->publishedBy = $publishedBy; $this->sequenceNumber = $sequenceNumber; $this->endDate = $endDate; $this->creationDate = $creationDate; $this->newsImages = $newsImages; } }