package com.dacrt.SBIABackend.dto;

import java.util.List;

public class ImpactContentSection5ReportDto {
	
	private List<ImpactTrendingReportDto> trending;
	private ImpactStaffSections5Dto staff;
	private ImpactStaffSections5Dto resources;
	
	public ImpactContentSection5ReportDto(List<ImpactTrendingReportDto> trending, ImpactStaffSections5Dto staff,
			ImpactStaffSections5Dto resources) {
		super();
		this.trending = trending;
		this.staff = staff;
		this.resources = resources;
	}

	public ImpactContentSection5ReportDto() {
		super();
		// TODO Auto-generated constructor stub
	}

	public List<ImpactTrendingReportDto> getTrending() {
		return trending;
	}

	public void setTrending(List<ImpactTrendingReportDto> trending) {
		this.trending = trending;
	}

	public ImpactStaffSections5Dto getStaff() {
		return staff;
	}

	public void setStaff(ImpactStaffSections5Dto staff) {
		this.staff = staff;
	}

	public ImpactStaffSections5Dto getResources() {
		return resources;
	}

	public void setResources(ImpactStaffSections5Dto resources) {
		this.resources = resources;
	}
	
}
