package com.bizofficer.module.questioncd;


public class QuestionMapperBeanCD {

	private ItemBeanCD item;

	public ItemBeanCD getItem() {
		return item;
	}

	public void setItem(ItemBeanCD item) {
		this.item = item;
	}

	

	

	
	
	
}
