package com.dacrt.SBIABackend.dto.responseDto;

import java.util.List;

import com.dacrt.SBIABackend.dto.ResourcesDto;

public class ResourcesEntryRespondeDto {

	private ResourcesDto entry;

	public ResourcesEntryRespondeDto(ResourcesDto entry) {
		super();
		this.entry = entry;
	}

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

	public ResourcesDto getEntry() {
		return entry;
	}

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