package com.dacrt.SBIABackend.dto.responseDto;

public class RIskFollowEntryResponseDto {

	private EntryFollowEvalDto entry;

	public RIskFollowEntryResponseDto(EntryFollowEvalDto entry) {
		super();
		this.entry = entry;
	}

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

	public EntryFollowEvalDto getEntry() {
		return entry;
	}

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