package com.bizofficer.teacher.schedule;

public class ScheduleResponseBean {

	private Long autoId;
	private String scheduleId, testTitle, questionType, className, testDateTime, createdById, subject ;
	private Integer id, topicTestId, totalQuestion, totalTime, topicId;
	private Double totalMark, markCorrectAns, markIncorrectAns, markNotAttempt;
	
	public String getScheduleId() {
		return scheduleId;
	}
	public void setScheduleId(String scheduleId) {
		this.scheduleId = scheduleId;
	}
	public String getTestTitle() {
		return testTitle;
	}
	public void setTestTitle(String testTitle) {
		this.testTitle = testTitle;
	}
	public String getQuestionType() {
		return questionType;
	}
	public void setQuestionType(String questionType) {
		this.questionType = questionType;
	}
	public String getClassName() {
		return className;
	}
	public void setClassName(String className) {
		this.className = className;
	}
	public String getTestDateTime() {
		return testDateTime;
	}
	public void setTestDateTime(String testDateTime) {
		this.testDateTime = testDateTime;
	}
	public Integer getTopicTestId() {
		return topicTestId;
	}
	public void setTopicTestId(Integer topicTestId) {
		this.topicTestId = topicTestId;
	}
	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 Double getTotalMark() {
		return totalMark;
	}
	public void setTotalMark(Double totalMark) {
		this.totalMark = totalMark;
	}
	public Double getMarkCorrectAns() {
		return markCorrectAns;
	}
	public void setMarkCorrectAns(Double markCorrectAns) {
		this.markCorrectAns = markCorrectAns;
	}
	public Double getMarkIncorrectAns() {
		return markIncorrectAns;
	}
	public void setMarkIncorrectAns(Double markIncorrectAns) {
		this.markIncorrectAns = markIncorrectAns;
	}
	public Double getMarkNotAttempt() {
		return markNotAttempt;
	}
	public void setMarkNotAttempt(Double markNotAttempt) {
		this.markNotAttempt = markNotAttempt;
	}
	public Long getAutoId() {
		return autoId;
	}
	public void setAutoId(Long autoId) {
		this.autoId = autoId;
	}
	public Integer getId() {
		return id;
	}
	public void setId(Integer id) {
		this.id = id;
	}
	public String getCreatedById() {
		return createdById;
	}
	public void setCreatedById(String createdById) {
		this.createdById = createdById;
	}
	public Integer getTopicId() {
		return topicId;
	}
	public void setTopicId(Integer topicId) {
		this.topicId = topicId;
	}
	public String getSubject() {
		return subject;
	}
	public void setSubject(String subject) {
		this.subject = subject;
	}
	
	
	
	

	
	

	
	
	
}
