first commit
This commit is contained in:
16
hrmsEjb/wenrgise/common/xml/vo/Reports.java
Normal file
16
hrmsEjb/wenrgise/common/xml/vo/Reports.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.common.xml.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class Reports implements Serializable {
|
||||
private ArrayList _Report;
|
||||
|
||||
public ArrayList get_Report() {
|
||||
return this._Report;
|
||||
}
|
||||
|
||||
public void set_Report(ArrayList new_Report) {
|
||||
this._Report = new_Report;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user