Files
HRMS/hrmsWeb/WEB-INF/classes/wenrgise/hrms/bean/HrmATDDeputOrderSngEmpHdrBean.java
2025-07-28 13:56:49 +05:30

237 lines
4.5 KiB
Java

package WEB-INF.classes.wenrgise.hrms.bean;
import java.io.Serializable;
import wenrgise.common.bean.BaseHeaderBean;
public class HrmATDDeputOrderSngEmpHdrBean extends BaseHeaderBean implements Serializable {
String orderNo;
String orderDate;
String deputType;
String orderStatus;
String applnNo;
String employeeName;
String applicationDate;
String toOrg;
String toPost;
String deptnEffectDate;
String reportingDate;
String remarks;
String applnNoId;
String headerPrimaryKey1;
String hdnOrderStatus;
String hdnDeputType;
private String deputStatus;
private String reptBackDate;
private String fax;
private String email;
private String phone;
private String mobilePhone;
String employeeNoId;
public String getOrderNo() {
return this.orderNo;
}
public void setOrderNo(String newOrderNo) {
this.orderNo = newOrderNo;
}
public String getOrderDate() {
return this.orderDate;
}
public void setOrderDate(String newOrderDate) {
this.orderDate = newOrderDate;
}
public String getDeputType() {
return this.deputType;
}
public void setDeputType(String newDeputType) {
this.deputType = newDeputType;
}
public String getOrderStatus() {
return this.orderStatus;
}
public void setOrderStatus(String newOrderStatus) {
this.orderStatus = newOrderStatus;
}
public String getApplnNo() {
return this.applnNo;
}
public void setApplnNo(String newApplnNo) {
this.applnNo = newApplnNo;
}
public String getEmployeeName() {
return this.employeeName;
}
public void setEmployeeName(String newEmployeeName) {
this.employeeName = newEmployeeName;
}
public String getApplicationDate() {
return this.applicationDate;
}
public void setApplicationDate(String newApplicationDate) {
this.applicationDate = newApplicationDate;
}
public String getToOrg() {
return this.toOrg;
}
public void setToOrg(String newToOrg) {
this.toOrg = newToOrg;
}
public String getToPost() {
return this.toPost;
}
public void setToPost(String newToPost) {
this.toPost = newToPost;
}
public String getDeptnEffectDate() {
return this.deptnEffectDate;
}
public void setDeptnEffectDate(String newDeptnEffectDate) {
this.deptnEffectDate = newDeptnEffectDate;
}
public String getReportingDate() {
return this.reportingDate;
}
public void setReportingDate(String newReportingDate) {
this.reportingDate = newReportingDate;
}
public String getRemarks() {
return this.remarks;
}
public void setRemarks(String newRemarks) {
this.remarks = newRemarks;
}
public String getApplnNoId() {
return this.applnNoId;
}
public void setApplnNoId(String newApplnNoId) {
this.applnNoId = newApplnNoId;
}
public String getHeaderPrimaryKey1() {
return this.headerPrimaryKey1;
}
public void setHeaderPrimaryKey1(String newHeaderPrimaryKey1) {
this.headerPrimaryKey1 = newHeaderPrimaryKey1;
}
public String getHdnOrderStatus() {
return this.hdnOrderStatus;
}
public void setHdnOrderStatus(String newHdnOrderStatus) {
this.hdnOrderStatus = newHdnOrderStatus;
}
public String getHdnDeputType() {
return this.hdnDeputType;
}
public void setHdnDeputType(String newHdnDeputType) {
this.hdnDeputType = newHdnDeputType;
}
public String getDeputStatus() {
return this.deputStatus;
}
public void setDeputStatus(String newDeputStatus) {
this.deputStatus = newDeputStatus;
}
public String getReptBackDate() {
return this.reptBackDate;
}
public void setReptBackDate(String newReptBackDate) {
this.reptBackDate = newReptBackDate;
}
public String getFax() {
return this.fax;
}
public void setFax(String newFax) {
this.fax = newFax;
}
public String getEmail() {
return this.email;
}
public void setEmail(String newEmail) {
this.email = newEmail;
}
public String getPhone() {
return this.phone;
}
public void setPhone(String newPhone) {
this.phone = newPhone;
}
public String getMobilePhone() {
return this.mobilePhone;
}
public void setMobilePhone(String newMobilePhone) {
this.mobilePhone = newMobilePhone;
}
public String getEmployeeNoId() {
return this.employeeNoId;
}
public void setEmployeeNoId(String newEmployeeNoId) {
this.employeeNoId = newEmployeeNoId;
}
}