297 lines
6.0 KiB
Java
297 lines
6.0 KiB
Java
package wenrgise.hrms.bean;
|
|
|
|
import java.io.Serializable;
|
|
import wenrgise.common.bean.BaseHeaderBean;
|
|
|
|
public class HrmEmpAdvAppHdrBean extends BaseHeaderBean implements Serializable {
|
|
private String employeeNumber;
|
|
|
|
private String firstName;
|
|
|
|
private String middleName;
|
|
|
|
private String lastName;
|
|
|
|
private String dateApplied;
|
|
|
|
private String advanceCode;
|
|
|
|
private String amountApplied;
|
|
|
|
private String reason;
|
|
|
|
private String amountSettled;
|
|
|
|
String advanceStatus;
|
|
|
|
private String employeeId;
|
|
|
|
private String advanceCodeId;
|
|
|
|
String grade;
|
|
|
|
private String designation;
|
|
|
|
private String location;
|
|
|
|
private String approverName;
|
|
|
|
private String remarks;
|
|
|
|
private String sanctionDate;
|
|
|
|
private String sanctionedAmount;
|
|
|
|
private String eligibleAmount;
|
|
|
|
private String approverNoId;
|
|
|
|
private String payrollMonth;
|
|
|
|
private String noOfInst;
|
|
|
|
private String monthlyInstallment;
|
|
|
|
private String paidInstallments;
|
|
|
|
private String settledAmount;
|
|
|
|
private String balance;
|
|
|
|
private String bulkSettleAmount;
|
|
|
|
private String mode;
|
|
|
|
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 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 getDateApplied() {
|
|
return this.dateApplied;
|
|
}
|
|
|
|
public void setDateApplied(String newDateApplied) {
|
|
this.dateApplied = newDateApplied;
|
|
}
|
|
|
|
public String getAdvanceCode() {
|
|
return this.advanceCode;
|
|
}
|
|
|
|
public void setAdvanceCode(String newAdvanceCode) {
|
|
this.advanceCode = newAdvanceCode;
|
|
}
|
|
|
|
public String getAmountApplied() {
|
|
return this.amountApplied;
|
|
}
|
|
|
|
public void setAmountApplied(String newAmountApplied) {
|
|
this.amountApplied = newAmountApplied;
|
|
}
|
|
|
|
public String getReason() {
|
|
return this.reason;
|
|
}
|
|
|
|
public void setReason(String newReason) {
|
|
this.reason = newReason;
|
|
}
|
|
|
|
public String getAmountSettled() {
|
|
return this.amountSettled;
|
|
}
|
|
|
|
public void setAmountSettled(String newAmountSettled) {
|
|
this.amountSettled = newAmountSettled;
|
|
}
|
|
|
|
public String getAdvanceStatus() {
|
|
return this.advanceStatus;
|
|
}
|
|
|
|
public void setAdvanceStatus(String newAdvanceStatus) {
|
|
this.advanceStatus = newAdvanceStatus;
|
|
}
|
|
|
|
public String getEmployeeId() {
|
|
return this.employeeId;
|
|
}
|
|
|
|
public void setEmployeeId(String newEmployeeId) {
|
|
this.employeeId = newEmployeeId;
|
|
}
|
|
|
|
public String getAdvanceCodeId() {
|
|
return this.advanceCodeId;
|
|
}
|
|
|
|
public void setAdvanceCodeId(String newAdvanceCodeId) {
|
|
this.advanceCodeId = newAdvanceCodeId;
|
|
}
|
|
|
|
public String getGrade() {
|
|
return this.grade;
|
|
}
|
|
|
|
public void setGrade(String newGrade) {
|
|
this.grade = newGrade;
|
|
}
|
|
|
|
public String getDesignation() {
|
|
return this.designation;
|
|
}
|
|
|
|
public void setDesignation(String newDesignation) {
|
|
this.designation = newDesignation;
|
|
}
|
|
|
|
public String getLocation() {
|
|
return this.location;
|
|
}
|
|
|
|
public void setLocation(String newLocation) {
|
|
this.location = newLocation;
|
|
}
|
|
|
|
public String getApproverName() {
|
|
return this.approverName;
|
|
}
|
|
|
|
public void setApproverName(String newApproverName) {
|
|
this.approverName = newApproverName;
|
|
}
|
|
|
|
public String getRemarks() {
|
|
return this.remarks;
|
|
}
|
|
|
|
public void setRemarks(String newRemarks) {
|
|
this.remarks = newRemarks;
|
|
}
|
|
|
|
public String getSanctionDate() {
|
|
return this.sanctionDate;
|
|
}
|
|
|
|
public void setSanctionDate(String newSanctionDate) {
|
|
this.sanctionDate = newSanctionDate;
|
|
}
|
|
|
|
public String getSanctionedAmount() {
|
|
return this.sanctionedAmount;
|
|
}
|
|
|
|
public void setSanctionedAmount(String newSanctionedAmount) {
|
|
this.sanctionedAmount = newSanctionedAmount;
|
|
}
|
|
|
|
public String getEligibleAmount() {
|
|
return this.eligibleAmount;
|
|
}
|
|
|
|
public void setEligibleAmount(String newEligibleAmount) {
|
|
this.eligibleAmount = newEligibleAmount;
|
|
}
|
|
|
|
public String getApproverNoId() {
|
|
return this.approverNoId;
|
|
}
|
|
|
|
public void setApproverNoId(String newApproverNoId) {
|
|
this.approverNoId = newApproverNoId;
|
|
}
|
|
|
|
public String getPayrollMonth() {
|
|
return this.payrollMonth;
|
|
}
|
|
|
|
public void setPayrollMonth(String newPayrollMonth) {
|
|
this.payrollMonth = newPayrollMonth;
|
|
}
|
|
|
|
public String getNoOfInst() {
|
|
return this.noOfInst;
|
|
}
|
|
|
|
public void setNoOfInst(String newNoOfInst) {
|
|
this.noOfInst = newNoOfInst;
|
|
}
|
|
|
|
public String getMonthlyInstallment() {
|
|
return this.monthlyInstallment;
|
|
}
|
|
|
|
public void setMonthlyInstallment(String newMonthlyInstallment) {
|
|
this.monthlyInstallment = newMonthlyInstallment;
|
|
}
|
|
|
|
public String getPaidInstallments() {
|
|
return this.paidInstallments;
|
|
}
|
|
|
|
public void setPaidInstallments(String newPaidInstallments) {
|
|
this.paidInstallments = newPaidInstallments;
|
|
}
|
|
|
|
public String getSettledAmount() {
|
|
return this.settledAmount;
|
|
}
|
|
|
|
public void setSettledAmount(String newSettledAmount) {
|
|
this.settledAmount = newSettledAmount;
|
|
}
|
|
|
|
public String getBalance() {
|
|
return this.balance;
|
|
}
|
|
|
|
public void setBalance(String newBalance) {
|
|
this.balance = newBalance;
|
|
}
|
|
|
|
public String getBulkSettleAmount() {
|
|
return this.bulkSettleAmount;
|
|
}
|
|
|
|
public void setBulkSettleAmount(String newBulkSettleAmount) {
|
|
this.bulkSettleAmount = newBulkSettleAmount;
|
|
}
|
|
|
|
public String getMode() {
|
|
return this.mode;
|
|
}
|
|
|
|
public void setMode(String newMode) {
|
|
this.mode = newMode;
|
|
}
|
|
}
|