package com.bizofficer.module.questionmrmt;


public class ResponseLabelBeanMRMT {

	private String ident;
	private FlowMatBeanMRMT flow_mat;
	
	
	public String getIdent() {
		return ident;
	}
	public void setIdent(String ident) {
		this.ident = ident;
	}
	public FlowMatBeanMRMT getFlow_mat() {
		return flow_mat;
	}
	public void setFlow_mat(FlowMatBeanMRMT flow_mat) {
		this.flow_mat = flow_mat;
	}

	
	
	
	
	

	

	
	
	
}
