first commit
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
package WEB-INF.classes.wenrgise.hrms.bean;
|
||||
|
||||
import wenrgise.common.bean.BaseHeaderBean;
|
||||
|
||||
public class HrmSepClrEmpHdrBean extends BaseHeaderBean {
|
||||
private String empNoId;
|
||||
|
||||
private String tmplDescId;
|
||||
|
||||
private String tmplDesc;
|
||||
|
||||
private String empNo;
|
||||
|
||||
public String getEmpNoId() {
|
||||
return this.empNoId;
|
||||
}
|
||||
|
||||
public void setEmpNoId(String newEmpNoId) {
|
||||
this.empNoId = newEmpNoId;
|
||||
}
|
||||
|
||||
public String getTmplDescId() {
|
||||
return this.tmplDescId;
|
||||
}
|
||||
|
||||
public void setTmplDescId(String newTmplDescId) {
|
||||
this.tmplDescId = newTmplDescId;
|
||||
}
|
||||
|
||||
public String getTmplDesc() {
|
||||
return this.tmplDesc;
|
||||
}
|
||||
|
||||
public void setTmplDesc(String newTmplDesc) {
|
||||
this.tmplDesc = newTmplDesc;
|
||||
}
|
||||
|
||||
public String getEmpNo() {
|
||||
return this.empNo;
|
||||
}
|
||||
|
||||
public void setEmpNo(String newEmpNo) {
|
||||
this.empNo = newEmpNo;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user