package com.dacrt.SBIABackend.dto.responseDto;

import java.util.List;

import com.dacrt.SBIABackend.dto.RecordsReporteRegulatorioDto;
import com.dacrt.SBIABackend.dto.RecordsReporteRegulatorioDto2;
import com.dacrt.SBIABackend.dto.RecordsReporteRegulatorioDto3;
import com.dacrt.SBIABackend.dto.TypeReportDto;

public class EntryRepRegulatoriosRespondeDto {

	
	private RecordsReporteRegulatorioDto3 entry;
	
	private List<TypeReportDto> types;

	public EntryRepRegulatoriosRespondeDto(RecordsReporteRegulatorioDto3 entry, List<TypeReportDto> types) {
		super();
		this.entry = entry;
		this.types = types;
	}

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

	public RecordsReporteRegulatorioDto3 getEntry() {
		return entry;
	}

	public void setEntry(RecordsReporteRegulatorioDto3 entry) {
		this.entry = entry;
	}

	public List<TypeReportDto> getTypes() {
		return types;
	}

	public void setTypes(List<TypeReportDto> types) {
		this.types = types;
	}
	
	
}
