?? workstaffform.java
字號:
// 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;
/**
* WorkstaffForm.java created by EasyStruts - XsltGen.
* http://easystruts.sf.net
* created on 06-29-2006
*
* XDoclet definition:
* @struts:form name="workstaffForm"
*/
public class WorkstaffForm extends ActionForm
{
// --------------------------------------------------------- Instance Variables
/** contract_id property */
private String contract_id;
/** rsrv_str4 property */
private String rsrv_str4;
/** in_staff_id property */
private String in_staff_id;
/** in_date property */
private String in_date;
/** case_id property */
private String case_id;
/** begin_date property */
private String begin_date;
/** staff_id property */
private String staff_id;
/** rsrv_str5 property */
private String rsrv_str5;
/** end_date property */
private String end_date;
/** remark property */
private String remark;
/** rsrv_str1 property */
private String rsrv_str1;
/** staff_role property */
private String staff_role;
/** rsrv_str2 property */
private String rsrv_str2;
/** remove_tag property */
private String remove_tag;
/** rsrv_str3 property */
private String rsrv_str3;
private String cust_id;
// --------------------------------------------------------- Methods
/**
* Returns the contract_id.
* @return String
*/
public String getContract_id()
{
return contract_id;
}
public String getCust_id()
{
return cust_id;
}
public void setCust_id(String cust_id)
{
this.cust_id = cust_id;
}
/**
* Set the contract_id.
* @param contract_id The contract_id to set
*/
public void setContract_id(String contract_id)
{
this.contract_id = contract_id;
}
/**
* Returns the rsrv_str4.
* @return String
*/
public String getRsrv_str4()
{
return rsrv_str4;
}
/**
* 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_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 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 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 begin_date.
* @return String
*/
public String getBegin_date()
{
return begin_date;
}
/**
* Set the begin_date.
* @param begin_date The begin_date to set
*/
public void setBegin_date(String begin_date)
{
this.begin_date = begin_date;
}
/**
* Returns the staff_id.
* @return String
*/
public String getStaff_id()
{
return staff_id;
}
/**
* Set the staff_id.
* @param staff_id The staff_id to set
*/
public void setStaff_id(String staff_id)
{
this.staff_id = staff_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 end_date.
* @return String
*/
public String getEnd_date()
{
return end_date;
}
/**
* Set the end_date.
* @param end_date The end_date to set
*/
public void setEnd_date(String end_date)
{
this.end_date = end_date;
}
/**
* 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 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 staff_role.
* @return String
*/
public String getStaff_role()
{
return staff_role;
}
/**
* Set the staff_role.
* @param staff_role The staff_role to set
*/
public void setStaff_role(String staff_role)
{
this.staff_role = staff_role;
}
/**
* 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 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;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -