package com.bizofficer.module.questiontf;


public class ResprocessingBeanTF {

	private OutcomesBeanTF outcomes;
	private RespconditionBeanTF respcondition;
	
	
	public OutcomesBeanTF getOutcomes() {
		return outcomes;
	}
	public void setOutcomes(OutcomesBeanTF outcomes) {
		this.outcomes = outcomes;
	}
	public RespconditionBeanTF getRespcondition() {
		return respcondition;
	}
	public void setRespcondition(RespconditionBeanTF respcondition) {
		this.respcondition = respcondition;
	}
	
	
	
		
	
	

	

	

	
	
	
}
