package com.bizofficer.module.questionmrmt;


public class QuestionBeanMRMT {

	private String title;

	public String getTitle() {
		return title;
	}

	public void setTitle(String title) {
		this.title = title;
	}
	
	
	

	

	

	
	
	
}
