Files
HRMS/hrmsEjb/wenrgise/hrms/webtier/form/HrmRetireForecastForm.java
2025-07-28 13:56:49 +05:30

124 lines
2.6 KiB
Java

package wenrgise.hrms.webtier.form;
public class HrmRetireForecastForm extends HrmBaseForm {
private String fromDate;
private String toDate;
private String butFromDate;
private String disabbutFromDate;
private String disabbutToDate;
private String butGenReport;
private String disabbutGenReport;
private String butViewReport;
private String disabbutViewReport;
private String butInsertData;
private String disabbutInsertData;
private String flag1;
public String getFromDate() {
return this.fromDate;
}
public void setFromDate(String newFromDate) {
this.fromDate = newFromDate;
}
public String getToDate() {
return this.toDate;
}
public void setToDate(String newToDate) {
this.toDate = newToDate;
}
public String getButFromDate() {
return this.butFromDate;
}
public void setButFromDate(String newButFromDate) {
this.butFromDate = newButFromDate;
}
public String getDisabbutFromDate() {
return this.disabbutFromDate;
}
public void setDisabbutFromDate(String newDisabbutFromDate) {
this.disabbutFromDate = newDisabbutFromDate;
}
public String getDisabbutToDate() {
return this.disabbutToDate;
}
public void setDisabbutToDate(String newDisabbutToDate) {
this.disabbutToDate = newDisabbutToDate;
}
public String getButGenReport() {
return this.butGenReport;
}
public void setButGenReport(String newButGenReport) {
this.butGenReport = newButGenReport;
}
public String getDisabbutGenReport() {
return this.disabbutGenReport;
}
public void setDisabbutGenReport(String newDisabbutGenReport) {
this.disabbutGenReport = newDisabbutGenReport;
}
public String getButViewReport() {
return this.butViewReport;
}
public void setButViewReport(String newButViewReport) {
this.butViewReport = newButViewReport;
}
public String getDisabbutViewReport() {
return this.disabbutViewReport;
}
public void setDisabbutViewReport(String newDisabbutViewReport) {
this.disabbutViewReport = newDisabbutViewReport;
}
public String getButInsertData() {
return this.butInsertData;
}
public void setButInsertData(String newButInsertData) {
this.butInsertData = newButInsertData;
}
public String getDisabbutInsertData() {
return this.disabbutInsertData;
}
public void setDisabbutInsertData(String newDisabbutInsertData) {
this.disabbutInsertData = newDisabbutInsertData;
}
public String getFlag1() {
return this.flag1;
}
public void setFlag1(String newFlag1) {
this.flag1 = newFlag1;
}
}