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

📄 exemodifygatheringactionform.java

📁 完整的合同管理信息系统
💻 JAVA
字号:
package com.ICT.AFC.contractmoney.gathering;

import org.apache.struts.action.*;
import javax.servlet.http.*;
import org.apache.struts.upload.*;

public class exeModifyGatheringActionForm extends ActionForm
{
  private FormFile gatheringFile;
  private String gatheringMoney;
  private String gatheringRemark;
  private String gatheringDate;
  public FormFile getGatheringFile()
  {
    return gatheringFile;
  }
  public void setGatheringFile(FormFile gatheringFile)
  {
    this.gatheringFile = gatheringFile;
  }
  public ActionErrors validate(ActionMapping actionMapping, HttpServletRequest httpServletRequest)
  {
    /**@todo: finish this method, this is just the skeleton.*/
    return null;
  }
  public void reset(ActionMapping actionMapping, HttpServletRequest httpServletRequest)
  {
  }
  public String getGatheringMoney()
  {
    return gatheringMoney;
  }
  public void setGatheringMoney(String gatheringMoney)
  {
    this.gatheringMoney = gatheringMoney;
  }
  public String getGatheringRemark()
  {
    return gatheringRemark;
  }
  public void setGatheringRemark(String gatheringRemark)
  {
    this.gatheringRemark = gatheringRemark;
  }
  public String getGatheringDate()
  {
    return gatheringDate;
  }
  public void setGatheringDate(String gatheringDate)
  {
    this.gatheringDate = gatheringDate;
  }
}

⌨️ 快捷键说明

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