📄 goodsarriveform.java
字号:
package com.test.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;
/**
* MyEclipse Struts
* Creation date: 12-27-2006
*
* XDoclet definition:
* @struts.form name="inForm"
*/
public class GoodsArriveForm extends ActionForm {
/*
* Generated fields
*/
/** zdjz property */
private String zdjz;
/** thfs property */
private String thfs;
/** mdlxr property */
private String mdlxr;
/** wtdh property */
private String wtdh;
/** mddh property */
private String mddh;
/** hydh property */
private String hydh;
/** mddz property */
private String mddz;
/** bz property */
private String bz;
/** sxbz property */
private String sxbz;
/** hydz property */
private String hydz;
/** mdcs property */
private String mdcs;
/** shf property */
private String shf;
/** ysfs property */
private String ysfs;
/** slrq property */
private String slrq;
/** sxjj property */
private String sxjj;
/** fhf property */
private String fhf;
/** hylxr property */
private String hylxr;
/** kh property */
private String kh;
/** sljg property */
private String sljg;
/** khzl property */
private String khzl;
/** sxqs property */
private String sxqs;
/** hycs property */
private String hycs;
/*
* 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 zdjz.
* @return String
*/
public String getZdjz() {
return zdjz;
}
/**
* Set the zdjz.
* @param zdjz The zdjz to set
*/
public void setZdjz(String zdjz) {
this.zdjz = zdjz;
}
/**
* Returns the thfs.
* @return String
*/
public String getThfs() {
return thfs;
}
/**
* Set the thfs.
* @param thfs The thfs to set
*/
public void setThfs(String thfs) {
this.thfs = thfs;
}
/**
* Returns the mdlxr.
* @return String
*/
public String getMdlxr() {
return mdlxr;
}
/**
* Set the mdlxr.
* @param mdlxr The mdlxr to set
*/
public void setMdlxr(String mdlxr) {
this.mdlxr = mdlxr;
}
/**
* Returns the wtdh.
* @return String
*/
public String getWtdh() {
return wtdh;
}
/**
* Set the wtdh.
* @param wtdh The wtdh to set
*/
public void setWtdh(String wtdh) {
this.wtdh = wtdh;
}
/**
* Returns the mddh.
* @return String
*/
public String getMddh() {
return mddh;
}
/**
* Set the mddh.
* @param mddh The mddh to set
*/
public void setMddh(String mddh) {
this.mddh = mddh;
}
/**
* Returns the hydh.
* @return String
*/
public String getHydh() {
return hydh;
}
/**
* Set the hydh.
* @param hydh The hydh to set
*/
public void setHydh(String hydh) {
this.hydh = hydh;
}
/**
* Returns the mddz.
* @return String
*/
public String getMddz() {
return mddz;
}
/**
* Set the mddz.
* @param mddz The mddz to set
*/
public void setMddz(String mddz) {
this.mddz = mddz;
}
/**
* 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 sxbz.
* @return String
*/
public String getSxbz() {
return sxbz;
}
/**
* Set the sxbz.
* @param sxbz The sxbz to set
*/
public void setSxbz(String sxbz) {
this.sxbz = sxbz;
}
/**
* Returns the hydz.
* @return String
*/
public String getHydz() {
return hydz;
}
/**
* Set the hydz.
* @param hydz The hydz to set
*/
public void setHydz(String hydz) {
this.hydz = hydz;
}
/**
* Returns the mdcs.
* @return String
*/
public String getMdcs() {
return mdcs;
}
/**
* Set the mdcs.
* @param mdcs The mdcs to set
*/
public void setMdcs(String mdcs) {
this.mdcs = mdcs;
}
/**
* Returns the shf.
* @return String
*/
public String getShf() {
return shf;
}
/**
* Set the shf.
* @param shf The shf to set
*/
public void setShf(String shf) {
this.shf = shf;
}
/**
* Returns the ysfs.
* @return String
*/
public String getYsfs() {
return ysfs;
}
/**
* Set the ysfs.
* @param ysfs The ysfs to set
*/
public void setYsfs(String ysfs) {
this.ysfs = ysfs;
}
/**
* Returns the slrq.
* @return String
*/
public String getSlrq() {
return slrq;
}
/**
* Set the slrq.
* @param slrq The slrq to set
*/
public void setSlrq(String slrq) {
this.slrq = slrq;
}
/**
* Returns the sxjj.
* @return String
*/
public String getSxjj() {
return sxjj;
}
/**
* Set the sxjj.
* @param sxjj The sxjj to set
*/
public void setSxjj(String sxjj) {
this.sxjj = sxjj;
}
/**
* Returns the fhf.
* @return String
*/
public String getFhf() {
return fhf;
}
/**
* Set the fhf.
* @param fhf The fhf to set
*/
public void setFhf(String fhf) {
this.fhf = fhf;
}
/**
* Returns the hylxr.
* @return String
*/
public String getHylxr() {
return hylxr;
}
/**
* Set the hylxr.
* @param hylxr The hylxr to set
*/
public void setHylxr(String hylxr) {
this.hylxr = hylxr;
}
/**
* Returns the kh.
* @return String
*/
public String getKh() {
return kh;
}
/**
* Set the kh.
* @param kh The kh to set
*/
public void setKh(String kh) {
this.kh = kh;
}
/**
* Returns the sljg.
* @return String
*/
public String getSljg() {
return sljg;
}
/**
* Set the sljg.
* @param sljg The sljg to set
*/
public void setSljg(String sljg) {
this.sljg = sljg;
}
/**
* Returns the khzl.
* @return String
*/
public String getKhzl() {
return khzl;
}
/**
* Set the khzl.
* @param khzl The khzl to set
*/
public void setKhzl(String khzl) {
this.khzl = khzl;
}
/**
* Returns the sxqs.
* @return String
*/
public String getSxqs() {
return sxqs;
}
/**
* Set the sxqs.
* @param sxqs The sxqs to set
*/
public void setSxqs(String sxqs) {
this.sxqs = sxqs;
}
/**
* Returns the hycs.
* @return String
*/
public String getHycs() {
return hycs;
}
/**
* Set the hycs.
* @param hycs The hycs to set
*/
public void setHycs(String hycs) {
this.hycs = hycs;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -