package com.dacrt.SBIABackend.dto.responseDto;

import javax.validation.constraints.NotNull;

import com.dacrt.SBIABackend.dto.StateDto;
import com.dacrt.SBIABackend.dto.TypeUnitDto;
import com.dacrt.SBIABackend.dto.ViceEntryDto;

public class VicepresidenciesEntryResponseDto {

	
	private ViceEntryDto entry;

	public VicepresidenciesEntryResponseDto(ViceEntryDto entry) {
		super();
		this.entry = entry;
	}

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

	public ViceEntryDto getEntry() {
		return entry;
	}

	public void setEntry(ViceEntryDto entry) {
		this.entry = entry;
	}
	
	
}
