package com.bizofficer.apiweb.testdetail;

import java.util.List;


public class TestingPageBean {

	private String responseTxt;
	private Integer testId;
	private Integer modelTestId;	
	private String testName;
	private Integer testType;
	private Integer totalTime;
	private Integer remainingTime, lastQuestionIndex;
	private String sectionLock, searchFlag, searchQuery;
	private Integer notAnsweredCount, incorrectCount, correctCount;
	private String scheduleId, subject;
	private List<SectionSetBean> sectionSet;
	private List<QuestionSetBean> questionSet;
	
	
	
	public Integer getTestId() {
		return testId;
	}
	public void setTestId(Integer testId) {
		this.testId = testId;
	}
	public String getTestName() {
		return testName;
	}
	public void setTestName(String testName) {
		this.testName = testName;
	}
	public Integer getTotalTime() {
		return totalTime;
	}
	public void setTotalTime(Integer totalTime) {
		this.totalTime = totalTime;
	}
	public String getSectionLock() {
		return sectionLock;
	}
	public void setSectionLock(String sectionLock) {
		this.sectionLock = sectionLock;
	}
	public List<SectionSetBean> getSectionSet() {
		return sectionSet;
	}
	public void setSectionSet(List<SectionSetBean> sectionSet) {
		this.sectionSet = sectionSet;
	}
	public List<QuestionSetBean> getQuestionSet() {
		return questionSet;
	}
	public void setQuestionSet(List<QuestionSetBean> questionSet) {
		this.questionSet = questionSet;
	}
	public Integer getModelTestId() {
		return modelTestId;
	}
	public void setModelTestId(Integer modelTestId) {
		this.modelTestId = modelTestId;
	}
	public Integer getTestType() {
		return testType;
	}
	public void setTestType(Integer testType) {
		this.testType = testType;
	}
	public Integer getNotAnsweredCount() {
		return notAnsweredCount;
	}
	public void setNotAnsweredCount(Integer notAnsweredCount) {
		this.notAnsweredCount = notAnsweredCount;
	}
	public Integer getIncorrectCount() {
		return incorrectCount;
	}
	public void setIncorrectCount(Integer incorrectCount) {
		this.incorrectCount = incorrectCount;
	}
	public Integer getCorrectCount() {
		return correctCount;
	}
	public void setCorrectCount(Integer correctCount) {
		this.correctCount = correctCount;
	}
	public Integer getRemainingTime() {
		return remainingTime;
	}
	public void setRemainingTime(Integer remainingTime) {
		this.remainingTime = remainingTime;
	}
	public Integer getLastQuestionIndex() {
		return lastQuestionIndex;
	}
	public void setLastQuestionIndex(Integer lastQuestionIndex) {
		this.lastQuestionIndex = lastQuestionIndex;
	}
	public String getResponseTxt() {
		return responseTxt;
	}
	public void setResponseTxt(String responseTxt) {
		this.responseTxt = responseTxt;
	}
	public String getScheduleId() {
		return scheduleId;
	}
	public void setScheduleId(String scheduleId) {
		this.scheduleId = scheduleId;
	}
	public String getSubject() {
		return subject;
	}
	public void setSubject(String subject) {
		this.subject = subject;
	}
	public String getSearchFlag() {
		return searchFlag;
	}
	public void setSearchFlag(String searchFlag) {
		this.searchFlag = searchFlag;
	}
	public String getSearchQuery() {
		return searchQuery;
	}
	public void setSearchQuery(String searchQuery) {
		this.searchQuery = searchQuery;
	}
	
	
	
	
	
	

	

	
	
	
}
