package com.bizofficer.apiweb.testsubmit;

import java.math.BigDecimal;

public class QuestionSetBean {

	private Integer questionId, itemId, sectionId, topicId, timeSpent;
	private String correctResponse, studentResponse, sectionName;
	private BigDecimal correctAnswerMarks, incorrectAnswerMarks, notAnswerMarks;
	
	public Integer getQuestionId() {
		return questionId;
	}
	public void setQuestionId(Integer questionId) {
		this.questionId = questionId;
	}
	public Integer getItemId() {
		return itemId;
	}
	public void setItemId(Integer itemId) {
		this.itemId = itemId;
	}
	public Integer getSectionId() {
		return sectionId;
	}
	public void setSectionId(Integer sectionId) {
		this.sectionId = sectionId;
	}
	public Integer getTopicId() {
		return topicId;
	}
	public void setTopicId(Integer topicId) {
		this.topicId = topicId;
	}
	public Integer getTimeSpent() {
		return timeSpent;
	}
	public void setTimeSpent(Integer timeSpent) {
		this.timeSpent = timeSpent;
	}
	public String getCorrectResponse() {
		return correctResponse;
	}
	public void setCorrectResponse(String correctResponse) {
		this.correctResponse = correctResponse;
	}
	public String getStudentResponse() {
		return studentResponse;
	}
	public void setStudentResponse(String studentResponse) {
		this.studentResponse = studentResponse;
	}
	public BigDecimal getCorrectAnswerMarks() {
		return correctAnswerMarks;
	}
	public void setCorrectAnswerMarks(BigDecimal correctAnswerMarks) {
		this.correctAnswerMarks = correctAnswerMarks;
	}
	public BigDecimal getIncorrectAnswerMarks() {
		return incorrectAnswerMarks;
	}
	public void setIncorrectAnswerMarks(BigDecimal incorrectAnswerMarks) {
		this.incorrectAnswerMarks = incorrectAnswerMarks;
	}
	public BigDecimal getNotAnswerMarks() {
		return notAnswerMarks;
	}
	public void setNotAnswerMarks(BigDecimal notAnswerMarks) {
		this.notAnswerMarks = notAnswerMarks;
	}
	public String getSectionName() {
		return sectionName;
	}
	public void setSectionName(String sectionName) {
		this.sectionName = sectionName;
	}

	
	

	

	
	
	
}
