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

📄 docadvancedsearchactionform.java

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

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.*;

public class DocAdvancedSearchActionForm extends ActionForm {
    private String BigDate;
    private String SmallDate;
    private String child;
    private String context;
    private String foldname;
    private String history;
    private String owername;
    private String folderId;

    public String getBigDate() {
        return BigDate;
    }

    public void setBigDate(String BigDate) {
        this.BigDate = BigDate;
    }

    public String getSmallDate() {
        return SmallDate;
    }

    public void setSmallDate(String SmallDate) {
        this.SmallDate = SmallDate;
    }

    public String getChild() {
        return child;
    }

    public void setChild(String child) {
        this.child = child;
    }

    public void setOwername(String owername) {
        this.owername = owername;
    }

    public void setHistory(String history) {
        this.history = history;
    }

    public void setFoldname(String foldname) {
        this.foldname = foldname;
    }

    public void setContext(String context) {
        this.context = context;
    }

    public void setFolderId(String folderId) {
        this.folderId = folderId;
    }

    public String getContext() {
        return context;
    }

    public String getFoldname() {
        return foldname;
    }

    public String getHistory() {
        return history;
    }

    public String getOwername() {
        return owername;
    }

    public String getFolderId() {
        return folderId;
    }

    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) {
    }
}

⌨️ 快捷键说明

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