|
|
|
@ -40,7 +40,7 @@ public class TeacherOpenCourseQuestionLogQuery extends PageParam {
|
|
|
|
|
private Long userId;
|
|
|
|
|
|
|
|
|
|
private String teacherOpenCourseQuestionLogIdPlural;
|
|
|
|
|
private String teacherOpenCourseQuestionLogFromIdPlural;
|
|
|
|
|
private String resourcesQuestionSnapshotFromIdPlural;
|
|
|
|
|
private String resourcesQuestionSnapshotIdPlural;
|
|
|
|
|
private String teacherOpenCourseQuestionLogStatusPlural;
|
|
|
|
|
private String studentIdPlural;
|
|
|
|
@ -140,12 +140,15 @@ public class TeacherOpenCourseQuestionLogQuery extends PageParam {
|
|
|
|
|
public void setTeacherOpenCourseQuestionLogIdPlural(String teacherOpenCourseQuestionLogIdPlural){
|
|
|
|
|
this.teacherOpenCourseQuestionLogIdPlural = teacherOpenCourseQuestionLogIdPlural;
|
|
|
|
|
}
|
|
|
|
|
public String getTeacherOpenCourseQuestionLogFromIdPlural(){
|
|
|
|
|
return teacherOpenCourseQuestionLogFromIdPlural;
|
|
|
|
|
|
|
|
|
|
public String getResourcesQuestionSnapshotFromIdPlural() {
|
|
|
|
|
return resourcesQuestionSnapshotFromIdPlural;
|
|
|
|
|
}
|
|
|
|
|
public void setTeacherOpenCourseQuestionLogFromIdPlural(String teacherOpenCourseQuestionLogFromIdPlural){
|
|
|
|
|
this.teacherOpenCourseQuestionLogFromIdPlural = teacherOpenCourseQuestionLogFromIdPlural;
|
|
|
|
|
|
|
|
|
|
public void setResourcesQuestionSnapshotFromIdPlural(String resourcesQuestionSnapshotFromIdPlural) {
|
|
|
|
|
this.resourcesQuestionSnapshotFromIdPlural = resourcesQuestionSnapshotFromIdPlural;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getResourcesQuestionSnapshotIdPlural(){
|
|
|
|
|
return resourcesQuestionSnapshotIdPlural;
|
|
|
|
|
}
|
|
|
|
|