package com.dacrt.SBIABackend.dto;

public class ImpactBodyDto {

	private ImpactReportSection1Dto section1;
	private ImpactContentResponseDto section2;
	private ImpactReportSection3Dto section3;
	private ImpactReportSection4Dto section4;
	private ImpactReportSection5Dto section5;
	private ImpactReportSection6Dto section6;
	
	public ImpactBodyDto(ImpactReportSection1Dto section1, ImpactContentResponseDto section2,
			ImpactReportSection3Dto section3, ImpactReportSection4Dto section4, ImpactReportSection5Dto section5,
			ImpactReportSection6Dto section6) {
		super();
		this.section1 = section1;
		this.section2 = section2;
		this.section3 = section3;
		this.section4 = section4;
		this.section5 = section5;
		this.section6 = section6;
	}

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

	public ImpactReportSection1Dto getSection1() {
		return section1;
	}

	public void setSection1(ImpactReportSection1Dto section1) {
		this.section1 = section1;
	}

	public ImpactContentResponseDto getSection2() {
		return section2;
	}

	public void setSection2(ImpactContentResponseDto section2) {
		this.section2 = section2;
	}

	public ImpactReportSection3Dto getSection3() {
		return section3;
	}

	public void setSection3(ImpactReportSection3Dto section3) {
		this.section3 = section3;
	}

	public ImpactReportSection4Dto getSection4() {
		return section4;
	}

	public void setSection4(ImpactReportSection4Dto section4) {
		this.section4 = section4;
	}

	public ImpactReportSection5Dto getSection5() {
		return section5;
	}

	public void setSection5(ImpactReportSection5Dto section5) {
		this.section5 = section5;
	}

	public ImpactReportSection6Dto getSection6() {
		return section6;
	}

	public void setSection6(ImpactReportSection6Dto section6) {
		this.section6 = section6;
	}
}
