⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ggtxl_addform.java

📁 一段很有意义的源码,看了就知道,不信试一试啊!
💻 JAVA
字号:
/*
 * Generated by MyEclipse Struts
 * Template path: templates/java/JavaClass.vtl
 */
package com.wondersgroup.txl.web.Form;

import java.util.Date;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;

/** 
 * MyEclipse Struts
 * Creation date: 07-04-2007
 * 
 * XDoclet definition:
 * @struts.form name="ggTxl_AddForm"
 */
public class GgTxl_AddForm extends ActionForm {
	/*
	 * Generated fields
	 */

	/** dwdz property */
	private String dwdz;

	/** ydwh property */
	private String ydwh;

	/** py property */
	private String py;

	/** dwyb property */
	private String dwyb;

	/** ltwh property */
	private String ltwh;

	/** dwdh property */
	private String dwdh;

	/** dw property */
	private String dw;

	/** id property */
	private long id;

	/** xlt property */
	private String xlt;

	/** sj property */
	private String sj;

	/** sr property */
	private String sr;

	/** ltsj property */
	private String ltsj;

	/** jtyb property */
	private String jtyb;

	/** zw property */
	private String zw;

	/** ydsj property */
	private String ydsj;

	/** xm property */
	private String xm;

	/** dwcz property */
	private String dwcz;

	/** bz property */
	private String bz;

	/** drflag property */
	private boolean drflag;

	/** jtdh property */
	private String jtdh;

	/** fdwid property */
	private long fdwid;

	/** bm property */
	private String bm;

	/** jtdz property */
	private String jtdz;

	/** txltype property */
	private String txltype;

	/** email property */
	private String email;

	/*
	 * Generated Methods
	 */

	/** 
	 * Method validate
	 * @param mapping
	 * @param request
	 * @return ActionErrors
	 */
	public ActionErrors validate(ActionMapping mapping,
			HttpServletRequest request) {
		// TODO Auto-generated method stub
		return null;
	}

	/** 
	 * Method reset
	 * @param mapping
	 * @param request
	 */
	public void reset(ActionMapping mapping, HttpServletRequest request) {
		// TODO Auto-generated method stub
	}

	/** 
	 * Returns the dwdz.
	 * @return String
	 */
	public String getDwdz() {
		return dwdz;
	}

	/** 
	 * Set the dwdz.
	 * @param dwdz The dwdz to set
	 */
	public void setDwdz(String dwdz) {
		this.dwdz = dwdz;
	}

	/** 
	 * Returns the ydwh.
	 * @return String
	 */
	public String getYdwh() {
		return ydwh;
	}

	/** 
	 * Set the ydwh.
	 * @param ydwh The ydwh to set
	 */
	public void setYdwh(String ydwh) {
		this.ydwh = ydwh;
	}

	/** 
	 * Returns the py.
	 * @return String
	 */
	public String getPy() {
		return py;
	}

	/** 
	 * Set the py.
	 * @param py The py to set
	 */
	public void setPy(String py) {
		this.py = py;
	}

	/** 
	 * Returns the dwyb.
	 * @return String
	 */
	public String getDwyb() {
		return dwyb;
	}

	/** 
	 * Set the dwyb.
	 * @param dwyb The dwyb to set
	 */
	public void setDwyb(String dwyb) {
		this.dwyb = dwyb;
	}

	/** 
	 * Returns the ltwh.
	 * @return String
	 */
	public String getLtwh() {
		return ltwh;
	}

	/** 
	 * Set the ltwh.
	 * @param ltwh The ltwh to set
	 */
	public void setLtwh(String ltwh) {
		this.ltwh = ltwh;
	}

	/** 
	 * Returns the dwdh.
	 * @return String
	 */
	public String getDwdh() {
		return dwdh;
	}

	/** 
	 * Set the dwdh.
	 * @param dwdh The dwdh to set
	 */
	public void setDwdh(String dwdh) {
		this.dwdh = dwdh;
	}

	/** 
	 * Returns the dw.
	 * @return String
	 */
	public String getDw() {
		return dw;
	}

	/** 
	 * Set the dw.
	 * @param dw The dw to set
	 */
	public void setDw(String dw) {
		this.dw = dw;
	}

	/** 
	 * Returns the id.
	 * @return long
	 */
	public long getId() {
		return id;
	}

	/** 
	 * Set the id.
	 * @param id The id to set
	 */
	public void setId(long id) {
		this.id = id;
	}

