Files
HRMS/hrmsEjb/wenrgise/hrms/bean/HrmAprslSpcTmplHdrBean.java
2025-07-28 13:56:49 +05:30

277 lines
5.1 KiB
Java

package wenrgise.hrms.bean;
import java.io.Serializable;
import wenrgise.common.bean.BaseHeaderBean;
public class HrmAprslSpcTmplHdrBean extends BaseHeaderBean implements Serializable {
String splTemplateName;
String templateName;
String siteCode;
String deptCode;
String empNo;
String stOrderNo;
String fromDate;
String toDate;
String selectAll;
String classHdr;
String classHdrDesc;
String classDtl;
String classDtlDesc;
String stOrderId;
String empId;
String deptId;
String siteId;
String classDtlId;
String classHdrId;
String templateNameId;
String siteDesc;
String empName;
String deptDesc;
private String disabsplTemplateName;
String employeeId;
String employeeName;
String empLoyeeNumber;
public String getSplTemplateName() {
return this.splTemplateName;
}
public void setSplTemplateName(String newSplTemplateName) {
this.splTemplateName = newSplTemplateName;
}
public String getTemplateName() {
return this.templateName;
}
public void setTemplateName(String newTemplateName) {
this.templateName = newTemplateName;
}
public String getSiteCode() {
return this.siteCode;
}
public void setSiteCode(String newSiteCode) {
this.siteCode = newSiteCode;
}
public String getDeptCode() {
return this.deptCode;
}
public void setDeptCode(String newDeptCode) {
this.deptCode = newDeptCode;
}
public String getEmpNo() {
return this.empNo;
}
public void setEmpNo(String newEmpNo) {
this.empNo = newEmpNo;
}
public String getStOrderNo() {
return this.stOrderNo;
}
public void setStOrderNo(String newStOrderNo) {
this.stOrderNo = newStOrderNo;
}
public String getFromDate() {
return this.fromDate;
}
public void setFromDate(String newFromDate) {
this.fromDate = newFromDate;
}
public String getToDate() {
return this.toDate;
}
public void setToDate(String newToDate) {
this.toDate = newToDate;
}
public String getSelectAll() {
return this.selectAll;
}
public void setSelectAll(String newSelectAll) {
this.selectAll = newSelectAll;
}
public String getClassHdr() {
return this.classHdr;
}
public void setClassHdr(String newClassHdr) {
this.classHdr = newClassHdr;
}
public String getClassHdrDesc() {
return this.classHdrDesc;
}
public void setClassHdrDesc(String newClassHdrDesc) {
this.classHdrDesc = newClassHdrDesc;
}
public String getClassDtl() {
return this.classDtl;
}
public void setClassDtl(String newClassDtl) {
this.classDtl = newClassDtl;
}
public String getClassDtlDesc() {
return this.classDtlDesc;
}
public void setClassDtlDesc(String newClassDtlDesc) {
this.classDtlDesc = newClassDtlDesc;
}
public String getStOrderId() {
return this.stOrderId;
}
public void setStOrderId(String newStOrderId) {
this.stOrderId = newStOrderId;
}
public String getEmpId() {
return this.empId;
}
public void setEmpId(String newEmpId) {
this.empId = newEmpId;
}
public String getDeptId() {
return this.deptId;
}
public void setDeptId(String newDeptId) {
this.deptId = newDeptId;
}
public String getSiteId() {
return this.siteId;
}
public void setSiteId(String newSiteId) {
this.siteId = newSiteId;
}
public String getClassDtlId() {
return this.classDtlId;
}
public void setClassDtlId(String newClassDtlId) {
this.classDtlId = newClassDtlId;
}
public String getClassHdrId() {
return this.classHdrId;
}
public void setClassHdrId(String newClassHdrId) {
this.classHdrId = newClassHdrId;
}
public String getTemplateNameId() {
return this.templateNameId;
}
public void setTemplateNameId(String newTemplateNameId) {
this.templateNameId = newTemplateNameId;
}
public String getSiteDesc() {
return this.siteDesc;
}
public void setSiteDesc(String newSiteDesc) {
this.siteDesc = newSiteDesc;
}
public String getEmpName() {
return this.empName;
}
public void setEmpName(String newEmpName) {
this.empName = newEmpName;
}
public String getDeptDesc() {
return this.deptDesc;
}
public void setDeptDesc(String newDeptDesc) {
this.deptDesc = newDeptDesc;
}
public String getDisabsplTemplateName() {
return this.disabsplTemplateName;
}
public void setDisabsplTemplateName(String newDisabsplTemplateName) {
this.disabsplTemplateName = newDisabsplTemplateName;
}
public String getEmployeeId() {
return this.employeeId;
}
public void setEmployeeId(String newEmployeeId) {
this.employeeId = newEmployeeId;
}
public String getEmployeeName() {
return this.employeeName;
}
public void setEmployeeName(String newEmployeeName) {
this.employeeName = newEmployeeName;
}
public String getEmpLoyeeNumber() {
return this.empLoyeeNumber;
}
public void setEmpLoyeeNumber(String newEmpLoyeeNumber) {
this.empLoyeeNumber = newEmpLoyeeNumber;
}
}