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