first commit
This commit is contained in:
566
hrmsEjb/wenrgise/hrms/bean/HrmLnAppHdrBean.java
Normal file
566
hrmsEjb/wenrgise/hrms/bean/HrmLnAppHdrBean.java
Normal file
@@ -0,0 +1,566 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseHeaderBean;
|
||||
|
||||
public class HrmLnAppHdrBean extends BaseHeaderBean implements Serializable {
|
||||
private String employeeNumber;
|
||||
|
||||
private String firstName;
|
||||
|
||||
private String loanCode;
|
||||
|
||||
private String middleName;
|
||||
|
||||
private String lastName;
|
||||
|
||||
private String loanDesc;
|
||||
|
||||
private String loanCodeId;
|
||||
|
||||
private String designation;
|
||||
|
||||
private String empId;
|
||||
|
||||
private String eligibleAmount;
|
||||
|
||||
private String appliedAmount;
|
||||
|
||||
private String applnDate;
|
||||
|
||||
private String sanctionDate;
|
||||
|
||||
private String noOfInstallment;
|
||||
|
||||
private String fullyRepaid;
|
||||
|
||||
private String reason;
|
||||
|
||||
private String remarks;
|
||||
|
||||
private String sanctionedAmount;
|
||||
|
||||
private String interestBalance;
|
||||
|
||||
private String principalBalance;
|
||||
|
||||
private String totalBalance;
|
||||
|
||||
private String interestPaid;
|
||||
|
||||
private String principalPaid;
|
||||
|
||||
private String totalAmountPaid;
|
||||
|
||||
private String noOfInstInterestPaid;
|
||||
|
||||
private String noOfInstPrincipalPaid;
|
||||
|
||||
private String noOfInstPaid;
|
||||
|
||||
private String approverName;
|
||||
|
||||
private String approverNoId;
|
||||
|
||||
private String instAmount;
|
||||
|
||||
private String totalInterestInst;
|
||||
|
||||
private String totalPrincipalInst;
|
||||
|
||||
private String totalInst;
|
||||
|
||||
private String payrollMonth;
|
||||
|
||||
private String loanDetails;
|
||||
|
||||
private String location;
|
||||
|
||||
private String grade;
|
||||
|
||||
private String hblAppliedFor;
|
||||
|
||||
private String hblBranhConst;
|
||||
|
||||
private String hblDocSubmitted;
|
||||
|
||||
private String hblCity;
|
||||
|
||||
private String hblPO;
|
||||
|
||||
private String hblDistrict;
|
||||
|
||||
private String hblMouza;
|
||||
|
||||
private String hblKhatian;
|
||||
|
||||
private String hblDag;
|
||||
|
||||
private String hblNoOfDeed;
|
||||
|
||||
private String hblParentDeed;
|
||||
|
||||
private String hblVolOfDeed;
|
||||
|
||||
private String hblBookNo;
|
||||
|
||||
private String hblPageNo;
|
||||
|
||||
private String hblRegisteredAt;
|
||||
|
||||
private String bulkAmount;
|
||||
|
||||
private String mode;
|
||||
|
||||
private String bulkFlag;
|
||||
|
||||
private String bulkPaymentDate;
|
||||
|
||||
public String getEmployeeNumber() {
|
||||
return this.employeeNumber;
|
||||
}
|
||||
|
||||
public void setEmployeeNumber(String newEmployeeNumber) {
|
||||
this.employeeNumber = newEmployeeNumber;
|
||||
}
|
||||
|
||||
public String getFirstName() {
|
||||
return this.firstName;
|
||||
}
|
||||
|
||||
public void setFirstName(String newFirstName) {
|
||||
this.firstName = newFirstName;
|
||||
}
|
||||
|
||||
public String getLoanCode() {
|
||||
return this.loanCode;
|
||||
}
|
||||
|
||||
public void setLoanCode(String newLoanCode) {
|
||||
this.loanCode = newLoanCode;
|
||||
}
|
||||
|
||||
public String getMiddleName() {
|
||||
return this.middleName;
|
||||
}
|
||||
|
||||
public void setMiddleName(String newMiddleName) {
|
||||
this.middleName = newMiddleName;
|
||||
}
|
||||
|
||||
public String getLastName() {
|
||||
return this.lastName;
|
||||
}
|
||||
|
||||
public void setLastName(String newLastName) {
|
||||
this.lastName = newLastName;
|
||||
}
|
||||
|
||||
public String getLoanDesc() {
|
||||
return this.loanDesc;
|
||||
}
|
||||
|
||||
public void setLoanDesc(String newLoanDesc) {
|
||||
this.loanDesc = newLoanDesc;
|
||||
}
|
||||
|
||||
public String getLoanCodeId() {
|
||||
return this.loanCodeId;
|
||||
}
|
||||
|
||||
public void setLoanCodeId(String newLoanCodeId) {
|
||||
this.loanCodeId = newLoanCodeId;
|
||||
}
|
||||
|
||||
public String getDesignation() {
|
||||
return this.designation;
|
||||
}
|
||||
|
||||
public void setDesignation(String newDesignation) {
|
||||
this.designation = newDesignation;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
|
||||
public String getEligibleAmount() {
|
||||
return this.eligibleAmount;
|
||||
}
|
||||
|
||||
public void setEligibleAmount(String newEligibleAmount) {
|
||||
this.eligibleAmount = newEligibleAmount;
|
||||
}
|
||||
|
||||
public String getAppliedAmount() {
|
||||
return this.appliedAmount;
|
||||
}
|
||||
|
||||
public void setAppliedAmount(String newAppliedAmount) {
|
||||
this.appliedAmount = newAppliedAmount;
|
||||
}
|
||||
|
||||
public String getApplnDate() {
|
||||
return this.applnDate;
|
||||
}
|
||||
|
||||
public void setApplnDate(String newApplnDate) {
|
||||
this.applnDate = newApplnDate;
|
||||
}
|
||||
|
||||
public String getSanctionDate() {
|
||||
return this.sanctionDate;
|
||||
}
|
||||
|
||||
public void setSanctionDate(String newSanctionDate) {
|
||||
this.sanctionDate = newSanctionDate;
|
||||
}
|
||||
|
||||
public String getNoOfInstallment() {
|
||||
return this.noOfInstallment;
|
||||
}
|
||||
|
||||
public void setNoOfInstallment(String newNoOfInstallment) {
|
||||
this.noOfInstallment = newNoOfInstallment;
|
||||
}
|
||||
|
||||
public String getFullyRepaid() {
|
||||
return this.fullyRepaid;
|
||||
}
|
||||
|
||||
public void setFullyRepaid(String newFullyRepaid) {
|
||||
this.fullyRepaid = newFullyRepaid;
|
||||
}
|
||||
|
||||
public String getReason() {
|
||||
return this.reason;
|
||||
}
|
||||
|
||||
public void setReason(String newReason) {
|
||||
this.reason = newReason;
|
||||
}
|
||||
|
||||
public String getRemarks() {
|
||||
return this.remarks;
|
||||
}
|
||||
|
||||
public void setRemarks(String newRemarks) {
|
||||
this.remarks = newRemarks;
|
||||
}
|
||||
|
||||
public String getSanctionedAmount() {
|
||||
return this.sanctionedAmount;
|
||||
}
|
||||
|
||||
public void setSanctionedAmount(String newSanctionedAmount) {
|
||||
this.sanctionedAmount = newSanctionedAmount;
|
||||
}
|
||||
|
||||
public String getInterestBalance() {
|
||||
return this.interestBalance;
|
||||
}
|
||||
|
||||
public void setInterestBalance(String newInterestBalance) {
|
||||
this.interestBalance = newInterestBalance;
|
||||
}
|
||||
|
||||
public String getPrincipalBalance() {
|
||||
return this.principalBalance;
|
||||
}
|
||||
|
||||
public void setPrincipalBalance(String newPrincipalBalance) {
|
||||
this.principalBalance = newPrincipalBalance;
|
||||
}
|
||||
|
||||
public String getTotalBalance() {
|
||||
return this.totalBalance;
|
||||
}
|
||||
|
||||
public void setTotalBalance(String newTotalBalance) {
|
||||
this.totalBalance = newTotalBalance;
|
||||
}
|
||||
|
||||
public String getInterestPaid() {
|
||||
return this.interestPaid;
|
||||
}
|
||||
|
||||
public void setInterestPaid(String newInterestPaid) {
|
||||
this.interestPaid = newInterestPaid;
|
||||
}
|
||||
|
||||
public String getPrincipalPaid() {
|
||||
return this.principalPaid;
|
||||
}
|
||||
|
||||
public void setPrincipalPaid(String newPrincipalPaid) {
|
||||
this.principalPaid = newPrincipalPaid;
|
||||
}
|
||||
|
||||
public String getTotalAmountPaid() {
|
||||
return this.totalAmountPaid;
|
||||
}
|
||||
|
||||
public void setTotalAmountPaid(String newTotalAmountPaid) {
|
||||
this.totalAmountPaid = newTotalAmountPaid;
|
||||
}
|
||||
|
||||
public String getNoOfInstInterestPaid() {
|
||||
return this.noOfInstInterestPaid;
|
||||
}
|
||||
|
||||
public void setNoOfInstInterestPaid(String newNoOfInstInterestPaid) {
|
||||
this.noOfInstInterestPaid = newNoOfInstInterestPaid;
|
||||
}
|
||||
|
||||
public String getNoOfInstPrincipalPaid() {
|
||||
return this.noOfInstPrincipalPaid;
|
||||
}
|
||||
|
||||
public void setNoOfInstPrincipalPaid(String newNoOfInstPrincipalPaid) {
|
||||
this.noOfInstPrincipalPaid = newNoOfInstPrincipalPaid;
|
||||
}
|
||||
|
||||
public String getNoOfInstPaid() {
|
||||
return this.noOfInstPaid;
|
||||
}
|
||||
|
||||
public void setNoOfInstPaid(String newNoOfInstPaid) {
|
||||
this.noOfInstPaid = newNoOfInstPaid;
|
||||
}
|
||||
|
||||
public String getApproverName() {
|
||||
return this.approverName;
|
||||
}
|
||||
|
||||
public void setApproverName(String newApproverName) {
|
||||
this.approverName = newApproverName;
|
||||
}
|
||||
|
||||
public String getApproverNoId() {
|
||||
return this.approverNoId;
|
||||
}
|
||||
|
||||
public void setApproverNoId(String newApproverNoId) {
|
||||
this.approverNoId = newApproverNoId;
|
||||
}
|
||||
|
||||
public String getInstAmount() {
|
||||
return this.instAmount;
|
||||
}
|
||||
|
||||
public void setInstAmount(String newInstAmount) {
|
||||
this.instAmount = newInstAmount;
|
||||
}
|
||||
|
||||
public String getTotalInterestInst() {
|
||||
return this.totalInterestInst;
|
||||
}
|
||||
|
||||
public void setTotalInterestInst(String newTotalInterestInst) {
|
||||
this.totalInterestInst = newTotalInterestInst;
|
||||
}
|
||||
|
||||
public String getTotalPrincipalInst() {
|
||||
return this.totalPrincipalInst;
|
||||
}
|
||||
|
||||
public void setTotalPrincipalInst(String newTotalPrincipalInst) {
|
||||
this.totalPrincipalInst = newTotalPrincipalInst;
|
||||
}
|
||||
|
||||
public String getTotalInst() {
|
||||
return this.totalInst;
|
||||
}
|
||||
|
||||
public void setTotalInst(String newTotalInst) {
|
||||
this.totalInst = newTotalInst;
|
||||
}
|
||||
|
||||
public String getPayrollMonth() {
|
||||
return this.payrollMonth;
|
||||
}
|
||||
|
||||
public void setPayrollMonth(String newPayrollMonth) {
|
||||
this.payrollMonth = newPayrollMonth;
|
||||
}
|
||||
|
||||
public String getLoanDetails() {
|
||||
return this.loanDetails;
|
||||
}
|
||||
|
||||
public void setLoanDetails(String newLoanDetails) {
|
||||
this.loanDetails = newLoanDetails;
|
||||
}
|
||||
|
||||
public String getLocation() {
|
||||
return this.location;
|
||||
}
|
||||
|
||||
public void setLocation(String newLocation) {
|
||||
this.location = newLocation;
|
||||
}
|
||||
|
||||
public String getGrade() {
|
||||
return this.grade;
|
||||
}
|
||||
|
||||
public void setGrade(String newGrade) {
|
||||
this.grade = newGrade;
|
||||
}
|
||||
|
||||
public String getHblAppliedFor() {
|
||||
return this.hblAppliedFor;
|
||||
}
|
||||
|
||||
public void setHblAppliedFor(String newHblAppliedFor) {
|
||||
this.hblAppliedFor = newHblAppliedFor;
|
||||
}
|
||||
|
||||
public String getHblBranhConst() {
|
||||
return this.hblBranhConst;
|
||||
}
|
||||
|
||||
public void setHblBranhConst(String newHblBranhConst) {
|
||||
this.hblBranhConst = newHblBranhConst;
|
||||
}
|
||||
|
||||
public String getHblDocSubmitted() {
|
||||
return this.hblDocSubmitted;
|
||||
}
|
||||
|
||||
public void setHblDocSubmitted(String newHblDocSubmitted) {
|
||||
this.hblDocSubmitted = newHblDocSubmitted;
|
||||
}
|
||||
|
||||
public String getHblCity() {
|
||||
return this.hblCity;
|
||||
}
|
||||
|
||||
public void setHblCity(String newHblCity) {
|
||||
this.hblCity = newHblCity;
|
||||
}
|
||||
|
||||
public String getHblPO() {
|
||||
return this.hblPO;
|
||||
}
|
||||
|
||||
public void setHblPO(String newHblPO) {
|
||||
this.hblPO = newHblPO;
|
||||
}
|
||||
|
||||
public String getHblDistrict() {
|
||||
return this.hblDistrict;
|
||||
}
|
||||
|
||||
public void setHblDistrict(String newHblDistrict) {
|
||||
this.hblDistrict = newHblDistrict;
|
||||
}
|
||||
|
||||
public String getHblMouza() {
|
||||
return this.hblMouza;
|
||||
}
|
||||
|
||||
public void setHblMouza(String newHblMouza) {
|
||||
this.hblMouza = newHblMouza;
|
||||
}
|
||||
|
||||
public String getHblKhatian() {
|
||||
return this.hblKhatian;
|
||||
}
|
||||
|
||||
public void setHblKhatian(String newHblKhatian) {
|
||||
this.hblKhatian = newHblKhatian;
|
||||
}
|
||||
|
||||
public String getHblDag() {
|
||||
return this.hblDag;
|
||||
}
|
||||
|
||||
public void setHblDag(String newHblDag) {
|
||||
this.hblDag = newHblDag;
|
||||
}
|
||||
|
||||
public String getHblNoOfDeed() {
|
||||
return this.hblNoOfDeed;
|
||||
}
|
||||
|
||||
public void setHblNoOfDeed(String newHblNoOfDeed) {
|
||||
this.hblNoOfDeed = newHblNoOfDeed;
|
||||
}
|
||||
|
||||
public String getHblParentDeed() {
|
||||
return this.hblParentDeed;
|
||||
}
|
||||
|
||||
public void setHblParentDeed(String newHblParentDeed) {
|
||||
this.hblParentDeed = newHblParentDeed;
|
||||
}
|
||||
|
||||
public String getHblVolOfDeed() {
|
||||
return this.hblVolOfDeed;
|
||||
}
|
||||
|
||||
public void setHblVolOfDeed(String newHblVolOfDeed) {
|
||||
this.hblVolOfDeed = newHblVolOfDeed;
|
||||
}
|
||||
|
||||
public String getHblBookNo() {
|
||||
return this.hblBookNo;
|
||||
}
|
||||
|
||||
public void setHblBookNo(String newHblBookNo) {
|
||||
this.hblBookNo = newHblBookNo;
|
||||
}
|
||||
|
||||
public String getHblPageNo() {
|
||||
return this.hblPageNo;
|
||||
}
|
||||
|
||||
public void setHblPageNo(String newHblPageNo) {
|
||||
this.hblPageNo = newHblPageNo;
|
||||
}
|
||||
|
||||
public String getHblRegisteredAt() {
|
||||
return this.hblRegisteredAt;
|
||||
}
|
||||
|
||||
public void setHblRegisteredAt(String newHblRegisteredAt) {
|
||||
this.hblRegisteredAt = newHblRegisteredAt;
|
||||
}
|
||||
|
||||
public String getBulkAmount() {
|
||||
return this.bulkAmount;
|
||||
}
|
||||
|
||||
public void setBulkAmount(String newBulkAmount) {
|
||||
this.bulkAmount = newBulkAmount;
|
||||
}
|
||||
|
||||
public String getMode() {
|
||||
return this.mode;
|
||||
}
|
||||
|
||||
public void setMode(String newMode) {
|
||||
this.mode = newMode;
|
||||
}
|
||||
|
||||
public String getBulkFlag() {
|
||||
return this.bulkFlag;
|
||||
}
|
||||
|
||||
public void setBulkFlag(String newBulkFlag) {
|
||||
this.bulkFlag = newBulkFlag;
|
||||
}
|
||||
|
||||
public String getBulkPaymentDate() {
|
||||
return this.bulkPaymentDate;
|
||||
}
|
||||
|
||||
public void setBulkPaymentDate(String newBulkPaymentDate) {
|
||||
this.bulkPaymentDate = newBulkPaymentDate;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user