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