package com.bizofficer.module.questionmrmt;


public class PresentationBeanMRMT {

	private String label;
	private FlowBeanMRMT flow;
	
	
	public String getLabel() {
		return label;
	}
	public void setLabel(String label) {
		this.label = label;
	}
	public FlowBeanMRMT getFlow() {
		return flow;
	}
	public void setFlow(FlowBeanMRMT flow) {
		this.flow = flow;
	}
	

	

	

	
	
	
}
