package com.dacrt.SBIABackend.dto;

import java.util.List;

public class RiskfollowupsDto2 {

	
	private RiskFollowOpenDto open;
	private List<RiskFollowactionsDto> actions;
	private RiskFollowCloseDto2 close;
	
	public RiskfollowupsDto2(RiskFollowOpenDto open, List<RiskFollowactionsDto> actions, RiskFollowCloseDto2 close) {
		super();
		this.open = open;
		this.actions = actions;
		this.close = close;
	}

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

	public RiskFollowOpenDto getOpen() {
		return open;
	}

	public void setOpen(RiskFollowOpenDto open) {
		this.open = open;
	}

	public List<RiskFollowactionsDto> getActions() {
		return actions;
	}

	public void setActions(List<RiskFollowactionsDto> actions) {
		this.actions = actions;
	}

	public RiskFollowCloseDto2 getClose() {
		return close;
	}

	public void setClose(RiskFollowCloseDto2 close) {
		this.close = close;
	}
	
	
}
