first commit
This commit is contained in:
105
hrmsEjb/wenrgise/hrms/webtier/form/HrmMisReportForm.java
Normal file
105
hrmsEjb/wenrgise/hrms/webtier/form/HrmMisReportForm.java
Normal file
@@ -0,0 +1,105 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class HrmMisReportForm extends JasperReportForm {
|
||||
private String[] txtPosition;
|
||||
|
||||
private String[] txtDesiredStrength;
|
||||
|
||||
private String optSelect;
|
||||
|
||||
private String[] butPosition;
|
||||
|
||||
private ArrayList arrMisReport = new ArrayList();
|
||||
|
||||
private String[] txtPositionId;
|
||||
|
||||
private String locationCode;
|
||||
|
||||
private String butGenRep;
|
||||
|
||||
private String disabbutGenRep;
|
||||
|
||||
private String txtYearMonth;
|
||||
|
||||
public String[] getTxtPosition() {
|
||||
return this.txtPosition;
|
||||
}
|
||||
|
||||
public void setTxtPosition(String[] newTxtPosition) {
|
||||
this.txtPosition = newTxtPosition;
|
||||
}
|
||||
|
||||
public String[] getTxtDesiredStrength() {
|
||||
return this.txtDesiredStrength;
|
||||
}
|
||||
|
||||
public void setTxtDesiredStrength(String[] newTxtDesiredStrength) {
|
||||
this.txtDesiredStrength = newTxtDesiredStrength;
|
||||
}
|
||||
|
||||
public String getOptSelect() {
|
||||
return this.optSelect;
|
||||
}
|
||||
|
||||
public void setOptSelect(String newOptSelect) {
|
||||
this.optSelect = newOptSelect;
|
||||
}
|
||||
|
||||
public String[] getButPosition() {
|
||||
return this.butPosition;
|
||||
}
|
||||
|
||||
public void setButPosition(String[] newButPosition) {
|
||||
this.butPosition = newButPosition;
|
||||
}
|
||||
|
||||
public ArrayList getArrMisReport() {
|
||||
return this.arrMisReport;
|
||||
}
|
||||
|
||||
public void setArrMisReport(ArrayList newArrMisReport) {
|
||||
this.arrMisReport = newArrMisReport;
|
||||
}
|
||||
|
||||
public String[] getTxtPositionId() {
|
||||
return this.txtPositionId;
|
||||
}
|
||||
|
||||
public void setTxtPositionId(String[] newTxtPositionId) {
|
||||
this.txtPositionId = newTxtPositionId;
|
||||
}
|
||||
|
||||
public String getLocationCode() {
|
||||
return this.locationCode;
|
||||
}
|
||||
|
||||
public void setLocationCode(String newLocationCode) {
|
||||
this.locationCode = newLocationCode;
|
||||
}
|
||||
|
||||
public String getButGenRep() {
|
||||
return this.butGenRep;
|
||||
}
|
||||
|
||||
public void setButGenRep(String newButGenRep) {
|
||||
this.butGenRep = newButGenRep;
|
||||
}
|
||||
|
||||
public String getDisabbutGenRep() {
|
||||
return this.disabbutGenRep;
|
||||
}
|
||||
|
||||
public void setDisabbutGenRep(String newDisabbutGenRep) {
|
||||
this.disabbutGenRep = newDisabbutGenRep;
|
||||
}
|
||||
|
||||
public String getTxtYearMonth() {
|
||||
return this.txtYearMonth;
|
||||
}
|
||||
|
||||
public void setTxtYearMonth(String newTxtYearMonth) {
|
||||
this.txtYearMonth = newTxtYearMonth;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user