257 lines
4.9 KiB
Java
257 lines
4.9 KiB
Java
package wenrgise.hrms.bean;
|
|
|
|
import java.io.Serializable;
|
|
import wenrgise.common.bean.BaseHeaderBean;
|
|
|
|
public class HrmTrngEmpReqHdrBean extends BaseHeaderBean implements Serializable {
|
|
private String employeeNumber;
|
|
|
|
private String firstName;
|
|
|
|
private String middleName;
|
|
|
|
private String lastName;
|
|
|
|
private String dateSubmitted;
|
|
|
|
private String trainingCalendar;
|
|
|
|
private String courseName;
|
|
|
|
private String institutionName;
|
|
|
|
private String startDate;
|
|
|
|
private String endDate;
|
|
|
|
private String nature;
|
|
|
|
private String purpose;
|
|
|
|
private String approvalStatus;
|
|
|
|
private String rejectionRemarks;
|
|
|
|
private String fullPart;
|
|
|
|
private String recommender;
|
|
|
|
private String courseId;
|
|
|
|
private String calId;
|
|
|
|
private String empId;
|
|
|
|
private String recommenderId;
|
|
|
|
private String designation;
|
|
|
|
private String scaleOfPay;
|
|
|
|
private String grade;
|
|
|
|
private String desig;
|
|
|
|
private String location;
|
|
|
|
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 getDateSubmitted() {
|
|
return this.dateSubmitted;
|
|
}
|
|
|
|
public void setDateSubmitted(String newDateSubmitted) {
|
|
this.dateSubmitted = newDateSubmitted;
|
|
}
|
|
|
|
public String getTrainingCalendar() {
|
|
return this.trainingCalendar;
|
|
}
|
|
|
|
public void setTrainingCalendar(String newTrainingCalendar) {
|
|
this.trainingCalendar = newTrainingCalendar;
|
|
}
|
|
|
|
public String getCourseName() {
|
|
return this.courseName;
|
|
}
|
|
|
|
public void setCourseName(String newCourseName) {
|
|
this.courseName = newCourseName;
|
|
}
|
|
|
|
public String getInstitutionName() {
|
|
return this.institutionName;
|
|
}
|
|
|
|
public void setInstitutionName(String newInstitutionName) {
|
|
this.institutionName = newInstitutionName;
|
|
}
|
|
|
|
public String getStartDate() {
|
|
return this.startDate;
|
|
}
|
|
|
|
public void setStartDate(String newStartDate) {
|
|
this.startDate = newStartDate;
|
|
}
|
|
|
|
public String getEndDate() {
|
|
return this.endDate;
|
|
}
|
|
|
|
public void setEndDate(String newEndDate) {
|
|
this.endDate = newEndDate;
|
|
}
|
|
|
|
public String getNature() {
|
|
return this.nature;
|
|
}
|
|
|
|
public void setNature(String newNature) {
|
|
this.nature = newNature;
|
|
}
|
|
|
|
public String getPurpose() {
|
|
return this.purpose;
|
|
}
|
|
|
|
public void setPurpose(String newPurpose) {
|
|
this.purpose = newPurpose;
|
|
}
|
|
|
|
public String getApprovalStatus() {
|
|
return this.approvalStatus;
|
|
}
|
|
|
|
public void setApprovalStatus(String newApprovalStatus) {
|
|
this.approvalStatus = newApprovalStatus;
|
|
}
|
|
|
|
public String getRejectionRemarks() {
|
|
return this.rejectionRemarks;
|
|
}
|
|
|
|
public void setRejectionRemarks(String newRejectionRemarks) {
|
|
this.rejectionRemarks = newRejectionRemarks;
|
|
}
|
|
|
|
public String getFullPart() {
|
|
return this.fullPart;
|
|
}
|
|
|
|
public void setFullPart(String newFullPart) {
|
|
this.fullPart = newFullPart;
|
|
}
|
|
|
|
public String getRecommender() {
|
|
return this.recommender;
|
|
}
|
|
|
|
public void setRecommender(String newRecommender) {
|
|
this.recommender = newRecommender;
|
|
}
|
|
|
|
public String getCourseId() {
|
|
return this.courseId;
|
|
}
|
|
|
|
public void setCourseId(String newCourseId) {
|
|
this.courseId = newCourseId;
|
|
}
|
|
|
|
public String getCalId() {
|
|
return this.calId;
|
|
}
|
|
|
|
public void setCalId(String newCalId) {
|
|
this.calId = newCalId;
|
|
}
|
|
|
|
public String getEmpId() {
|
|
return this.empId;
|
|
}
|
|
|
|
public void setEmpId(String newEmpId) {
|
|
this.empId = newEmpId;
|
|
}
|
|
|
|
public String getRecommenderId() {
|
|
return this.recommenderId;
|
|
}
|
|
|
|
public void setRecommenderId(String newRecommenderId) {
|
|
this.recommenderId = newRecommenderId;
|
|
}
|
|
|
|
public String getDesignation() {
|
|
return this.designation;
|
|
}
|
|
|
|
public void setDesignation(String newDesignation) {
|
|
this.designation = newDesignation;
|
|
}
|
|
|
|
public String getScaleOfPay() {
|
|
return this.scaleOfPay;
|
|
}
|
|
|
|
public void setScaleOfPay(String newScaleOfPay) {
|
|
this.scaleOfPay = newScaleOfPay;
|
|
}
|
|
|
|
public String getGrade() {
|
|
return this.grade;
|
|
}
|
|
|
|
public void setGrade(String newGrade) {
|
|
this.grade = newGrade;
|
|
}
|
|
|
|
public String getDesig() {
|
|
return this.desig;
|
|
}
|
|
|
|
public void setDesig(String newDesig) {
|
|
this.desig = newDesig;
|
|
}
|
|
|
|
public String getLocation() {
|
|
return this.location;
|
|
}
|
|
|
|
public void setLocation(String newLocation) {
|
|
this.location = newLocation;
|
|
}
|
|
}
|