|
|
|
@ -48,7 +48,7 @@ public class HandsOnQuery extends PageParam {
|
|
|
|
|
private String orgIdText;
|
|
|
|
|
|
|
|
|
|
private String CourseInfoFullIdStr;
|
|
|
|
|
private String handsOnFrom;
|
|
|
|
|
private String dataType;
|
|
|
|
|
|
|
|
|
|
public Long getCourseInfoId_0() {
|
|
|
|
|
return courseInfoId_0;
|
|
|
|
@ -206,14 +206,6 @@ public class HandsOnQuery extends PageParam {
|
|
|
|
|
CourseInfoFullIdStr = courseInfoFullIdStr;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getHandsOnFrom() {
|
|
|
|
|
return handsOnFrom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setHandsOnFrom(String handsOnFrom) {
|
|
|
|
|
this.handsOnFrom = handsOnFrom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getOrgIdText() {
|
|
|
|
|
return orgIdText;
|
|
|
|
|
}
|
|
|
|
@ -221,4 +213,12 @@ public class HandsOnQuery extends PageParam {
|
|
|
|
|
public void setOrgIdText(String orgIdText) {
|
|
|
|
|
this.orgIdText = orgIdText;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getDataType() {
|
|
|
|
|
return dataType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setDataType(String dataType) {
|
|
|
|
|
this.dataType = dataType;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|