package com.dacrt.SBIABackend.dto;

import java.sql.Date;

public class TecnologyActualizarDto {
	private int status;
	private String ref;
	private String name;
	private String dsc;
	private int layer;
	private int type;
	private int facilityid;
	private int applicationid;
	private int eoleos;
	private int dr;
	private int hs;
	private int sla;
	private int monitored;
	private Date lastupdate;
	private String techowner;
	private String businessowner;
	private int classified;
	
	public TecnologyActualizarDto() {
		super();
	}

	public TecnologyActualizarDto(int status, String ref, String name, String dsc, int layer, int type, int facilityid,
			int applicationid, int eoleos, int dr, int hs, int sla, int monitored, Date lastupdate, String techowner,
			String businessowner, int classified) {
		super();
		this.status = status;
		this.ref = ref;
		this.name = name;
		this.dsc = dsc;
		this.layer = layer;
		this.type = type;
		this.facilityid = facilityid;
		this.applicationid = applicationid;
		this.eoleos = eoleos;
		this.dr = dr;
		this.hs = hs;
		this.sla = sla;
		this.monitored = monitored;
		this.lastupdate = lastupdate;
		this.techowner = techowner;
		this.businessowner = businessowner;
		this.classified = classified;
	}

	public int getStatus() {
		return status;
	}

	public void setStatus(int status) {
		this.status = status;
	}

	public String getRef() {
		return ref;
	}

	public void setRef(String ref) {
		this.ref = ref;
	}

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

	public String getDsc() {
		return dsc;
	}

	public void setDsc(String dsc) {
		this.dsc = dsc;
	}

	public int getLayer() {
		return layer;
	}

	public void setLayer(int layer) {
		this.layer = layer;
	}

	public int getType() {
		return type;
	}

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

	public int getFacilityid() {
		return facilityid;
	}

	public void setFacilityid(int facilityid) {
		this.facilityid = facilityid;
	}

	public int getApplicationid() {
		return applicationid;
	}

	public void setApplicationid(int applicationid) {
		this.applicationid = applicationid;
	}

	public int getEoleos() {
		return eoleos;
	}

	public void setEoleos(int eoleos) {
		this.eoleos = eoleos;
	}

	public int getDr() {
		return dr;
	}

	public void setDr(int dr) {
		this.dr = dr;
	}

	public int getHs() {
		return hs;
	}

	public void setHs(int hs) {
		this.hs = hs;
	}

	public int getSla() {
		return sla;
	}

	public void setSla(int sla) {
		this.sla = sla;
	}

	public int getMonitored() {
		return monitored;
	}

	public void setMonitored(int monitored) {
		this.monitored = monitored;
	}

	public Date getLastupdate() {
		return lastupdate;
	}

	public void setLastupdate(Date lastupdate) {
		this.lastupdate = lastupdate;
	}

	public String getTechowner() {
		return techowner;
	}

	public void setTechowner(String techowner) {
		this.techowner = techowner;
	}

	public String getBusinessowner() {
		return businessowner;
	}

	public void setBusinessowner(String businessowner) {
		this.businessowner = businessowner;
	}

	public int getClassified() {
		return classified;
	}

	public void setClassified(int classified) {
		this.classified = classified;
	}
	
}
