217 lines
4.1 KiB
Java
217 lines
4.1 KiB
Java
package wenrgise.hrms.bean;
|
|
|
|
import java.io.Serializable;
|
|
import wenrgise.common.bean.BaseDetailBean;
|
|
|
|
public class HrmAprslEmpDtlsBean extends BaseDetailBean implements Serializable {
|
|
private String grade;
|
|
|
|
private String designation;
|
|
|
|
private String presLoc;
|
|
|
|
private String dateofBirth;
|
|
|
|
private String joiningStaffDate;
|
|
|
|
private String joiningOfficerDate;
|
|
|
|
private String lastPromDate;
|
|
|
|
private String lastPay;
|
|
|
|
private String qual;
|
|
|
|
private String empRating1;
|
|
|
|
private String empRating2;
|
|
|
|
private String empRating3;
|
|
|
|
private String incr1;
|
|
|
|
private String incr2;
|
|
|
|
private String incr3;
|
|
|
|
private String finalRating;
|
|
|
|
private String empNo;
|
|
|
|
private String butEmpNo;
|
|
|
|
private String aprslYear;
|
|
|
|
private String employeeId;
|
|
|
|
private String detailId;
|
|
|
|
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 getPresLoc() {
|
|
return this.presLoc;
|
|
}
|
|
|
|
public void setPresLoc(String newPresLoc) {
|
|
this.presLoc = newPresLoc;
|
|
}
|
|
|
|
public String getDateofBirth() {
|
|
return this.dateofBirth;
|
|
}
|
|
|
|
public void setDateofBirth(String newDateofBirth) {
|
|
this.dateofBirth = newDateofBirth;
|
|
}
|
|
|
|
public String getJoiningStaffDate() {
|
|
return this.joiningStaffDate;
|
|
}
|
|
|
|
public void setJoiningStaffDate(String newJoiningStaffDate) {
|
|
this.joiningStaffDate = newJoiningStaffDate;
|
|
}
|
|
|
|
public String getJoiningOfficerDate() {
|
|
return this.joiningOfficerDate;
|
|
}
|
|
|
|
public void setJoiningOfficerDate(String newJoiningOfficerDate) {
|
|
this.joiningOfficerDate = newJoiningOfficerDate;
|
|
}
|
|
|
|
public String getLastPromDate() {
|
|
return this.lastPromDate;
|
|
}
|
|
|
|
public void setLastPromDate(String newLastPromDate) {
|
|
this.lastPromDate = newLastPromDate;
|
|
}
|
|
|
|
public String getLastPay() {
|
|
return this.lastPay;
|
|
}
|
|
|
|
public void setLastPay(String newLastPay) {
|
|
this.lastPay = newLastPay;
|
|
}
|
|
|
|
public String getQual() {
|
|
return this.qual;
|
|
}
|
|
|
|
public void setQual(String newQual) {
|
|
this.qual = newQual;
|
|
}
|
|
|
|
public String getEmpRating1() {
|
|
return this.empRating1;
|
|
}
|
|
|
|
public void setEmpRating1(String newEmpRating1) {
|
|
this.empRating1 = newEmpRating1;
|
|
}
|
|
|
|
public String getEmpRating2() {
|
|
return this.empRating2;
|
|
}
|
|
|
|
public void setEmpRating2(String newEmpRating2) {
|
|
this.empRating2 = newEmpRating2;
|
|
}
|
|
|
|
public String getEmpRating3() {
|
|
return this.empRating3;
|
|
}
|
|
|
|
public void setEmpRating3(String newEmpRating3) {
|
|
this.empRating3 = newEmpRating3;
|
|
}
|
|
|
|
public String getIncr1() {
|
|
return this.incr1;
|
|
}
|
|
|
|
public void setIncr1(String newIncr1) {
|
|
this.incr1 = newIncr1;
|
|
}
|
|
|
|
public String getIncr2() {
|
|
return this.incr2;
|
|
}
|
|
|
|
public void setIncr2(String newIncr2) {
|
|
this.incr2 = newIncr2;
|
|
}
|
|
|
|
public String getIncr3() {
|
|
return this.incr3;
|
|
}
|
|
|
|
public void setIncr3(String newIncr3) {
|
|
this.incr3 = newIncr3;
|
|
}
|
|
|
|
public String getFinalRating() {
|
|
return this.finalRating;
|
|
}
|
|
|
|
public void setFinalRating(String newFinalRating) {
|
|
this.finalRating = newFinalRating;
|
|
}
|
|
|
|
public String getEmpNo() {
|
|
return this.empNo;
|
|
}
|
|
|
|
public void setEmpNo(String newEmpNo) {
|
|
this.empNo = newEmpNo;
|
|
}
|
|
|
|
public String getButEmpNo() {
|
|
return this.butEmpNo;
|
|
}
|
|
|
|
public void setButEmpNo(String newButEmpNo) {
|
|
this.butEmpNo = newButEmpNo;
|
|
}
|
|
|
|
public String getAprslYear() {
|
|
return this.aprslYear;
|
|
}
|
|
|
|
public void setAprslYear(String newAprslYear) {
|
|
this.aprslYear = newAprslYear;
|
|
}
|
|
|
|
public String getEmployeeId() {
|
|
return this.employeeId;
|
|
}
|
|
|
|
public void setEmployeeId(String newEmployeeId) {
|
|
this.employeeId = newEmployeeId;
|
|
}
|
|
|
|
public String getDetailId() {
|
|
return this.detailId;
|
|
}
|
|
|
|
public void setDetailId(String newDetailId) {
|
|
this.detailId = newDetailId;
|
|
}
|
|
}
|