first commit
This commit is contained in:
226
hrmsEjb/wenrgise/hrms/bean/HrmPrmOrderHdrBean.java
Normal file
226
hrmsEjb/wenrgise/hrms/bean/HrmPrmOrderHdrBean.java
Normal file
@@ -0,0 +1,226 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseHeaderBean;
|
||||
|
||||
public class HrmPrmOrderHdrBean extends BaseHeaderBean implements Serializable {
|
||||
private String employeeNo;
|
||||
|
||||
private String firstName;
|
||||
|
||||
private String middleName;
|
||||
|
||||
private String lastName;
|
||||
|
||||
private String grade;
|
||||
|
||||
private String designation;
|
||||
|
||||
private String location;
|
||||
|
||||
private String pastExp;
|
||||
|
||||
private String presExp;
|
||||
|
||||
private String orderNo;
|
||||
|
||||
private String toGrade;
|
||||
|
||||
private String toDesig;
|
||||
|
||||
private String effecDate;
|
||||
|
||||
private String approvedBy;
|
||||
|
||||
private String remarks;
|
||||
|
||||
private String orderNoId;
|
||||
|
||||
private String empId;
|
||||
|
||||
private String approverId;
|
||||
|
||||
private String toGradeId;
|
||||
|
||||
private String toDesigId;
|
||||
|
||||
private String gradeSeq;
|
||||
|
||||
private String desigSeq;
|
||||
|
||||
public String getEmployeeNo() {
|
||||
return this.employeeNo;
|
||||
}
|
||||
|
||||
public void setEmployeeNo(String newEmployeeNo) {
|
||||
this.employeeNo = newEmployeeNo;
|
||||
}
|
||||
|
||||
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 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 getPastExp() {
|
||||
return this.pastExp;
|
||||
}
|
||||
|
||||
public void setPastExp(String newPastExp) {
|
||||
this.pastExp = newPastExp;
|
||||
}
|
||||
|
||||
public String getPresExp() {
|
||||
return this.presExp;
|
||||
}
|
||||
|
||||
public void setPresExp(String newPresExp) {
|
||||
this.presExp = newPresExp;
|
||||
}
|
||||
|
||||
public String getOrderNo() {
|
||||
return this.orderNo;
|
||||
}
|
||||
|
||||
public void setOrderNo(String newOrderNo) {
|
||||
this.orderNo = newOrderNo;
|
||||
}
|
||||
|
||||
public String getToGrade() {
|
||||
return this.toGrade;
|
||||
}
|
||||
|
||||
public void setToGrade(String newToGrade) {
|
||||
this.toGrade = newToGrade;
|
||||
}
|
||||
|
||||
public String getToDesig() {
|
||||
return this.toDesig;
|
||||
}
|
||||
|
||||
public void setToDesig(String newToDesig) {
|
||||
this.toDesig = newToDesig;
|
||||
}
|
||||
|
||||
public String getEffecDate() {
|
||||
return this.effecDate;
|
||||
}
|
||||
|
||||
public void setEffecDate(String newEffecDate) {
|
||||
this.effecDate = newEffecDate;
|
||||
}
|
||||
|
||||
public String getApprovedBy() {
|
||||
return this.approvedBy;
|
||||
}
|
||||
|
||||
public void setApprovedBy(String newApprovedBy) {
|
||||
this.approvedBy = newApprovedBy;
|
||||
}
|
||||
|
||||
public String getRemarks() {
|
||||
return this.remarks;
|
||||
}
|
||||
|
||||
public void setRemarks(String newRemarks) {
|
||||
this.remarks = newRemarks;
|
||||
}
|
||||
|
||||
public String getOrderNoId() {
|
||||
return this.orderNoId;
|
||||
}
|
||||
|
||||
public void setOrderNoId(String newOrderNoId) {
|
||||
this.orderNoId = newOrderNoId;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
|
||||
public String getApproverId() {
|
||||
return this.approverId;
|
||||
}
|
||||
|
||||
public void setApproverId(String newApproverId) {
|
||||
this.approverId = newApproverId;
|
||||
}
|
||||
|
||||
public String getToGradeId() {
|
||||
return this.toGradeId;
|
||||
}
|
||||
|
||||
public void setToGradeId(String newToGradeId) {
|
||||
this.toGradeId = newToGradeId;
|
||||
}
|
||||
|
||||
public String getToDesigId() {
|
||||
return this.toDesigId;
|
||||
}
|
||||
|
||||
public void setToDesigId(String newToDesigId) {
|
||||
this.toDesigId = newToDesigId;
|
||||
}
|
||||
|
||||
public String getGradeSeq() {
|
||||
return this.gradeSeq;
|
||||
}
|
||||
|
||||
public void setGradeSeq(String newGradeSeq) {
|
||||
this.gradeSeq = newGradeSeq;
|
||||
}
|
||||
|
||||
public String getDesigSeq() {
|
||||
return this.desigSeq;
|
||||
}
|
||||
|
||||
public void setDesigSeq(String newDesigSeq) {
|
||||
this.desigSeq = newDesigSeq;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user