first commit
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
package WEB-INF.classes.wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseDetailBean;
|
||||
|
||||
public class HrmPrmCriteriaDtlBean extends BaseDetailBean implements Serializable {
|
||||
private String txtDescription;
|
||||
|
||||
private String txtCriteriaStartDate;
|
||||
|
||||
private String txtCriteriaEndDate;
|
||||
|
||||
private String txtMinServicePeriod;
|
||||
|
||||
private String txtReqYears;
|
||||
|
||||
private String txtYearAPAR;
|
||||
|
||||
private String disabbutCriteriaEndDate;
|
||||
|
||||
private String disabbutCriteriaStartDate;
|
||||
|
||||
public String getTxtDescription() {
|
||||
return this.txtDescription;
|
||||
}
|
||||
|
||||
public void setTxtDescription(String newTxtDescription) {
|
||||
this.txtDescription = newTxtDescription;
|
||||
}
|
||||
|
||||
public String getTxtCriteriaStartDate() {
|
||||
return this.txtCriteriaStartDate;
|
||||
}
|
||||
|
||||
public void setTxtCriteriaStartDate(String newTxtCriteriaStartDate) {
|
||||
this.txtCriteriaStartDate = newTxtCriteriaStartDate;
|
||||
}
|
||||
|
||||
public String getTxtCriteriaEndDate() {
|
||||
return this.txtCriteriaEndDate;
|
||||
}
|
||||
|
||||
public void setTxtCriteriaEndDate(String newTxtCriteriaEndDate) {
|
||||
this.txtCriteriaEndDate = newTxtCriteriaEndDate;
|
||||
}
|
||||
|
||||
public String getTxtMinServicePeriod() {
|
||||
return this.txtMinServicePeriod;
|
||||
}
|
||||
|
||||
public void setTxtMinServicePeriod(String newTxtMinServicePeriod) {
|
||||
this.txtMinServicePeriod = newTxtMinServicePeriod;
|
||||
}
|
||||
|
||||
public String getTxtReqYears() {
|
||||
return this.txtReqYears;
|
||||
}
|
||||
|
||||
public void setTxtReqYears(String newTxtReqYears) {
|
||||
this.txtReqYears = newTxtReqYears;
|
||||
}
|
||||
|
||||
public String getTxtYearAPAR() {
|
||||
return this.txtYearAPAR;
|
||||
}
|
||||
|
||||
public void setTxtYearAPAR(String newTxtYearAPAR) {
|
||||
this.txtYearAPAR = newTxtYearAPAR;
|
||||
}
|
||||
|
||||
public String getDisabbutCriteriaEndDate() {
|
||||
return this.disabbutCriteriaEndDate;
|
||||
}
|
||||
|
||||
public void setDisabbutCriteriaEndDate(String newDisabbutCriteriaEndDate) {
|
||||
this.disabbutCriteriaEndDate = newDisabbutCriteriaEndDate;
|
||||
}
|
||||
|
||||
public String getDisabbutCriteriaStartDate() {
|
||||
return this.disabbutCriteriaStartDate;
|
||||
}
|
||||
|
||||
public void setDisabbutCriteriaStartDate(String newDisabbutCriteriaStartDate) {
|
||||
this.disabbutCriteriaStartDate = newDisabbutCriteriaStartDate;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user