package com.dacrt.SBIABackend.dto;

import java.util.List;

public class Content4UnitResumeBCPDto {
	private StrategySection4UnitResumeBCPDto strategy;

	public Content4UnitResumeBCPDto() {
		super();
	}

	public Content4UnitResumeBCPDto(StrategySection4UnitResumeBCPDto strategy) {
		super();
		this.strategy = strategy;
	}

	public StrategySection4UnitResumeBCPDto getStrategy() {
		return strategy;
	}

	public void setStrategy(StrategySection4UnitResumeBCPDto strategy) {
		this.strategy = strategy;
	}

	
	
}
