package com.dacrt.SBIABackend.dto;

import java.util.List;

public class ChannelsRankingRecordDto {
	
	private OperationlineSinStatusDto channel;
	private OperationlineSinStatusDto type;
	private ChannelsRankingValFormatDto weight;
	private ChannelsRankingValFormatDto avgtx;
	private ChannelsRankingValFormatDto totamt;
	private ChannelsRankingValFormatDto customerscnt;
	private ChannelsRankingRtoDto rto;
	private List<ChannelsRankingProcessesDto> processes;
	private List<ChannelsRankingApplicationsDto> applications;
		
	public ChannelsRankingRecordDto(OperationlineSinStatusDto channel, OperationlineSinStatusDto type,
			ChannelsRankingValFormatDto weight, ChannelsRankingValFormatDto avgtx, ChannelsRankingValFormatDto totamt,
			ChannelsRankingValFormatDto customerscnt, ChannelsRankingRtoDto rto,
			List<ChannelsRankingProcessesDto> processes, List<ChannelsRankingApplicationsDto> applications) {
		super();
		this.channel = channel;
		this.type = type;
		this.weight = weight;
		this.avgtx = avgtx;
		this.totamt = totamt;
		this.customerscnt = customerscnt;
		this.rto = rto;
		this.processes = processes;
		this.applications = applications;
	}


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


	public OperationlineSinStatusDto getChannel() {
		return channel;
	}


	public void setChannel(OperationlineSinStatusDto channel) {
		this.channel = channel;
	}


	public OperationlineSinStatusDto getType() {
		return type;
	}


	public void setType(OperationlineSinStatusDto type) {
		this.type = type;
	}


	public ChannelsRankingValFormatDto getWeight() {
		return weight;
	}


	public void setWeight(ChannelsRankingValFormatDto weight) {
		this.weight = weight;
	}


	public ChannelsRankingValFormatDto getAvgtx() {
		return avgtx;
	}


	public void setAvgtx(ChannelsRankingValFormatDto avgtx) {
		this.avgtx = avgtx;
	}


	public ChannelsRankingValFormatDto getTotamt() {
		return totamt;
	}


	public void setTotamt(ChannelsRankingValFormatDto totamt) {
		this.totamt = totamt;
	}


	public ChannelsRankingValFormatDto getCustomerscnt() {
		return customerscnt;
	}


	public void setCustomerscnt(ChannelsRankingValFormatDto customerscnt) {
		this.customerscnt = customerscnt;
	}


	public ChannelsRankingRtoDto getRto() {
		return rto;
	}


	public void setRto(ChannelsRankingRtoDto rto) {
		this.rto = rto;
	}


	public List<ChannelsRankingProcessesDto> getProcesses() {
		return processes;
	}


	public void setProcesses(List<ChannelsRankingProcessesDto> processes) {
		this.processes = processes;
	}


	public List<ChannelsRankingApplicationsDto> getApplications() {
		return applications;
	}


	public void setApplications(List<ChannelsRankingApplicationsDto> applications) {
		this.applications = applications;
	}

	
}
