Process.java
资源名称:WorkFlow.rar [点击查看]
上传用户:ahit0551
上传日期:2009-04-15
资源大小:2345k
文件大小:1k
源码类别:
xml/soap/webservice
开发平台:
Java
- package name.xio.xiorkflow.domain;
- import org.jdom.Document;
- public class Process {
- /**
- * @return Returns the doc.
- */
- public Document getDoc() {
- return doc;
- }
- /**
- * @param doc The doc to set.
- */
- public void setDoc(Document doc) {
- this.doc = doc;
- }
- /**
- * @return Returns the name.
- */
- public String getName() {
- return name;
- }
- /**
- * @param name The name to set.
- */
- public void setName(String name) {
- this.name = name;
- }
- private String name;
- private Document doc;
- }