first commit
This commit is contained in:
346
hrmsEjb/wenrgise/hrms/bean/HrmTransferApplicationHdrBean.java
Normal file
346
hrmsEjb/wenrgise/hrms/bean/HrmTransferApplicationHdrBean.java
Normal file
@@ -0,0 +1,346 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseHeaderBean;
|
||||
|
||||
public class HrmTransferApplicationHdrBean extends BaseHeaderBean implements Serializable {
|
||||
private String applnNo;
|
||||
|
||||
private String employeeNo;
|
||||
|
||||
private String ofcNoteNo;
|
||||
|
||||
private String ofcNoteDate;
|
||||
|
||||
private String site1;
|
||||
|
||||
private String site2;
|
||||
|
||||
private String site3;
|
||||
|
||||
private String reason;
|
||||
|
||||
private String applnDate;
|
||||
|
||||
private String applnNoId;
|
||||
|
||||
private String fromSite;
|
||||
|
||||
private String applnType;
|
||||
|
||||
private String employeeNoId;
|
||||
|
||||
private String siteId;
|
||||
|
||||
private String siteCode;
|
||||
|
||||
private String site1Id;
|
||||
|
||||
private String site2Id;
|
||||
|
||||
private String site3Id;
|
||||
|
||||
private String trnsStatus;
|
||||
|
||||
private String empName;
|
||||
|
||||
private String siteCode1;
|
||||
|
||||
private String siteCode2;
|
||||
|
||||
private String siteCode3;
|
||||
|
||||
private String fromDesignation;
|
||||
|
||||
private String fromDesignationId;
|
||||
|
||||
private String toDesignation;
|
||||
|
||||
private String toDesignationId;
|
||||
|
||||
private String fromWorkGroup;
|
||||
|
||||
private String fromWorkGroupId;
|
||||
|
||||
private String toWorkGroupCode;
|
||||
|
||||
private String toWorkGroup;
|
||||
|
||||
private String toWorkGroupId;
|
||||
|
||||
private String selfOffice;
|
||||
|
||||
private String disabSelfOffice;
|
||||
|
||||
public String getApplnNo() {
|
||||
return this.applnNo;
|
||||
}
|
||||
|
||||
public void setApplnNo(String newApplnNo) {
|
||||
this.applnNo = newApplnNo;
|
||||
}
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
public String getOfcNoteNo() {
|
||||
return this.ofcNoteNo;
|
||||
}
|
||||
|
||||
public void setOfcNoteNo(String newOfcNoteNo) {
|
||||
this.ofcNoteNo = newOfcNoteNo;
|
||||
}
|
||||
|
||||
public String getOfcNoteDate() {
|
||||
return this.ofcNoteDate;
|
||||
}
|
||||
|
||||
public void setOfcNoteDate(String newOfcNoteDate) {
|
||||
this.ofcNoteDate = newOfcNoteDate;
|
||||
}
|
||||
|
||||
public String getSite1() {
|
||||
return this.site1;
|
||||
}
|
||||
|
||||
public void setSite1(String newSite1) {
|
||||
this.site1 = newSite1;
|
||||
}
|
||||
|
||||
public String getSite2() {
|
||||
return this.site2;
|
||||
}
|
||||
|
||||
public void setSite2(String newSite2) {
|
||||
this.site2 = newSite2;
|
||||
}
|
||||
|
||||
public String getSite3() {
|
||||
return this.site3;
|
||||
}
|
||||
|
||||
public void setSite3(String newSite3) {
|
||||
this.site3 = newSite3;
|
||||
}
|
||||
|
||||
public String getReason() {
|
||||
return this.reason;
|
||||
}
|
||||
|
||||
public void setReason(String newReason) {
|
||||
this.reason = newReason;
|
||||
}
|
||||
|
||||
public String getApplnDate() {
|
||||
return this.applnDate;
|
||||
}
|
||||
|
||||
public String getFromWorkGroup() {
|
||||
return this.fromWorkGroup;
|
||||
}
|
||||
|
||||
public void setFromWorkGroup(String newFromWorkGroup) {
|
||||
this.fromWorkGroup = newFromWorkGroup;
|
||||
}
|
||||
|
||||
public String getFromWorkGroupId() {
|
||||
return this.fromWorkGroupId;
|
||||
}
|
||||
|
||||
public void setFromWorkGroupId(String newFromWorkGroupId) {
|
||||
this.fromWorkGroupId = newFromWorkGroupId;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
public String getToWorkGroupId() {
|
||||
return this.toWorkGroupId;
|
||||
}
|
||||
|
||||
public void setToWorkGroupId(String newToWorkGroupId) {
|
||||
this.toWorkGroupId = newToWorkGroupId;
|
||||
}
|
||||
|
||||
public void setApplnDate(String newApplnDate) {
|
||||
this.applnDate = newApplnDate;
|
||||
}
|
||||
|
||||
public String getApplnNoId() {
|
||||
return this.applnNoId;
|
||||
}
|
||||
|
||||
public void setApplnNoId(String newApplnNoId) {
|
||||
this.applnNoId = newApplnNoId;
|
||||
}
|
||||
|
||||
public String getFromSite() {
|
||||
return this.fromSite;
|
||||
}
|
||||
|
||||
public void setFromSite(String newFromSite) {
|
||||
this.fromSite = newFromSite;
|
||||
}
|
||||
|
||||
public String getApplnType() {
|
||||
return this.applnType;
|
||||
}
|
||||
|
||||
public void setApplnType(String newApplnType) {
|
||||
this.applnType = newApplnType;
|
||||
}
|
||||
|
||||
public String getEmployeeNoId() {
|
||||
return this.employeeNoId;
|
||||
}
|
||||
|
||||
public void setEmployeeNoId(String newEmployeeNoId) {
|
||||
this.employeeNoId = newEmployeeNoId;
|
||||
}
|
||||
|
||||
public String getSiteId() {
|
||||
return this.siteId;
|
||||
}
|
||||
|
||||
public void setSiteId(String newSiteId) {
|
||||
this.siteId = newSiteId;
|
||||
}
|
||||
|
||||
public String getSiteCode() {
|
||||
return this.siteCode;
|
||||
}
|
||||
|
||||
public void setSiteCode(String newSiteCode) {
|
||||
this.siteCode = newSiteCode;
|
||||
}
|
||||
|
||||
public String getSite1Id() {
|
||||
return this.site1Id;
|
||||
}
|
||||
|
||||
public void setSite1Id(String newSite1Id) {
|
||||
this.site1Id = newSite1Id;
|
||||
}
|
||||
|
||||
public String getSite2Id() {
|
||||
return this.site2Id;
|
||||
}
|
||||
|
||||
public void setSite2Id(String newSite2Id) {
|
||||
this.site2Id = newSite2Id;
|
||||
}
|
||||
|
||||
public String getSite3Id() {
|
||||
return this.site3Id;
|
||||
}
|
||||
|
||||
public void setSite3Id(String newSite3Id) {
|
||||
this.site3Id = newSite3Id;
|
||||
}
|
||||
|
||||
public String getTrnsStatus() {
|
||||
return this.trnsStatus;
|
||||
}
|
||||
|
||||
public void setTrnsStatus(String newTrnsStatus) {
|
||||
this.trnsStatus = newTrnsStatus;
|
||||
}
|
||||
|
||||
public String getEmpName() {
|
||||
return this.empName;
|
||||
}
|
||||
|
||||
public void setEmpName(String newEmpName) {
|
||||
this.empName = newEmpName;
|
||||
}
|
||||
|
||||
public String getSiteCode1() {
|
||||
return this.siteCode1;
|
||||
}
|
||||
|
||||
public void setSiteCode1(String newSiteCode1) {
|
||||
this.siteCode1 = newSiteCode1;
|
||||
}
|
||||
|
||||
public String getSiteCode2() {
|
||||
return this.siteCode2;
|
||||
}
|
||||
|
||||
public void setSiteCode2(String newSiteCode2) {
|
||||
this.siteCode2 = newSiteCode2;
|
||||
}
|
||||
|
||||
public String getSiteCode3() {
|
||||
return this.siteCode3;
|
||||
}
|
||||
|
||||
public void setSiteCode3(String newSiteCode3) {
|
||||
this.siteCode3 = newSiteCode3;
|
||||
}
|
||||
|
||||
public String getFromDesignation() {
|
||||
return this.fromDesignation;
|
||||
}
|
||||
|
||||
public void setFromDesignation(String newFromDesignation) {
|
||||
this.fromDesignation = newFromDesignation;
|
||||
}
|
||||
|
||||
public String getFromDesignationId() {
|
||||
return this.fromDesignationId;
|
||||
}
|
||||
|
||||
public void setFromDesignationId(String newFromDesignationId) {
|
||||
this.fromDesignationId = newFromDesignationId;
|
||||
}
|
||||
|
||||
public String getToDesignation() {
|
||||
return this.toDesignation;
|
||||
}
|
||||
|
||||
public void setToDesignation(String newToDesignation) {
|
||||
this.toDesignation = newToDesignation;
|
||||
}
|
||||
|
||||
public String getToDesignationId() {
|
||||
return this.toDesignationId;
|
||||
}
|
||||
|
||||
public void setToDesignationId(String newToDesignationId) {
|
||||
this.toDesignationId = newToDesignationId;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user