|
|
|
@ -49,6 +49,7 @@ public class HandsOnQuery extends PageParam {
|
|
|
|
|
|
|
|
|
|
private String CourseInfoFullIdStr;
|
|
|
|
|
private String dataType;
|
|
|
|
|
private String handsOnStatusPlural;
|
|
|
|
|
|
|
|
|
|
public Long getCourseInfoId_0() {
|
|
|
|
|
return courseInfoId_0;
|
|
|
|
@ -221,4 +222,12 @@ public class HandsOnQuery extends PageParam {
|
|
|
|
|
public void setDataType(String dataType) {
|
|
|
|
|
this.dataType = dataType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getHandsOnStatusPlural() {
|
|
|
|
|
return handsOnStatusPlural;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setHandsOnStatusPlural(String handsOnStatusPlural) {
|
|
|
|
|
this.handsOnStatusPlural = handsOnStatusPlural;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|