package com.dacrt.SBIABackend.dto;

import java.util.List;

public class ImpactResourcesSections5Dto {

	private ImpactSection5UnitsDto units;
	private List<LabelValueDtoReport> chart;
	
	public ImpactResourcesSections5Dto(ImpactSection5UnitsDto units, List<LabelValueDtoReport> chart) {
		super();
		this.units = units;
		this.chart = chart;
	}
	
	public ImpactResourcesSections5Dto() {
		super();
		// TODO Auto-generated constructor stub
	}

	public ImpactSection5UnitsDto getUnits() {
		return units;
	}

	public void setUnits(ImpactSection5UnitsDto units) {
		this.units = units;
	}

	public List<LabelValueDtoReport> getChart() {
		return chart;
	}

	public void setChart(List<LabelValueDtoReport> chart) {
		this.chart = chart;
	}
	
	
	
}
