package com.dacrt.SBIABackend.dto;

public class HeaderUnitResumeBCPDto2 {
	
	private String title;
	private String customer;
	private String user;
	private String unitname;
	private String position;
	
	public HeaderUnitResumeBCPDto2(String title, String customer, String user, String unitname, String position) {
		super();
		this.title = title;
		this.customer = customer;
		this.user = user;
		this.unitname = unitname;
		this.position = position;
	}

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

	public String getTitle() {
		return title;
	}

	public void setTitle(String title) {
		this.title = title;
	}

	public String getCustomer() {
		return customer;
	}

	public void setCustomer(String customer) {
		this.customer = customer;
	}

	public String getUser() {
		return user;
	}

	public void setUser(String user) {
		this.user = user;
	}

	public String getUnitname() {
		return unitname;
	}

	public void setUnitname(String unitname) {
		this.unitname = unitname;
	}

	public String getPosition() {
		return position;
	}

	public void setPosition(String position) {
		this.position = position;
	}
	

}
