package com.bizofficer.module.questionmrmt;


public class QuestionMapperBeanMRMT {

	private ItemBeanMRMT item;

	public ItemBeanMRMT getItem() {
		return item;
	}

	public void setItem(ItemBeanMRMT item) {
		this.item = item;
	}

	

	

	
	
	
}
