package com.dacrt.SBIABackend.dto;

public class BodyUnitResumeBCPDto {
	private Section1UnitResumenBCPDto section1;
	private Section2UnitResumenBCPDto section2;
	private Section3UnitResumenBCPDto section3;
	private Section4UnitResumenBCPDto section4;
	public BodyUnitResumeBCPDto() {
		super();
	}
	public BodyUnitResumeBCPDto(Section1UnitResumenBCPDto section1, Section2UnitResumenBCPDto section2,
			Section3UnitResumenBCPDto section3, Section4UnitResumenBCPDto section4) {
		super();
		this.section1 = section1;
		this.section2 = section2;
		this.section3 = section3;
		this.section4 = section4;
	}
	public Section1UnitResumenBCPDto getSection1() {
		return section1;
	}
	public void setSection1(Section1UnitResumenBCPDto section1) {
		this.section1 = section1;
	}
	public Section2UnitResumenBCPDto getSection2() {
		return section2;
	}
	public void setSection2(Section2UnitResumenBCPDto section2) {
		this.section2 = section2;
	}
	public Section3UnitResumenBCPDto getSection3() {
		return section3;
	}
	public void setSection3(Section3UnitResumenBCPDto section3) {
		this.section3 = section3;
	}
	public Section4UnitResumenBCPDto getSection4() {
		return section4;
	}
	public void setSection4(Section4UnitResumenBCPDto section4) {
		this.section4 = section4;
	}
	
}
