first commit
This commit is contained in:
166
hrmsEjb/wenrgise/hrms/bean/HrmRecAdvtMtnDtlBean.java
Normal file
166
hrmsEjb/wenrgise/hrms/bean/HrmRecAdvtMtnDtlBean.java
Normal file
@@ -0,0 +1,166 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmRecAdvtMtnDtlBean extends BaseDetailBean implements Serializable {
|
||||
String txtAmount;
|
||||
|
||||
String txtApplicantCategory;
|
||||
|
||||
String txtApplicantCategoryId;
|
||||
|
||||
String txtDesignation;
|
||||
|
||||
String txtDesignationId;
|
||||
|
||||
String txtMaxAgeOnDate;
|
||||
|
||||
String txtMaximumAge;
|
||||
|
||||
String txtMinimumAge;
|
||||
|
||||
String txtReservationCategory;
|
||||
|
||||
String txtReservationCategoryId;
|
||||
|
||||
String txtSex;
|
||||
|
||||
String txtTotalVacancy;
|
||||
|
||||
private String txtGrade;
|
||||
|
||||
private String txtGradeId;
|
||||
|
||||
private String txtLevel;
|
||||
|
||||
private String txtGradeCode;
|
||||
|
||||
public String getTxtAmount() {
|
||||
return this.txtAmount;
|
||||
}
|
||||
|
||||
public void setTxtAmount(String newTxtAmount) {
|
||||
this.txtAmount = newTxtAmount;
|
||||
}
|
||||
|
||||
public String getTxtApplicantCategory() {
|
||||
return this.txtApplicantCategory;
|
||||
}
|
||||
|
||||
public void setTxtApplicantCategory(String newTxtApplicantCategory) {
|
||||
this.txtApplicantCategory = newTxtApplicantCategory;
|
||||
}
|
||||
|
||||
public String getTxtApplicantCategoryId() {
|
||||
return this.txtApplicantCategoryId;
|
||||
}
|
||||
|
||||
public void setTxtApplicantCategoryId(String newTxtApplicantCategoryId) {
|
||||
this.txtApplicantCategoryId = newTxtApplicantCategoryId;
|
||||
}
|
||||
|
||||
public String getTxtDesignation() {
|
||||
return this.txtDesignation;
|
||||
}
|
||||
|
||||
public void setTxtDesignation(String newTxtDesignation) {
|
||||
this.txtDesignation = newTxtDesignation;
|
||||
}
|
||||
|
||||
public String getTxtDesignationId() {
|
||||
return this.txtDesignationId;
|
||||
}
|
||||
|
||||
public void setTxtDesignationId(String newTxtDesignationId) {
|
||||
this.txtDesignationId = newTxtDesignationId;
|
||||
}
|
||||
|
||||
public String getTxtMaxAgeOnDate() {
|
||||
return this.txtMaxAgeOnDate;
|
||||
}
|
||||
|
||||
public void setTxtMaxAgeOnDate(String newTxtMaxAgeOnDate) {
|
||||
this.txtMaxAgeOnDate = newTxtMaxAgeOnDate;
|
||||
}
|
||||
|
||||
public String getTxtMaximumAge() {
|
||||
return this.txtMaximumAge;
|
||||
}
|
||||
|
||||
public void setTxtMaximumAge(String newTxtMaximumAge) {
|
||||
this.txtMaximumAge = newTxtMaximumAge;
|
||||
}
|
||||
|
||||
public String getTxtMinimumAge() {
|
||||
return this.txtMinimumAge;
|
||||
}
|
||||
|
||||
public void setTxtMinimumAge(String newTxtMinimumAge) {
|
||||
this.txtMinimumAge = newTxtMinimumAge;
|
||||
}
|
||||
|
||||
public String getTxtReservationCategory() {
|
||||
return this.txtReservationCategory;
|
||||
}
|
||||
|
||||
public void setTxtReservationCategory(String newTxtReservationCategory) {
|
||||
this.txtReservationCategory = newTxtReservationCategory;
|
||||
}
|
||||
|
||||
public String getTxtReservationCategoryId() {
|
||||
return this.txtReservationCategoryId;
|
||||
}
|
||||
|
||||
public void setTxtReservationCategoryId(String newTxtReservationCategoryId) {
|
||||
this.txtReservationCategoryId = newTxtReservationCategoryId;
|
||||
}
|
||||
|
||||
public String getTxtSex() {
|
||||
return this.txtSex;
|
||||
}
|
||||
|
||||
public void setTxtSex(String newTxtSex) {
|
||||
this.txtSex = newTxtSex;
|
||||
}
|
||||
|
||||
public String getTxtTotalVacancy() {
|
||||
return this.txtTotalVacancy;
|
||||
}
|
||||
|
||||
public void setTxtTotalVacancy(String newTxtTotalVacancy) {
|
||||
this.txtTotalVacancy = newTxtTotalVacancy;
|
||||
}
|
||||
|
||||
public String getTxtGrade() {
|
||||
return this.txtGrade;
|
||||
}
|
||||
|
||||
public void setTxtGrade(String newTxtGrade) {
|
||||
this.txtGrade = newTxtGrade;
|
||||
}
|
||||
|
||||
public String getTxtGradeId() {
|
||||
return this.txtGradeId;
|
||||
}
|
||||
|
||||
public void setTxtGradeId(String newTxtGradeId) {
|
||||
this.txtGradeId = newTxtGradeId;
|
||||
}
|
||||
|
||||
public String getTxtLevel() {
|
||||
return this.txtLevel;
|
||||
}
|
||||
|
||||
public void setTxtLevel(String newTxtLevel) {
|
||||
this.txtLevel = newTxtLevel;
|
||||
}
|
||||
|
||||
public String getTxtGradeCode() {
|
||||
return this.txtGradeCode;
|
||||
}
|
||||
|
||||
public void setTxtGradeCode(String newTxtGradeCode) {
|
||||
this.txtGradeCode = newTxtGradeCode;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user