	/** 
	 * Returns the xlt.
	 * @return String
	 */
	public String getXlt() {
		return xlt;
	}

	/** 
	 * Set the xlt.
	 * @param xlt The xlt to set
	 */
	public void setXlt(String xlt) {
		this.xlt = xlt;
	}

	/** 
	 * Returns the sj.
	 * @return String
	 */
	public String getSj() {
		return sj;
	}

	/** 
	 * Set the sj.
	 * @param sj The sj to set
	 */
	public void setSj(String sj) {
		this.sj = sj;
	}

	/** 
	 * Returns the sr.
	 * @return Date
	 */
	public String getSr() {
		return sr;
	}

	/** 
	 * Set the sr.
	 * @param sr The sr to set
	 */
	public void setSr(String sr) {
		this.sr = sr;
	}

	/** 
	 * Returns the ltsj.
	 * @return String
	 */
	public String getLtsj() {
		return ltsj;
	}

	/** 
	 * Set the ltsj.
	 * @param ltsj The ltsj to set
	 */
	public void setLtsj(String ltsj) {
		this.ltsj = ltsj;
	}

	/** 
	 * Returns the jtyb.
	 * @return String
	 */
	public String getJtyb() {
		return jtyb;
	}

	/** 
	 * Set the jtyb.
	 * @param jtyb The jtyb to set
	 */
	public void setJtyb(String jtyb) {
		this.jtyb = jtyb;
	}

	/** 
	 * Returns the zw.
	 * @return String
	 */
	public String getZw() {
		return zw;
	}

	/** 
	 * Set the zw.
	 * @param zw The zw to set
	 */
	public void setZw(String zw) {
		this.zw = zw;
	}

	/** 
	 * Returns the ydsj.
	 * @return String
	 */
	public String getYdsj() {
		return ydsj;
	}

	/** 
	 * Set the ydsj.
	 * @param ydsj The ydsj to set
	 */
	public void setYdsj(String ydsj) {
		this.ydsj = ydsj;
	}

	/** 
	 * Returns the xm.
	 * @return String
	 */
	public String getXm() {
		return xm;
	}

	/** 
	 * Set the xm.
	 * @param xm The xm to set
	 */
	public void setXm(String xm) {
		this.xm = xm;
	}

	/** 
	 * Returns the dwcz.
	 * @return String
	 */
	public String getDwcz() {
		return dwcz;
	}

	/** 
	 * Set the dwcz.
	 * @param dwcz The dwcz to set
	 */
	public void setDwcz(String dwcz) {
		this.dwcz = dwcz;
	}

	/** 
	 * 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 drflag.
	 * @return bool
	 */
	public boolean getDrflag() {
		return drflag;
	}

	/** 
	 * Set the drflag.
	 * @param drflag The drflag to set
	 */
	public void setDrflag(boolean drflag) {
		this.drflag = drflag;
	}

	/** 
	 * Returns the jtdh.
	 * @return String
	 */
	public String getJtdh() {
		return jtdh;
	}

	/** 
	 * Set the jtdh.
	 * @param jtdh The jtdh to set
	 */
	public void setJtdh(String jtdh) {
		this.jtdh = jtdh;
	}

	/** 
	 * Returns the fdwid.
	 * @return long
	 */
	public long getFdwid() {
		return fdwid;
	}

	/** 
	 * Set the fdwid.
	 * @param fdwid The fdwid to set
	 */
	public void setFdwid(long fdwid) {
		this.fdwid = fdwid;
	}

	/** 
	 * Returns the bm.
	 * @return String
	 */
	public String getBm() {
		return bm;
	}

	/** 
	 * Set the bm.
	 * @param bm The bm to set
	 */
	public void setBm(String bm) {
		this.bm = bm;
	}

	/** 
	 * Returns the jtdz.
	 * @return String
	 */
	public String getJtdz() {
		return jtdz;
	}

	/** 
	 * Set the jtdz.
	 * @param jtdz The jtdz to set
	 */
	public void setJtdz(String jtdz) {
		this.jtdz = jtdz;
	}

	/** 
	 * Returns the txltype.
	 * @return String
	 */
	public String getTxltype() {
		return txltype;
	}

	/** 
	 * Set the txltype.
	 * @param txltype The txltype to set
	 */
	public void setTxltype(String txltype) {
		this.txltype = txltype;
	}

	/** 
	 * 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;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -