package com.bizofficer.apiweb.testdetail;

public class BeanTesting {

	private Integer testId, testType, topicId, testRootId, testOption, totalQuestion, totalTime, testNodeId, organisationId;
	private String responseTxt, classTestId, testDetail, testSession, studentId, testTitle, marksDivision, searchFlag, searchQuery, questionType;
	private Double fullmarks, marksCorrectAnswer, marksIncorrectAnswer, marksNotAttempted;
	
	
	//totalQuestion=30&totalTime=30&marksCorrectAnswer=1&marksIncorrectAnswer=0&marksNotAttempted=0&searchFlag=Topic&searchQuery=CHEMISTRY&topicId=33
	public Integer getTestId() {
		return testId;
	}

	public void setTestId(Integer testId) {
		this.testId = testId;
	}

	public Integer getTestType() {
		return testType;
	}

	public void setTestType(Integer testType) {
		this.testType = testType;
	}

	public String getTestSession() {
		return testSession;
	}

	public void setTestSession(String testSession) {
		this.testSession = testSession;
	}

	public String getStudentId() {
		return studentId;
	}

	public void setStudentId(String studentId) {
		this.studentId = studentId;
	}

	public Integer getTestRootId() {
		return testRootId;
	}

	public void setTestRootId(Integer testRootId) {
		this.testRootId = testRootId;
	}

	public Integer getTestOption() {
		return testOption;
	}

	public void setTestOption(Integer testOption) {
		this.testOption = testOption;
	}

	public String getTestTitle() {
		return testTitle;
	}

	public void setTestTitle(String testTitle) {
		this.testTitle = testTitle;
	}

	public Integer getTotalQuestion() {
		return totalQuestion;
	}

	public void setTotalQuestion(Integer totalQuestion) {
		this.totalQuestion = totalQuestion;
	}

	public Integer getTotalTime() {
		return totalTime;
	}

	public void setTotalTime(Integer totalTime) {
		this.totalTime = totalTime;
	}

	public String getMarksDivision() {
		return marksDivision;
	}

	public void setMarksDivision(String marksDivision) {
		this.marksDivision = marksDivision;
	}

	public Double getFullmarks() {
		return fullmarks;
	}

	public void setFullmarks(Double fullmarks) {
		this.fullmarks = fullmarks;
	}

	public Integer getTestNodeId() {
		return testNodeId;
	}

	public void setTestNodeId(Integer testNodeId) {
		this.testNodeId = testNodeId;
	}

	public Integer getOrganisationId() {
		return organisationId;
	}

	public void setOrganisationId(Integer organisationId) {
		this.organisationId = organisationId;
	}

	
	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;
	}

	public Double getMarksCorrectAnswer() {
		return marksCorrectAnswer;
	}

	public void setMarksCorrectAnswer(Double marksCorrectAnswer) {
		this.marksCorrectAnswer = marksCorrectAnswer;
	}

	public Double getMarksIncorrectAnswer() {
		return marksIncorrectAnswer;
	}

	public void setMarksIncorrectAnswer(Double marksIncorrectAnswer) {
		this.marksIncorrectAnswer = marksIncorrectAnswer;
	}

	public Double getMarksNotAttempted() {
		return marksNotAttempted;
	}

	public void setMarksNotAttempted(Double marksNotAttempted) {
		this.marksNotAttempted = marksNotAttempted;
	}

	public String getTestDetail() {
		return testDetail;
	}

	public void setTestDetail(String testDetail) {
		this.testDetail = testDetail;
	}

	public String getQuestionType() {
		return questionType;
	}

	public void setQuestionType(String questionType) {
		this.questionType = questionType;
	}

	public String getClassTestId() {
		return classTestId;
	}

	public void setClassTestId(String classTestId) {
		this.classTestId = classTestId;
	}

	public Integer getTopicId() {
		return topicId;
	}

	public void setTopicId(Integer topicId) {
		this.topicId = topicId;
	}

	public String getResponseTxt() {
		return responseTxt;
	}

	public void setResponseTxt(String responseTxt) {
		this.responseTxt = responseTxt;
	}

	
	
	
	
	
	

	

	
	
	
}
