first commit
This commit is contained in:
116
hrmsEjb/wenrgise/hrms/bean/HrmEmpPersEduDtlBean.java
Normal file
116
hrmsEjb/wenrgise/hrms/bean/HrmEmpPersEduDtlBean.java
Normal file
@@ -0,0 +1,116 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmEmpPersEduDtlBean extends BaseDetailBean implements Serializable {
|
||||
private String txtSrlNo;
|
||||
|
||||
private String txtSchoolColInst;
|
||||
|
||||
private String txtExamDegreePassed;
|
||||
|
||||
private String txtPercentageDivision;
|
||||
|
||||
private String txtPassYear;
|
||||
|
||||
private String txtMajorSubjects;
|
||||
|
||||
private String txtSpecialisation;
|
||||
|
||||
private String txtOtherProfQualification;
|
||||
|
||||
private String txtSpecialisedCourses;
|
||||
|
||||
private String txtQualificationId;
|
||||
|
||||
private String txtQualificationCode;
|
||||
|
||||
public String getTxtSrlNo() {
|
||||
return this.txtSrlNo;
|
||||
}
|
||||
|
||||
public void setTxtSrlNo(String newTxtSrlNo) {
|
||||
this.txtSrlNo = newTxtSrlNo;
|
||||
}
|
||||
|
||||
public String getTxtSchoolColInst() {
|
||||
return this.txtSchoolColInst;
|
||||
}
|
||||
|
||||
public void setTxtSchoolColInst(String newTxtSchoolColInst) {
|
||||
this.txtSchoolColInst = newTxtSchoolColInst;
|
||||
}
|
||||
|
||||
public String getTxtExamDegreePassed() {
|
||||
return this.txtExamDegreePassed;
|
||||
}
|
||||
|
||||
public void setTxtExamDegreePassed(String newTxtExamDegreePassed) {
|
||||
this.txtExamDegreePassed = newTxtExamDegreePassed;
|
||||
}
|
||||
|
||||
public String getTxtPercentageDivision() {
|
||||
return this.txtPercentageDivision;
|
||||
}
|
||||
|
||||
public void setTxtPercentageDivision(String newTxtPercentageDivision) {
|
||||
this.txtPercentageDivision = newTxtPercentageDivision;
|
||||
}
|
||||
|
||||
public String getTxtPassYear() {
|
||||
return this.txtPassYear;
|
||||
}
|
||||
|
||||
public void setTxtPassYear(String newTxtPassYear) {
|
||||
this.txtPassYear = newTxtPassYear;
|
||||
}
|
||||
|
||||
public String getTxtMajorSubjects() {
|
||||
return this.txtMajorSubjects;
|
||||
}
|
||||
|
||||
public void setTxtMajorSubjects(String newTxtMajorSubjects) {
|
||||
this.txtMajorSubjects = newTxtMajorSubjects;
|
||||
}
|
||||
|
||||
public String getTxtSpecialisation() {
|
||||
return this.txtSpecialisation;
|
||||
}
|
||||
|
||||
public void setTxtSpecialisation(String newTxtSpecialisation) {
|
||||
this.txtSpecialisation = newTxtSpecialisation;
|
||||
}
|
||||
|
||||
public String getTxtOtherProfQualification() {
|
||||
return this.txtOtherProfQualification;
|
||||
}
|
||||
|
||||
public void setTxtOtherProfQualification(String newTxtOtherProfQualification) {
|
||||
this.txtOtherProfQualification = newTxtOtherProfQualification;
|
||||
}
|
||||
|
||||
public String getTxtSpecialisedCourses() {
|
||||
return this.txtSpecialisedCourses;
|
||||
}
|
||||
|
||||
public void setTxtSpecialisedCourses(String newTxtSpecialisedCourses) {
|
||||
this.txtSpecialisedCourses = newTxtSpecialisedCourses;
|
||||
}
|
||||
|
||||
public String getTxtQualificationId() {
|
||||
return this.txtQualificationId;
|
||||
}
|
||||
|
||||
public void setTxtQualificationId(String newTxtQualificationId) {
|
||||
this.txtQualificationId = newTxtQualificationId;
|
||||
}
|
||||
|
||||
public String getTxtQualificationCode() {
|
||||
return this.txtQualificationCode;
|
||||
}
|
||||
|
||||
public void setTxtQualificationCode(String newTxtQualificationCode) {
|
||||
this.txtQualificationCode = newTxtQualificationCode;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user