?? contracttradeform.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;
/**
* ContracttradeForm.java created by EasyStruts - XsltGen.
* http://easystruts.sf.net
* created on 06-21-2006
*
* XDoclet definition:
* @struts:form name="contracttradeForm"
*/
public class ContracttradeForm extends ActionForm
{
// --------------------------------------------------------- Instance Variables
/** rsrv_str4 property */
private String rsrv_str4;
/** rsrv_str4 property */
private String case_id;
/** rsrv_str4 property */
private String check_tag;
/** rsrv_str4 property */
private String check_staff_id;
/** contract_id property */
private String contract_id;
/** receive_depart_id property */
private String receive_depart_id;
/** valid_time_limit property */
private int valid_time_limit;
/** block_tag property */
private String block_tag;
/** give_depart_id property */
private String give_depart_id;
/** rsrv_str10 property */
private String rsrv_str10;
/** receive_staff_id property */
private String receive_staff_id;
/** block_end_date property */
private String block_end_date;
/** give_staff_id property */
private String give_staff_id;
/** rsrv_str1 property */
private String rsrv_str1;
/** block_begin_date property */
private String block_begin_date;
/** remove_reason property */
private String remove_reason;
/** fee_tag property */
private String fee_tag;
/** fee_id property */
private String fee_id;
/** rsrv_str2 property */
private String rsrv_str2;
/** receive_staff_name property */
private String receive_staff_name;
/** valid_begin_date property */
private String valid_begin_date;
/** fee_note_no property */
private String fee_note_no;
/** valid_end_date property */
private String valid_end_date;
/** remove_tag property */
private String remove_tag;
/** rsrv_str3 property */
private String rsrv_str3;
/** contract_type property */
private String contract_type;
/** staff_id property */
private String staff_id;
/** fee_date property */
private String fee_date;
/** back_date property */
private String back_date;
/** rsrv_str5 property */
private String rsrv_str5;
/** receive_date property */
private String receive_date;
/** remark property */
private String remark;
/** contract_ref property */
private String contract_ref;
/** rsrv_str6 property */
private String rsrv_str6;
/** back_tag property */
private String back_tag;
/** rsrv_str9 property */
private String rsrv_str9;
/** rsrv_str7 property */
private String rsrv_str7;
/** rsrv_str8 property */
private String rsrv_str8;
/** trade_id property */
private String trade_id;
// --------------------------------------------------------- Methods
/**
* Returns the rsrv_str4.
* @return String
*/
public String getRsrv_str4()
{
return rsrv_str4;
}
public String getCase_id()
{
return case_id;
}
public String getCheck_tag()
{
return check_tag;
}
public String getCheck_staff_id()
{
return check_staff_id;
}
/**
* 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 contract_id.
* @return String
*/
public String getContract_id()
{
return contract_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 receive_depart_id.
* @return String
*/
public String getReceive_depart_id()
{
return receive_depart_id;
}
/**
* Set the receive_depart_id.
* @param receive_depart_id The receive_depart_id to set
*/
public void setReceive_depart_id(String receive_depart_id)
{
this.receive_depart_id = receive_depart_id;
}
/**
* Returns the valid_time_limit.
* @return Int
*/
public int getValid_time_limit()
{
return valid_time_limit;
}
/**
* Set the valid_time_limit.
* @param valid_time_limit The valid_time_limit to set
*/
public void setValid_time_limit(int valid_time_limit)
{
this.valid_time_limit = valid_time_limit;
}
/**
* Returns the block_tag.
* @return String
*/
public String getBlock_tag()
{
return block_tag;
}
/**
* Set the block_tag.
* @param block_tag The block_tag to set
*/
public void setBlock_tag(String block_tag)
{
this.block_tag = block_tag;
}
/**
* Returns the give_depart_id.
* @return String
*/
public String getGive_depart_id()
{
return give_depart_id;
}
/**
* Set the give_depart_id.
* @param give_depart_id The give_depart_id to set
*/
public void setGive_depart_id(String give_depart_id)
{
this.give_depart_id = give_depart_id;
}
/**
* Returns the rsrv_str10.
* @return String
*/
public String getRsrv_str10()
{
return rsrv_str10;
}
/**
* Set the rsrv_str10.
* @param rsrv_str10 The rsrv_str10 to set
*/
public void setRsrv_str10(String rsrv_str10)
{
this.rsrv_str10 = rsrv_str10;
}
/**
* Returns the receive_staff_id.
* @return String
*/
public String getReceive_staff_id()
{
return receive_staff_id;
}
/**
* Set the receive_staff_id.
* @param receive_staff_id The receive_staff_id to set
*/
public void setReceive_staff_id(String receive_staff_id)
{
this.receive_staff_id = receive_staff_id;
}
/**
* Returns the block_end_date.
* @return String
*/
public String getBlock_end_date()
{
return block_end_date;
}
/**
* Set the block_end_date.
* @param block_end_date The block_end_date to set
*/
public void setBlock_end_date(String block_end_date)
{
this.block_end_date = block_end_date;
}
/**
* Returns the give_staff_id.
* @return String
*/
public String getGive_staff_id()
{
return give_staff_id;
}
/**
* Set the give_staff_id.
* @param give_staff_id The give_staff_id to set
*/
public void setGive_staff_id(String give_staff_id)
{
this.give_staff_id = give_staff_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;
}
public void setCase_id(String case_id)
{
this.case_id = case_id;
}
public void setCheck_tag(String check_tag)
{
this.check_tag = check_tag;
}
public void setCheck_staff_id(String check_staff_id)
{
this.check_staff_id = check_staff_id;
}
/**
* Returns the block_begin_date.
* @return String
*/
public String getBlock_begin_date()
{
return block_begin_date;
}
/**
* Set the block_begin_date.
* @param block_begin_date The block_begin_date to set
*/
public void setBlock_begin_date(String block_begin_date)
{
this.block_begin_date = block_begin_date;
}
/**
* Returns the remove_reason.
* @return String
*/
public String getRemove_reason()
{
return remove_reason;
}
/**
* Set the remove_reason.
* @param remove_reason The remove_reason to set
*/
public void setRemove_reason(String remove_reason)
{
this.remove_reason = remove_reason;
}
/**
* Returns the fee_tag.
* @return String
*/
public String getFee_tag()
{
return fee_tag;
}
/**
* Set the fee_tag.
* @param fee_tag The fee_tag to set
*/
public void setFee_tag(String fee_tag)
{
this.fee_tag = fee_tag;
}
/**
* Returns the fee_id.
* @return String
*/
public String getFee_id()
{
return fee_id;
}
/**
* Set the fee_id.
* @param fee_id The fee_id to set
*/
public void setFee_id(String fee_id)
{
this.fee_id = fee_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 receive_staff_name.
* @return String
*/
public String getReceive_staff_name()
{
return receive_staff_name;
}
/**
* Set the receive_staff_name.
* @param receive_staff_name The receive_staff_name to set
*/
public void setReceive_staff_name(String receive_staff_name)
{
this.receive_staff_name = receive_staff_name;
}
/**
* Returns the valid_begin_date.
* @return String
*/
public String getValid_begin_date()
{
return valid_begin_date;
}
/**
* Set the valid_begin_date.
* @param valid_begin_date The valid_begin_date to set
*/
public void setValid_begin_date(String valid_begin_date)
{
this.valid_begin_date = valid_begin_date;
}
/**
* Returns the fee_note_no.
* @return String
*/
public String getFee_note_no()
{
return fee_note_no;
}
/**
* Set the fee_note_no.
* @param fee_note_no The fee_note_no to set
*/
public void setFee_note_no(String fee_note_no)
{
this.fee_note_no = fee_note_no;
}
/**
* Returns the valid_end_date.
* @return String
*/
public String getValid_end_date()
{
return valid_end_date;
}
/**
* Set the valid_end_date.
* @param valid_end_date The valid_end_date to set
*/
public void setValid_end_date(String valid_end_date)
{
this.valid_end_date = valid_end_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 contract_type.
* @return String
*/
public String getContract_type()
{
return contract_type;
}
/**
* Set the contract_type.
* @param contract_type The contract_type to set
*/
public void setContract_type(String contract_type)
{
this.contract_type = contract_type;
}
/**
* 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 fee_date.
* @return String
*/
public String getFee_date()
{
return fee_date;
}
/**
* Set the fee_date.
* @param fee_date The fee_date to set
*/
public void setFee_date(String fee_date)
{
this.fee_date = fee_date;
}
/**
* Returns the back_date.
* @return String
*/
public String getBack_date()
{
return back_date;
}
/**
* Set the back_date.
* @param back_date The back_date to set
*/
public void setBack_date(String back_date)
{
this.back_date = back_date;
}
/**
* 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 receive_date.
* @return String
*/
public String getReceive_date()
{
return receive_date;
}
/**
* Set the receive_date.
* @param receive_date The receive_date to set
*/
public void setReceive_date(String receive_date)
{
this.receive_date = receive_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 contract_ref.
* @return String
*/
public String getContract_ref()
{
return contract_ref;
}
/**
* Set the contract_ref.
* @param contract_ref The contract_ref to set
*/
public void setContract_ref(String contract_ref)
{
this.contract_ref = contract_ref;
}
/**
* 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 back_tag.
* @return String
*/
public String getBack_tag()
{
return back_tag;
}
/**
* Set the back_tag.
* @param back_tag The back_tag to set
*/
public void setBack_tag(String back_tag)
{
this.back_tag = back_tag;
}
/**
* Returns the rsrv_str9.
* @return String
*/
public String getRsrv_str9()
{
return rsrv_str9;
}
/**
* Set the rsrv_str9.
* @param rsrv_str9 The rsrv_str9 to set
*/
public void setRsrv_str9(String 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 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 trade_id.
* @return String
*/
public String getTrade_id()
{
return trade_id;
}
/**
* Set the trade_id.
* @param trade_id The trade_id to set
*/
public void setTrade_id(String trade_id)
{
this.trade_id = trade_id;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -