package com.dacrt.SBIABackend.dto;

import java.util.List;

public class ImpactChartSection5Dto {

	
	private List<LabelValueDtoReport> chart;

	public ImpactChartSection5Dto(List<LabelValueDtoReport> chart) {
		super();
		this.chart = chart;
	}

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

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

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