?? workflowxinfoform.java
字號(hào):
// Created by Xslt generator for Eclipse.
// XSL : not found (java.io.FileNotFoundException: (Bad file descriptor))
// Default XSL used : easystruts.jar$org.easystruts.xslgen.JavaClass.xsl
package com.ahbay.struts.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* WorkflowxinfoForm.java created by EasyStruts - XsltGen.
* http://easystruts.sf.net
* created on 07-03-2006
*
* XDoclet definition:
* @struts:form name="workflowxinfoForm"
*/
public class WorkflowxinfoForm extends ActionForm
{
// --------------------------------------------------------- Instance Variables
/** rsrv_str4 property */
private String rsrv_str4;
private String work_staff;
/** in_date property */
private String in_date;
/** up_node_id property */
private String up_node_id;
/** rsrv_str1 property */
private String rsrv_str1;
/** node_end_tag property */
private String node_end_tag;
/** node_no property */
private int node_no;
/** rsrv_str0 property */
private int rsrv_str0;
/** node_id property */
private String node_id;
/** rsrv_str2 property */
private String rsrv_str2;
/** node_begin_date property */
private String node_begin_date;
/** remove_tag property */
private String remove_tag;
/** rsrv_str3 property */
private String rsrv_str3;
/** in_staff_id property */
private String in_staff_id;
/** ext_tag property */
private String ext_tag;
/** workflow_end_tag property */
private String workflow_end_tag;
/** workflow_id property */
private String workflow_id;
/** case_id property */
private String case_id;
/** rsrv_str5 property */
private String rsrv_str5;
/** remark property */
private String remark;
/** node_Y_id property */
private String node_Y_id;
/** rsrv_str6 property */
private String rsrv_str6;
/** workflow_name property */
private String workflow_name;
/** node_type property */
private String node_type;
/** rsrv_str9 property */
private int rsrv_str9;
/** rsrv_str7 property */
private String rsrv_str7;
/** workflow_type property */
private String workflow_type;
/** rsrv_str8 property */
private String rsrv_str8;
/** node_end_date property */
private String node_end_date;
/** node_name property */
private String node_name;
// --------------------------------------------------------- Methods
/**
* Returns the rsrv_str4.
* @return String
*/
public String getRsrv_str4()
{
return rsrv_str4;
}
public String getWork_staff()
{
return work_staff;
}
public void setWork_staff(String work_staff)
{
this.work_staff = work_staff;
}
/**
* Set the rsrv_str4.
* @param rsrv_str4 The rsrv_str4 to set
*/
public void setRsrv_str4(String rsrv_str4)
{
this.rsrv_str4 = rsrv_str4;
}
/**
* Returns the in_date.
* @return String
*/
public String getIn_date()
{
return in_date;
}
/**
* Set the in_date.
* @param in_date The in_date to set
*/
public void setIn_date(String in_date)
{
this.in_date = in_date;
}
/**
* Returns the up_node_id.
* @return String
*/
public String getUp_node_id()
{
return up_node_id;
}
/**
* Set the up_node_id.
* @param up_node_id The up_node_id to set
*/
public void setUp_node_id(String up_node_id)
{
this.up_node_id = up_node_id;
}
/**
* Returns the rsrv_str1.
* @return String
*/
public String getRsrv_str1()
{
return rsrv_str1;
}
/**
* Set the rsrv_str1.
* @param rsrv_str1 The rsrv_str1 to set
*/
public void setRsrv_str1(String rsrv_str1)
{
this.rsrv_str1 = rsrv_str1;
}
/**
* Returns the node_end_tag.
* @return String
*/
public String getNode_end_tag()
{
return node_end_tag;
}
/**
* Set the node_end_tag.
* @param node_end_tag The node_end_tag to set
*/
public void setNode_end_tag(String node_end_tag)
{
this.node_end_tag = node_end_tag;
}
/**
* Returns the node_no.
* @return int
*/
public int getNode_no()
{
return node_no;
}
/**
* Set the node_no.
* @param node_no The node_no to set
*/
public void setNode_no(int node_no)
{
this.node_no = node_no;
}
/**
* Returns the rsrv_str0.
* @return int
*/
public int getRsrv_str0()
{
return rsrv_str0;
}
/**
* Set the rsrv_str0.
* @param rsrv_str0 The rsrv_str0 to set
*/
public void setRsrv_str0(int rsrv_str0)
{
this.rsrv_str0 = rsrv_str0;
}
/**
* Returns the node_id.
* @return String
*/
public String getNode_id()
{
return node_id;
}
/**
* Set the node_id.
* @param node_id The node_id to set
*/
public void setNode_id(String node_id)
{
this.node_id = node_id;
}
/**
* Returns the rsrv_str2.
* @return String
*/
public String getRsrv_str2()
{
return rsrv_str2;
}
/**
* Set the rsrv_str2.
* @param rsrv_str2 The rsrv_str2 to set
*/
public void setRsrv_str2(String rsrv_str2)
{
this.rsrv_str2 = rsrv_str2;
}
/**
* Returns the node_begin_date.
* @return String
*/
public String getNode_begin_date()
{
return node_begin_date;
}
/**
* Set the node_begin_date.
* @param node_begin_date The node_begin_date to set
*/
public void setNode_begin_date(String node_begin_date)
{
this.node_begin_date = node_begin_date;
}
/**
* Returns the remove_tag.
* @return String
*/
public String getRemove_tag()
{
return remove_tag;
}
/**
* Set the remove_tag.
* @param remove_tag The remove_tag to set
*/
public void setRemove_tag(String remove_tag)
{
this.remove_tag = remove_tag;
}
/**
* Returns the rsrv_str3.
* @return String
*/
public String getRsrv_str3()
{
return rsrv_str3;
}
/**
* Set the rsrv_str3.
* @param rsrv_str3 The rsrv_str3 to set
*/
public void setRsrv_str3(String rsrv_str3)
{
this.rsrv_str3 = rsrv_str3;
}
/**
* Returns the in_staff_id.
* @return String
*/
public String getIn_staff_id()
{
return in_staff_id;
}
/**
* Set the in_staff_id.
* @param in_staff_id The in_staff_id to set
*/
public void setIn_staff_id(String in_staff_id)
{
this.in_staff_id = in_staff_id;
}
/**
* Returns the ext_tag.
* @return String
*/
public String getExt_tag()
{
return ext_tag;
}
/**
* Set the ext_tag.
* @param ext_tag The ext_tag to set
*/
public void setExt_tag(String ext_tag)
{
this.ext_tag = ext_tag;
}
/**
* Returns the workflow_end_tag.
* @return String
*/
public String getWorkflow_end_tag()
{
return workflow_end_tag;
}
/**
* Set the workflow_end_tag.
* @param workflow_end_tag The workflow_end_tag to set
*/
public void setWorkflow_end_tag(String workflow_end_tag)
{
this.workflow_end_tag = workflow_end_tag;
}
/**
* Returns the workflow_id.
* @return String
*/
public String getWorkflow_id()
{
return workflow_id;
}
/**
* Set the workflow_id.
* @param workflow_id The workflow_id to set
*/
public void setWorkflow_id(String workflow_id)
{
this.workflow_id = workflow_id;
}
/**
* Returns the case_id.
* @return String
*/
public String getCase_id()
{
return case_id;
}
/**
* Set the case_id.
* @param case_id The case_id to set
*/
public void setCase_id(String case_id)
{
this.case_id = case_id;
}
/**
* Returns the rsrv_str5.
* @return String
*/
public String getRsrv_str5()
{
return rsrv_str5;
}
/**
* Set the rsrv_str5.
* @param rsrv_str5 The rsrv_str5 to set
*/
public void setRsrv_str5(String rsrv_str5)
{
this.rsrv_str5 = rsrv_str5;
}
/**
* Returns the remark.
* @return String
*/
public String getRemark()
{
return remark;
}
/**
* Set the remark.
* @param remark The remark to set
*/
public void setRemark(String remark)
{
this.remark = remark;
}
/**
* Returns the node_Y_id.
* @return String
*/
public String getNode_Y_id()
{
return node_Y_id;
}
/**
* Set the node_Y_id.
* @param node_Y_id The node_Y_id to set
*/
public void setNode_Y_id(String node_Y_id)
{
this.node_Y_id = node_Y_id;
}
/**
* Returns the rsrv_str6.
* @return String
*/
public String getRsrv_str6()
{
return rsrv_str6;
}
/**
* Set the rsrv_str6.
* @param rsrv_str6 The rsrv_str6 to set
*/
public void setRsrv_str6(String rsrv_str6)
{
this.rsrv_str6 = rsrv_str6;
}
/**
* Returns the workflow_name.
* @return String
*/
public String getWorkflow_name()
{
return workflow_name;
}
/**
* Set the workflow_name.
* @param workflow_name The workflow_name to set
*/
public void setWorkflow_name(String workflow_name)
{
this.workflow_name = workflow_name;
}
/**
* Returns the node_type.
* @return String
*/
public String getNode_type()
{
return node_type;
}
/**
* Set the node_type.
* @param node_type The node_type to set
*/
public void setNode_type(String node_type)
{
this.node_type = node_type;
}
/**
* Returns the rsrv_str9.
* @return int
*/
public int getRsrv_str9()
{
return rsrv_str9;
}
/**
* Set the rsrv_str9.
* @param rsrv_str9 The rsrv_str9 to set
*/
public void setRsrv_str9(int rsrv_str9)
{
this.rsrv_str9 = rsrv_str9;
}
/**
* Returns the rsrv_str7.
* @return String
*/
public String getRsrv_str7()
{
return rsrv_str7;
}
/**
* Set the rsrv_str7.
* @param rsrv_str7 The rsrv_str7 to set
*/
public void setRsrv_str7(String rsrv_str7)
{
this.rsrv_str7 = rsrv_str7;
}
/**
* Returns the workflow_type.
* @return String
*/
public String getWorkflow_type()
{
return workflow_type;
}
/**
* Set the workflow_type.
* @param workflow_type The workflow_type to set
*/
public void setWorkflow_type(String workflow_type)
{
this.workflow_type = workflow_type;
}
/**
* Returns the rsrv_str8.
* @return String
*/
public String getRsrv_str8()
{
return rsrv_str8;
}
/**
* Set the rsrv_str8.
* @param rsrv_str8 The rsrv_str8 to set
*/
public void setRsrv_str8(String rsrv_str8)
{
this.rsrv_str8 = rsrv_str8;
}
/**
* Returns the node_end_date.
* @return String
*/
public String getNode_end_date()
{
return node_end_date;
}
/**
* Set the node_end_date.
* @param node_end_date The node_end_date to set
*/
public void setNode_end_date(String node_end_date)
{
this.node_end_date = node_end_date;
}
/**
* Returns the node_name.
* @return String
*/
public String getNode_name()
{
return node_name;
}
/**
* Set the node_name.
* @param node_name The node_name to set
*/
public void setNode_name(String node_name)
{
this.node_name = node_name;
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -