first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
public class HrmAcademicQualRepForm extends HrmBaseForm {
|
||||
private String butInsertData;
|
||||
|
||||
private String disabbutInsertData;
|
||||
|
||||
public String getButInsertData() {
|
||||
return this.butInsertData;
|
||||
}
|
||||
|
||||
public void setButInsertData(String newButInsertData) {
|
||||
this.butInsertData = newButInsertData;
|
||||
}
|
||||
|
||||
public String getDisabbutInsertData() {
|
||||
return this.disabbutInsertData;
|
||||
}
|
||||
|
||||
public void setDisabbutInsertData(String newDisabbutInsertData) {
|
||||
this.disabbutInsertData = newDisabbutInsertData;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user