?? copinfoform.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;
/**
* CopinfoForm.java created by EasyStruts - XsltGen.
* http://easystruts.sf.net
* created on 07-30-2005
*
* XDoclet definition:
* @struts:form name="copinfoForm"
*/
public class CopinfoForm extends ActionForm {
// --------------------------------------------------------- Instance Variables
/** frdb property */
private String frdb;
/** by7 property */
private String by7;
/** by3 property */
private String by3;
/** tel_01 property */
private String tel_01;
/** by2 property */
private String by2;
/** lxdh property */
private String lxdh;
/** tel_04 property */
private String tel_04;
/** bz property */
private String bz;
/** by4 property */
private String by4;
/** fax property */
private String fax;
/** tel_03 property */
private String tel_03;
/** tel_05 property */
private String tel_05;
/** gsmc property */
private String gsmc;
/** gsjc property */
private String gsjc;
/** gsdz property */
private String gsdz;
/** by5 property */
private String by5;
/** email property */
private String email;
/** tel_02 property */
private String tel_02;
/** by1 property */
private String by1;
/** by6 property */
private String by6;
// --------------------------------------------------------- Methods
/**
* Returns the frdb.
* @return String
*/
public String getFrdb() {
return frdb;
}
/**
* Set the frdb.
* @param frdb The frdb to set
*/
public void setFrdb(String frdb) {
this.frdb = frdb;
}
/**
* Returns the by7.
* @return String
*/
public String getBy7() {
return by7;
}
/**
* Set the by7.
* @param by7 The by7 to set
*/
public void setBy7(String by7) {
this.by7 = by7;
}
/**
* Returns the by3.
* @return String
*/
public String getBy3() {
return by3;
}
/**
* Set the by3.
* @param by3 The by3 to set
*/
public void setBy3(String by3) {
this.by3 = by3;
}
/**
* Returns the tel_01.
* @return String
*/
public String getTel_01() {
return tel_01;
}
/**
* Set the tel_01.
* @param tel_01 The tel_01 to set
*/
public void setTel_01(String tel_01) {
this.tel_01 = tel_01;
}
/**
* Returns the by2.
* @return String
*/
public String getBy2() {
return by2;
}
/**
* Set the by2.
* @param by2 The by2 to set
*/
public void setBy2(String by2) {
this.by2 = by2;
}
/**
* Returns the lxdh.
* @return String
*/
public String getLxdh() {
return lxdh;
}
/**
* Set the lxdh.
* @param lxdh The lxdh to set
*/
public void setLxdh(String lxdh) {
this.lxdh = lxdh;
}
/**
* Returns the tel_04.
* @return String
*/
public String getTel_04() {
return tel_04;
}
/**
* Set the tel_04.
* @param tel_04 The tel_04 to set
*/
public void setTel_04(String tel_04) {
this.tel_04 = tel_04;
}
/**
* Returns the bz.
* @return String
*/
public String getBz() {
return bz;
}
/**
* Set the bz.
* @param bz The bz to set
*/
public void setBz(String bz) {
this.bz = bz;
}
/**
* Returns the by4.
* @return String
*/
public String getBy4() {
return by4;
}
/**
* Set the by4.
* @param by4 The by4 to set
*/
public void setBy4(String by4) {
this.by4 = by4;
}
/**
* Returns the fax.
* @return String
*/
public String getFax() {
return fax;
}
/**
* Set the fax.
* @param fax The fax to set
*/
public void setFax(String fax) {
this.fax = fax;
}
/**
* Returns the tel_03.
* @return String
*/
public String getTel_03() {
return tel_03;
}
/**
* Set the tel_03.
* @param tel_03 The tel_03 to set
*/
public void setTel_03(String tel_03) {
this.tel_03 = tel_03;
}
/**
* Returns the tel_05.
* @return String
*/
public String getTel_05() {
return tel_05;
}
/**
* Set the tel_05.
* @param tel_05 The tel_05 to set
*/
public void setTel_05(String tel_05) {
this.tel_05 = tel_05;
}
/**
* Returns the gsmc.
* @return String
*/
public String getGsmc() {
return gsmc;
}
/**
* Set the gsmc.
* @param gsmc The gsmc to set
*/
public void setGsmc(String gsmc) {
this.gsmc = gsmc;
}
/**
* Returns the gsjc.
* @return String
*/
public String getGsjc() {
return gsjc;
}
/**
* Set the gsjc.
* @param gsjc The gsjc to set
*/
public void setGsjc(String gsjc) {
this.gsjc = gsjc;
}
/**
* Returns the gsdz.
* @return String
*/
public String getGsdz() {
return gsdz;
}
/**
* Set the gsdz.
* @param gsdz The gsdz to set
*/
public void setGsdz(String gsdz) {
this.gsdz = gsdz;
}
/**
* Returns the by5.
* @return String
*/
public String getBy5() {
return by5;
}
/**
* Set the by5.
* @param by5 The by5 to set
*/
public void setBy5(String by5) {
this.by5 = by5;
}
/**
* Returns the email.
* @return String
*/
public String getEmail() {
return email;
}
/**
* Set the email.
* @param email The email to set
*/
public void setEmail(String email) {
this.email = email;
}
/**
* Returns the tel_02.
* @return String
*/
public String getTel_02() {
return tel_02;
}
/**
* Set the tel_02.
* @param tel_02 The tel_02 to set
*/
public void setTel_02(String tel_02) {
this.tel_02 = tel_02;
}
/**
* Returns the by1.
* @return String
*/
public String getBy1() {
return by1;
}
/**
* Set the by1.
* @param by1 The by1 to set
*/
public void setBy1(String by1) {
this.by1 = by1;
}
/**
* Returns the by6.
* @return String
*/
public String getBy6() {
return by6;
}
/**
* Set the by6.
* @param by6 The by6 to set
*/
public void setBy6(String by6) {
this.by6 = by6;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -