| | |
| | | package com.mindskip.xzs.viewmodel.student.dashboard; |
| | | |
| | | |
| | | import org.joda.time.DateTime; |
| | | |
| | | import java.time.LocalDateTime; |
| | | import java.util.Date; |
| | | |
| | | public class PaperFilter { |
| | | private Integer userId; |
| | | private Date dateTime; |
| | | private Integer examPaperType; |
| | | private Integer[] examPaperType; |
| | | private Integer gradeLevel; |
| | | |
| | | private Integer subjectId; |
| | | |
| | | |
| | | public Integer getUserId() { |
| | | return userId; |
| | |
| | | this.dateTime = dateTime; |
| | | } |
| | | |
| | | public Integer getExamPaperType() { |
| | | public Integer[] getExamPaperType() { |
| | | return examPaperType; |
| | | } |
| | | |
| | | public void setExamPaperType(Integer examPaperType) { |
| | | public void setExamPaperType(Integer[] examPaperType) { |
| | | this.examPaperType = examPaperType; |
| | | } |
| | | |