package com.dacrt.SBIABackend.dto;

import java.math.BigInteger;

public class Content1UnitResumeBCPDto {
	private String rto;
	private BigInteger processes;
	private BigInteger records;
	private BigInteger suppliers;
	private BigInteger persons;
	private BigInteger resources;
	private BigInteger strategies;
	public Content1UnitResumeBCPDto() {
		super();
	}
	public Content1UnitResumeBCPDto(String rto, BigInteger processes, BigInteger records, BigInteger suppliers,
			BigInteger persons, BigInteger resources, BigInteger strategies) {
		super();
		this.rto = rto;
		this.processes = processes;
		this.records = records;
		this.suppliers = suppliers;
		this.persons = persons;
		this.resources = resources;
		this.strategies = strategies;
	}
	public String getRto() {
		return rto;
	}
	public void setRto(String rto) {
		this.rto = rto;
	}
	public BigInteger getProcesses() {
		return processes;
	}
	public void setProcesses(BigInteger processes) {
		this.processes = processes;
	}
	public BigInteger getRecords() {
		return records;
	}
	public void setRecords(BigInteger records) {
		this.records = records;
	}
	public BigInteger getSuppliers() {
		return suppliers;
	}
	public void setSuppliers(BigInteger suppliers) {
		this.suppliers = suppliers;
	}
	public BigInteger getPersons() {
		return persons;
	}
	public void setPersons(BigInteger persons) {
		this.persons = persons;
	}
	public BigInteger getResources() {
		return resources;
	}
	public void setResources(BigInteger resources) {
		this.resources = resources;
	}
	public BigInteger getStrategies() {
		return strategies;
	}
	public void setStrategies(BigInteger strategies) {
		this.strategies = strategies;
	}
	
	
}
