first commit
This commit is contained in:
316
hrmsEjb/wenrgise/hrms/bean/HrmATDTransOrderForSingleEmpBean.java
Normal file
316
hrmsEjb/wenrgise/hrms/bean/HrmATDTransOrderForSingleEmpBean.java
Normal file
@@ -0,0 +1,316 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseHeaderBean;
|
||||
|
||||
public class HrmATDTransOrderForSingleEmpBean extends BaseHeaderBean implements Serializable {
|
||||
private String orderNo;
|
||||
|
||||
private String orderDate;
|
||||
|
||||
private String orderStatus;
|
||||
|
||||
private String orderNoID;
|
||||
|
||||
private String orderType;
|
||||
|
||||
private String remarks;
|
||||
|
||||
private String noOfDays;
|
||||
|
||||
private String reportingDate;
|
||||
|
||||
private String trnsfrEffectDate;
|
||||
|
||||
private String reportingEmpId;
|
||||
|
||||
private String toSite;
|
||||
|
||||
private String fromSite;
|
||||
|
||||
private String applicationDate;
|
||||
|
||||
private String empName;
|
||||
|
||||
private String applnNo;
|
||||
|
||||
private String toSiteID;
|
||||
|
||||
private String empID;
|
||||
|
||||
private String applnNoID;
|
||||
|
||||
private String headerPrimaryKey1;
|
||||
|
||||
private String fromSiteID;
|
||||
|
||||
private String toDesignation;
|
||||
|
||||
private String reptEmpID;
|
||||
|
||||
private String reptEmpGrade;
|
||||
|
||||
private String fromDesignation;
|
||||
|
||||
private String approverNoId;
|
||||
|
||||
private String approverName;
|
||||
|
||||
private String selfOffice;
|
||||
|
||||
private String disabSelfOffice;
|
||||
|
||||
private String fromWorkGroup;
|
||||
|
||||
private String toWorkGroup;
|
||||
|
||||
private String toWorkGroupCode;
|
||||
|
||||
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 getOrderStatus() {
|
||||
return this.orderStatus;
|
||||
}
|
||||
|
||||
public void setOrderStatus(String newOrderStatus) {
|
||||
this.orderStatus = newOrderStatus;
|
||||
}
|
||||
|
||||
public String getOrderNoID() {
|
||||
return this.orderNoID;
|
||||
}
|
||||
|
||||
public void setOrderNoID(String newOrderNoID) {
|
||||
this.orderNoID = newOrderNoID;
|
||||
}
|
||||
|
||||
public String getOrderType() {
|
||||
return this.orderType;
|
||||
}
|
||||
|
||||
public void setOrderType(String newOrderType) {
|
||||
this.orderType = newOrderType;
|
||||
}
|
||||
|
||||
public String getRemarks() {
|
||||
return this.remarks;
|
||||
}
|
||||
|
||||
public void setRemarks(String newRemarks) {
|
||||
this.remarks = newRemarks;
|
||||
}
|
||||
|
||||
public String getNoOfDays() {
|
||||
return this.noOfDays;
|
||||
}
|
||||
|
||||
public void setNoOfDays(String newNoOfDays) {
|
||||
this.noOfDays = newNoOfDays;
|
||||
}
|
||||
|
||||
public String getReportingDate() {
|
||||
return this.reportingDate;
|
||||
}
|
||||
|
||||
public void setReportingDate(String newReportingDate) {
|
||||
this.reportingDate = newReportingDate;
|
||||
}
|
||||
|
||||
public String getTrnsfrEffectDate() {
|
||||
return this.trnsfrEffectDate;
|
||||
}
|
||||
|
||||
public void setTrnsfrEffectDate(String newTrnsfrEffectDate) {
|
||||
this.trnsfrEffectDate = newTrnsfrEffectDate;
|
||||
}
|
||||
|
||||
public String getReportingEmpId() {
|
||||
return this.reportingEmpId;
|
||||
}
|
||||
|
||||
public void setReportingEmpId(String newReportingEmpId) {
|
||||
this.reportingEmpId = newReportingEmpId;
|
||||
}
|
||||
|
||||
public String getToSite() {
|
||||
return this.toSite;
|
||||
}
|
||||
|
||||
public void setToSite(String newToSite) {
|
||||
this.toSite = newToSite;
|
||||
}
|
||||
|
||||
public String getFromSite() {
|
||||
return this.fromSite;
|
||||
}
|
||||
|
||||
public void setFromSite(String newFromSite) {
|
||||
this.fromSite = newFromSite;
|
||||
}
|
||||
|
||||
public String getApplicationDate() {
|
||||
return this.applicationDate;
|
||||
}
|
||||
|
||||
public void setApplicationDate(String newApplicationDate) {
|
||||
this.applicationDate = newApplicationDate;
|
||||
}
|
||||
|
||||
public String getEmpName() {
|
||||
return this.empName;
|
||||
}
|
||||
|
||||
public void setEmpName(String newEmpName) {
|
||||
this.empName = newEmpName;
|
||||
}
|
||||
|
||||
public String getApplnNo() {
|
||||
return this.applnNo;
|
||||
}
|
||||
|
||||
public void setApplnNo(String newApplnNo) {
|
||||
this.applnNo = newApplnNo;
|
||||
}
|
||||
|
||||
public String getToSiteID() {
|
||||
return this.toSiteID;
|
||||
}
|
||||
|
||||
public void setToSiteID(String newToSiteID) {
|
||||
this.toSiteID = newToSiteID;
|
||||
}
|
||||
|
||||
public String getEmpID() {
|
||||
return this.empID;
|
||||
}
|
||||
|
||||
public void setEmpID(String newEmpID) {
|
||||
this.empID = newEmpID;
|
||||
}
|
||||
|
||||
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 getFromSiteID() {
|
||||
return this.fromSiteID;
|
||||
}
|
||||
|
||||
public void setFromSiteID(String newFromSiteID) {
|
||||
this.fromSiteID = newFromSiteID;
|
||||
}
|
||||
|
||||
public String getToDesignation() {
|
||||
return this.toDesignation;
|
||||
}
|
||||
|
||||
public void setToDesignation(String newToDesignation) {
|
||||
this.toDesignation = newToDesignation;
|
||||
}
|
||||
|
||||
public String getReptEmpID() {
|
||||
return this.reptEmpID;
|
||||
}
|
||||
|
||||
public void setReptEmpID(String newReptEmpID) {
|
||||
this.reptEmpID = newReptEmpID;
|
||||
}
|
||||
|
||||
public String getReptEmpGrade() {
|
||||
return this.reptEmpGrade;
|
||||
}
|
||||
|
||||
public void setReptEmpGrade(String newReptEmpGrade) {
|
||||
this.reptEmpGrade = newReptEmpGrade;
|
||||
}
|
||||
|
||||
public String getFromDesignation() {
|
||||
return this.fromDesignation;
|
||||
}
|
||||
|
||||
public void setFromDesignation(String newFromDesignation) {
|
||||
this.fromDesignation = newFromDesignation;
|
||||
}
|
||||
|
||||
public String getApproverNoId() {
|
||||
return this.approverNoId;
|
||||
}
|
||||
|
||||
public void setApproverNoId(String newApproverNoId) {
|
||||
this.approverNoId = newApproverNoId;
|
||||
}
|
||||
|
||||
public String getApproverName() {
|
||||
return this.approverName;
|
||||
}
|
||||
|
||||
public void setApproverName(String newApproverName) {
|
||||
this.approverName = newApproverName;
|
||||
}
|
||||
|
||||
public String getSelfOffice() {
|
||||
return this.selfOffice;
|
||||
}
|
||||
|
||||
public void setSelfOffice(String newSelfOffice) {
|
||||
this.selfOffice = newSelfOffice;
|
||||
}
|
||||
|
||||
public String getDisabSelfOffice() {
|
||||
return this.disabSelfOffice;
|
||||
}
|
||||
|
||||
public void setDisabSelfOffice(String newDisabSelfOffice) {
|
||||
this.disabSelfOffice = newDisabSelfOffice;
|
||||
}
|
||||
|
||||
public String getFromWorkGroup() {
|
||||
return this.fromWorkGroup;
|
||||
}
|
||||
|
||||
public void setFromWorkGroup(String newFromWorkGroup) {
|
||||
this.fromWorkGroup = newFromWorkGroup;
|
||||
}
|
||||
|
||||
public String getToWorkGroupCode() {
|
||||
return this.toWorkGroupCode;
|
||||
}
|
||||
|
||||
public void setToWorkGroupCode(String newToWorkGroupCode) {
|
||||
this.toWorkGroupCode = newToWorkGroupCode;
|
||||
}
|
||||
|
||||
public String getToWorkGroup() {
|
||||
return this.toWorkGroup;
|
||||
}
|
||||
|
||||
public void setToWorkGroup(String newToWorkGroup) {
|
||||
this.toWorkGroup = newToWorkGroup;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user