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

📄 fileinfoform.java

📁 一套完整的档案管理系统
💻 JAVA
字号:
package com.stsc.archive.volumn;

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

public class fileinfoForm extends ActionForm
{
	private String archivetype="";
	private String volumnno="";
	private String volumntitle="";
	private String code="";
	private String category="";
	private String retentionperiod="";
	private String startdate="";
	private String enddate="";
	private String totalnum="";
	private String totalpage="";
	private String duty="";
	private String security="";
	private String archiveunit="";
	private String remark="";
	private String status="";
	private String check="";
	private String save="";
	public void setarchivetype(String archivetype)
	{
		this.archivetype=archivetype;
	}
	public String getarchivetype()
	{
		return this.archivetype;
	}
	public  void setvolumnno(String volumnno)
	{
		this.volumnno=volumnno;
	}
	public String getvolumnno()
	{
		return this.volumnno;
	}
	public void setvolumntitle(String volumntitle)
	{
		this.volumntitle=volumntitle;
	}
	public String getvolumntitle()
	{
		return this.volumntitle;
	}
	public void setcode(String code)
	{
		this.code=code;
	}
	public String getcode()
	{
		return this.code;
	}
	public void setcategory(String category)
	{ 
		this.category=category;
	}
	public String getcategory()
	{
		return this.category;
	}
	public void setretentionperiod(String retentionperiod)
	{
		this.retentionperiod=retentionperiod;
	}
	public String getretentionperiod()
	{
		return this.retentionperiod;
	}
	public void setstartdate(String startdate)
	{ 
		this.startdate=startdate;
	}
	public String getstartdate()
	{
	        return this.startdate;
	}
	public void setenddate(String enddate)
	{
		this.enddate=enddate;
	}
	public String getenddate()
	{ 
		return this.enddate;
	}
	public void settotalnum(String totalnum)
	{
		this.totalnum=totalnum;
	}
	public String gettotalnum()
	{ 
		return this.totalnum;
	}
	public void settotalpage(String totalpage)
	{
		this.totalpage=totalpage;
	}
	public String gettotalpage()
	{
		return this.totalpage;
	}
	public void setduty(String duty)
	{
		this.duty=duty;
	}
	public String getduty()
	{ 
		return this.duty;
	}
	public void setsecurity(String security)
	{
		this.security=security;
	}
	public String getsecurity()
	{
		return this.security;
	}
	public void setarchiveunit(String archiveunit)
	{
		this.archiveunit=archiveunit;
	}
	public String getarchiveunit()
	{
		return this.archiveunit;
	}
	public void setremark(String remark)
	{
		this.remark=remark;
	}
	public String getremark()
	{
		return this.remark;
	}
	public void setstatus(String status)
	{
		this.status=status;
	}
	public String getstatus()
	{
		return this.status;
	}
	public void setcheck(String check)
	{
		this.check=check;
	}
	public String getcheck()
	{
		return this.check;
	}
	public void setsave(String save)
	{
		this.save=save;
	}
	public String getsave()
	{
		return this.save;
	}
	
	public void reset(ActionMapping mapping,HttpServletRequest req)
	{
		this. archivetype="";
	        this. volumnno="";
	        this. volumntitle="";
	        this. code="";
	        this. category="";
	        this. retentionperiod="";
	        this. startdate="";
	        this. enddate="";
	        this. totalnum="";
	        this. totalpage="";
	        this. duty="";
	        this. security="";
	        this. archiveunit="";
	        this. remark="";
	        this. status="";
	        this.check="";
	        this.save="";
	  }
}
		

	
	

⌨️ 快捷键说明

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