first commit
This commit is contained in:
36
hrmsEjb/wenrgise/hrms/bean/HrmReportBean.java
Normal file
36
hrmsEjb/wenrgise/hrms/bean/HrmReportBean.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.bean.BaseHeaderBean;
|
||||
|
||||
public class HrmReportBean extends BaseHeaderBean implements Serializable {
|
||||
private String txtYear;
|
||||
|
||||
private String txtMonth;
|
||||
|
||||
private String disabtxtMonth;
|
||||
|
||||
public String getTxtYear() {
|
||||
return this.txtYear;
|
||||
}
|
||||
|
||||
public void setTxtYear(String newTxtYear) {
|
||||
this.txtYear = newTxtYear;
|
||||
}
|
||||
|
||||
public String getTxtMonth() {
|
||||
return this.txtMonth;
|
||||
}
|
||||
|
||||
public void setTxtMonth(String newTxtMonth) {
|
||||
this.txtMonth = newTxtMonth;
|
||||
}
|
||||
|
||||
public String getDisabtxtMonth() {
|
||||
return this.disabtxtMonth;
|
||||
}
|
||||
|
||||
public void setDisabtxtMonth(String newDisabtxtMonth) {
|
||||
this.disabtxtMonth = newDisabtxtMonth;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user