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