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

📄 qcsqdform.java

📁 办公自动化项目
💻 JAVA
字号:
package com.t60.oa.web.car;

import java.util.List;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.*;

public class QcsqdForm extends ActionForm {

    private String ause;
    private String ausename;
    private String gagebreakout;
    private String gagegiveback;
    private String excuse;
    private String luse;
    private String cartype;
    private List cartypes;

    public ActionErrors validate(ActionMapping actionMapping,
                                 HttpServletRequest httpServletRequest) {
            /** @todo: finish this method, this is just the skeleton.*/
        return null;
    }

    public void reset(ActionMapping actionMapping,
                      HttpServletRequest servletRequest) {
    }

    public String getAuse() {
        return ause;
    }

    public String getCartype() {
        return cartype;
    }

    public String getExcuse() {
        return excuse;
    }

    public String getGagebreakout() {
        return gagebreakout;
    }

    public String getGagegiveback() {
        return gagegiveback;
    }

    public List getCartypes() {
        return cartypes;
    }

    public String getLuse() {
        return luse;
    }

    public String getAusename() {
        return ausename;
    }

    public void setAuse(String ause) {
        this.ause = ause;
    }

    public void setCartype(String cartype) {
        this.cartype = cartype;
    }

    public void setExcuse(String excuse) {
        this.excuse = excuse;
    }

    public void setGagebreakout(String gagebreakout) {
        this.gagebreakout = gagebreakout;
    }

    public void setGagegiveback(String gagegiveback) {
        this.gagegiveback = gagegiveback;
    }

    public void setCartypes(List cartypes) {
        this.cartypes = cartypes;
    }

    public void setLuse(String luse) {
        this.luse = luse;
    }

    public void setAusename(String ausename) {
        this.ausename = ausename;
    }
}

⌨️ 快捷键说明

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