package wenrgise.hrms.bean; import java.io.Serializable; import wenrgise.common.bean.BaseDetailBean; public class HrmEmpPersJoinInfDtlBean extends BaseDetailBean implements Serializable { private String baseSiteId; private String entryModeCode; private String employeeStatusCode; private String separationId; private String costId; private String accSite; private String accSiteId; private String costCode; private String entryModeId; private String baseSite; private String empStatId; private String sepCode; private String compJoiningDate; private String tentativeConfDate; private String placeOfInitialPosting; private String entryMode; private String refNo; private String orderNo; private String orderDate; private String paymentType; private String bankCode; private String bankName; private String accountNumber; private String employeeStatus; private String statusEffectDate; private String retirementDate; private String accountingSite; private String separationType; private String costCentre; private String bankId; private String branchName; private String jobRespId; private String jobResp; private String disabbutjobResp; public String getBaseSiteId() { return this.baseSiteId; } public void setBaseSiteId(String newBaseSiteId) { this.baseSiteId = newBaseSiteId; } public String getEntryModeCode() { return this.entryModeCode; } public void setEntryModeCode(String newEntryModeCode) { this.entryModeCode = newEntryModeCode; } public String getEmployeeStatusCode() { return this.employeeStatusCode; } public void setEmployeeStatusCode(String newEmployeeStatusCode) { this.employeeStatusCode = newEmployeeStatusCode; } public String getSeparationId() { return this.separationId; } public void setSeparationId(String newSeparationId) { this.separationId = newSeparationId; } public String getCostId() { return this.costId; } public void setCostId(String newCostId) { this.costId = newCostId; } public String getAccSite() { return this.accSite; } public void setAccSite(String newAccSite) { this.accSite = newAccSite; } public String getAccSiteId() { return this.accSiteId; } public void setAccSiteId(String newAccSiteId) { this.accSiteId = newAccSiteId; } public String getCostCode() { return this.costCode; } public void setCostCode(String newCostCode) { this.costCode = newCostCode; } public String getEntryModeId() { return this.entryModeId; } public void setEntryModeId(String newEntryModeId) { this.entryModeId = newEntryModeId; } public String getBaseSite() { return this.baseSite; } public void setBaseSite(String newBaseSite) { this.baseSite = newBaseSite; } public String getEmpStatId() { return this.empStatId; } public void setEmpStatId(String newEmpStatId) { this.empStatId = newEmpStatId; } public String getSepCode() { return this.sepCode; } public void setSepCode(String newSepCode) { this.sepCode = newSepCode; } public String getCompJoiningDate() { return this.compJoiningDate; } public void setCompJoiningDate(String newCompJoiningDate) { this.compJoiningDate = newCompJoiningDate; } public String getTentativeConfDate() { return this.tentativeConfDate; } public void setTentativeConfDate(String newTentativeConfDate) { this.tentativeConfDate = newTentativeConfDate; } public String getPlaceOfInitialPosting() { return this.placeOfInitialPosting; } public void setPlaceOfInitialPosting(String newPlaceOfInitialPosting) { this.placeOfInitialPosting = newPlaceOfInitialPosting; } public String getEntryMode() { return this.entryMode; } public void setEntryMode(String newEntryMode) { this.entryMode = newEntryMode; } public String getRefNo() { return this.refNo; } public void setRefNo(String newRefNo) { this.refNo = newRefNo; } 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 getPaymentType() { return this.paymentType; } public void setPaymentType(String newPaymentType) { this.paymentType = newPaymentType; } public String getBankCode() { return this.bankCode; } public void setBankCode(String newBankCode) { this.bankCode = newBankCode; } public String getBankName() { return this.bankName; } public void setBankName(String newBankName) { this.bankName = newBankName; } public String getAccountNumber() { return this.accountNumber; } public void setAccountNumber(String newAccountNumber) { this.accountNumber = newAccountNumber; } public String getEmployeeStatus() { return this.employeeStatus; } public void setEmployeeStatus(String newEmployeeStatus) { this.employeeStatus = newEmployeeStatus; } public String getStatusEffectDate() { return this.statusEffectDate; } public void setStatusEffectDate(String newStatusEffectDate) { this.statusEffectDate = newStatusEffectDate; } public String getRetirementDate() { return this.retirementDate; } public void setRetirementDate(String newRetirementDate) { this.retirementDate = newRetirementDate; } public String getAccountingSite() { return this.accountingSite; } public void setAccountingSite(String newAccountingSite) { this.accountingSite = newAccountingSite; } public String getSeparationType() { return this.separationType; } public void setSeparationType(String newSeparationType) { this.separationType = newSeparationType; } public String getCostCentre() { return this.costCentre; } public void setCostCentre(String newCostCentre) { this.costCentre = newCostCentre; } public String getBankId() { return this.bankId; } public void setBankId(String newBankId) { this.bankId = newBankId; } public String getBranchName() { return this.branchName; } public void setBranchName(String newBranchName) { this.branchName = newBranchName; } public String getJobRespId() { return this.jobRespId; } public void setJobRespId(String newJobRespId) { this.jobRespId = newJobRespId; } public String getJobResp() { return this.jobResp; } public void setJobResp(String newJobResp) { this.jobResp = newJobResp; } public String getDisabbutjobResp() { return this.disabbutjobResp; } public void setDisabbutjobResp(String newDisabbutjobResp) { this.disabbutjobResp = newDisabbutjobResp; } }