first commit
This commit is contained in:
106
hrmsEjb/wenrgise/hrms/bean/HrmRecApplnMtnEduDtlBean.java
Normal file
106
hrmsEjb/wenrgise/hrms/bean/HrmRecApplnMtnEduDtlBean.java
Normal file
@@ -0,0 +1,106 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmRecApplnMtnEduDtlBean extends BaseDetailBean implements Serializable {
|
||||
private String txtInstCode;
|
||||
|
||||
private String txtQualification;
|
||||
|
||||
private String txtPassYear;
|
||||
|
||||
private String txtPercentageMarks;
|
||||
|
||||
private String qualificationId;
|
||||
|
||||
private String txtOtherProfQuali;
|
||||
|
||||
private String txtSpeecialisation;
|
||||
|
||||
private String txtSpeecialCourses;
|
||||
|
||||
private String txtMajorSub;
|
||||
|
||||
private String txtQualificationCode;
|
||||
|
||||
public String getTxtInstCode() {
|
||||
return this.txtInstCode;
|
||||
}
|
||||
|
||||
public void setTxtInstCode(String newTxtInstCode) {
|
||||
this.txtInstCode = newTxtInstCode;
|
||||
}
|
||||
|
||||
public String getTxtQualification() {
|
||||
return this.txtQualification;
|
||||
}
|
||||
|
||||
public void setTxtQualification(String newTxtQualification) {
|
||||
this.txtQualification = newTxtQualification;
|
||||
}
|
||||
|
||||
public String getTxtPassYear() {
|
||||
return this.txtPassYear;
|
||||
}
|
||||
|
||||
public void setTxtPassYear(String newTxtPassYear) {
|
||||
this.txtPassYear = newTxtPassYear;
|
||||
}
|
||||
|
||||
public String getTxtPercentageMarks() {
|
||||
return this.txtPercentageMarks;
|
||||
}
|
||||
|
||||
public void setTxtPercentageMarks(String newTxtPercentageMarks) {
|
||||
this.txtPercentageMarks = newTxtPercentageMarks;
|
||||
}
|
||||
|
||||
public String getQualificationId() {
|
||||
return this.qualificationId;
|
||||
}
|
||||
|
||||
public void setQualificationId(String newQualificationId) {
|
||||
this.qualificationId = newQualificationId;
|
||||
}
|
||||
|
||||
public String getTxtOtherProfQuali() {
|
||||
return this.txtOtherProfQuali;
|
||||
}
|
||||
|
||||
public void setTxtOtherProfQuali(String newTxtOtherProfQuali) {
|
||||
this.txtOtherProfQuali = newTxtOtherProfQuali;
|
||||
}
|
||||
|
||||
public String getTxtSpeecialisation() {
|
||||
return this.txtSpeecialisation;
|
||||
}
|
||||
|
||||
public void setTxtSpeecialisation(String newTxtSpeecialisation) {
|
||||
this.txtSpeecialisation = newTxtSpeecialisation;
|
||||
}
|
||||
|
||||
public String getTxtSpeecialCourses() {
|
||||
return this.txtSpeecialCourses;
|
||||
}
|
||||
|
||||
public void setTxtSpeecialCourses(String newTxtSpeecialCourses) {
|
||||
this.txtSpeecialCourses = newTxtSpeecialCourses;
|
||||
}
|
||||
|
||||
public String getTxtMajorSub() {
|
||||
return this.txtMajorSub;
|
||||
}
|
||||
|
||||
public void setTxtMajorSub(String newTxtMajorSub) {
|
||||
this.txtMajorSub = newTxtMajorSub;
|
||||
}
|
||||
|
||||
public String getTxtQualificationCode() {
|
||||
return this.txtQualificationCode;
|
||||
}
|
||||
|
||||
public void setTxtQualificationCode(String newTxtQualificationCode) {
|
||||
this.txtQualificationCode = newTxtQualificationCode;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user