📄 senddocactionform.java
字号:
//Created by MyEclipse Struts
// XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_4.1.1/xslt/JavaClass.xsl
package com.example.web.actionform;
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: 03-15-2007
*
* XDoclet definition:
* @struts.form name="sendDocActionForm"
*/
public class SendDocActionForm extends ActionForm {
// --------------------------------------------------------- Instance Variables
/** checkPerson property */
private String checkPerson;
/** sendTo property */
private String sendTo;
/** printNumber property */
private String printNumber;
/** combineUnit property */
private String combineUnit;
/** emergency property */
private String emergency;
/** docId property */
private String docId;
/** sendTime property */
private String sendTime;
/** sealPerson property */
private String sealPerson;
/** sealTime property */
private String sealTime;
/** saveTime property */
private String saveTime;
/** printDate property */
private String printDate;
/** publishPerson property */
private String publishPerson;
/** waterNo property */
private String waterNo;
/** delYy property */
private String delYy;
/** yearNo property */
private String yearNo;
/** secret property */
private String secret;
/** docKind property */
private String docKind;
/** memo property */
private String memo;
/** sendPerson property */
private String sendPerson;
/** innerTo property */
private String innerTo;
/** publishDate property */
private String publishDate;
/** createUnitId property */
private String createUnitId;
/** mainDealUnit property */
private String mainDealUnit;
/** cc property */
private String cc;
/** reportTo property */
private String reportTo;
/** combine property */
private String combine;
/** status property */
private String status;
/** allSignPerson property */
private String allSignPerson;
/** creator property */
private String creator;
/** sealName property */
private String sealName;
/** printUnit property */
private String printUnit;
/** attachmentPages property */
private String attachmentPages;
/** filePages property */
private String filePages;
/** docNoPre property */
private String docNoPre;
/** createDate property */
private String createDate;
/** subject property */
private String subject;
/** docTitle property */
private String docTitle;
/** dealPerson property */
private String dealPerson;
/** delTime property */
private String delTime;
/** delPerson property */
private String delPerson;
private String dateFrom="";
private String dateTo="";
// --------------------------------------------------------- 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 checkPerson.
* @return String
*/
public String getCheckPerson() {
return checkPerson;
}
/**
* Set the checkPerson.
* @param checkPerson The checkPerson to set
*/
public void setCheckPerson(String checkPerson) {
this.checkPerson = checkPerson;
}
/**
* Returns the sendTo.
* @return String
*/
public String getSendTo() {
return sendTo;
}
/**
* Set the sendTo.
* @param sendTo The sendTo to set
*/
public void setSendTo(String sendTo) {
this.sendTo = sendTo;
}
/**
* Returns the printNumber.
* @return String
*/
public String getPrintNumber() {
return printNumber;
}
/**
* Set the printNumber.
* @param printNumber The printNumber to set
*/
public void setPrintNumber(String printNumber) {
this.printNumber = printNumber;
}
/**
* Returns the combineUnit.
* @return String
*/
public String getCombineUnit() {
return combineUnit;
}
/**
* Set the combineUnit.
* @param combineUnit The combineUnit to set
*/
public void setCombineUnit(String combineUnit) {
this.combineUnit = combineUnit;
}
/**
* Returns the emergency.
* @return String
*/
public String getEmergency() {
return emergency;
}
/**
* Set the emergency.
* @param emergency The emergency to set
*/
public void setEmergency(String emergency) {
this.emergency = emergency;
}
/**
* Returns the docId.
* @return String
*/
public String getDocId() {
return docId;
}
/**
* Set the docId.
* @param docId The docId to set
*/
public void setDocId(String docId) {
this.docId = docId;
}
/**
* Returns the sendTime.
* @return String
*/
public String getSendTime() {
return sendTime;
}
/**
* Set the sendTime.
* @param sendTime The sendTime to set
*/
public void setSendTime(String sendTime) {
this.sendTime = sendTime;
}
/**
* Returns the sealPerson.
* @return String
*/
public String getSealPerson() {
return sealPerson;
}
/**
* Set the sealPerson.
* @param sealPerson The sealPerson to set
*/
public void setSealPerson(String sealPerson) {
this.sealPerson = sealPerson;
}
/**
* Returns the sealTime.
* @return String
*/
public String getSealTime() {
return sealTime;
}
/**
* Set the sealTime.
* @param sealTime The sealTime to set
*/
public void setSealTime(String sealTime) {
this.sealTime = sealTime;
}
/**
* Returns the saveTime.
* @return String
*/
public String getSaveTime() {
return saveTime;
}
/**
* Set the saveTime.
* @param saveTime The saveTime to set
*/
public void setSaveTime(String saveTime) {
this.saveTime = saveTime;
}
/**
* Returns the printDate.
* @return String
*/
public String getPrintDate() {
return printDate;
}
/**
* Set the printDate.
* @param printDate The printDate to set
*/
public void setPrintDate(String printDate) {
this.printDate = printDate;
}
/**
* Returns the publishPerson.
* @return String
*/
public String getPublishPerson() {
return publishPerson;
}
/**
* Set the publishPerson.
* @param publishPerson The publishPerson to set
*/
public void setPublishPerson(String publishPerson) {
this.publishPerson = publishPerson;
}
/**
* Returns the waterNo.
* @return String
*/
public String getWaterNo() {
return waterNo;
}
/**
* Set the waterNo.
* @param waterNo The waterNo to set
*/
public void setWaterNo(String waterNo) {
this.waterNo = waterNo;
}
/**
* Returns the delYy.
* @return String
*/
public String getDelYy() {
return delYy;
}
/**
* Set the delYy.
* @param delYy The delYy to set
*/
public void setDelYy(String delYy) {
this.delYy = delYy;
}
/**
* Returns the yearNo.
* @return String
*/
public String getYearNo() {
return yearNo;
}
/**
* Set the yearNo.
* @param yearNo The yearNo to set
*/
public void setYearNo(String yearNo) {
this.yearNo = yearNo;
}
/**
* Returns the secret.
* @return String
*/
public String getSecret() {
return secret;
}
/**
* Set the secret.
* @param secret The secret to set
*/
public void setSecret(String secret) {
this.secret = secret;
}
/**
* Returns the docKind.
* @return String
*/
public String getDocKind() {
return docKind;
}
/**
* Set the docKind.
* @param docKind The docKind to set
*/
public void setDocKind(String docKind) {
this.docKind = docKind;
}
/**
* Returns the memo.
* @return String
*/
public String getMemo() {
return memo;
}
/**
* Set the memo.
* @param memo The memo to set
*/
public void setMemo(String memo) {
this.memo = memo;
}
/**
* Returns the sendPerson.
* @return String
*/
public String getSendPerson() {
return sendPerson;
}
/**
* Set the sendPerson.
* @param sendPerson The sendPerson to set
*/
public void setSendPerson(String sendPerson) {
this.sendPerson = sendPerson;
}
/**
* Returns the innerTo.
* @return String
*/
public String getInnerTo() {
return innerTo;
}
/**
* Set the innerTo.
* @param innerTo The innerTo to set
*/
public void setInnerTo(String innerTo) {
this.innerTo = innerTo;
}
/**
* Returns the publishDate.
* @return String
*/
public String getPublishDate() {
return publishDate;
}
/**
* Set the publishDate.
* @param publishDate The publishDate to set
*/
public void setPublishDate(String publishDate) {
this.publishDate = publishDate;
}
/**
* Returns the createUnitId.
* @return String
*/
public String getCreateUnitId() {
return createUnitId;
}
/**
* Set the createUnitId.
* @param createUnitId The createUnitId to set
*/
public void setCreateUnitId(String createUnitId) {
this.createUnitId = createUnitId;
}
/**
* Returns the mainDealUnit.
* @return String
*/
public String getMainDealUnit() {
return mainDealUnit;
}
/**
* Set the mainDealUnit.
* @param mainDealUnit The mainDealUnit to set
*/
public void setMainDealUnit(String mainDealUnit) {
this.mainDealUnit = mainDealUnit;
}
/**
* Returns the cc.
* @return String
*/
public String getCc() {
return cc;
}
/**
* Set the cc.
* @param cc The cc to set
*/
public void setCc(String cc) {
this.cc = cc;
}
/**
* Returns the reportTo.
* @return String
*/
public String getReportTo() {
return reportTo;
}
/**
* Set the reportTo.
* @param reportTo The reportTo to set
*/
public void setReportTo(String reportTo) {
this.reportTo = reportTo;
}
/**
* Returns the combine.
* @return String
*/
public String getCombine() {
return combine;
}
/**
* Set the combine.
* @param combine The combine to set
*/
public void setCombine(String combine) {
this.combine = combine;
}
/**
* Returns the status.
* @return String
*/
public String getStatus() {
return status;
}
/**
* Set the status.
* @param status The status to set
*/
public void setStatus(String status) {
this.status = status;
}
/**
* Returns the allSignPerson.
* @return String
*/
public String getAllSignPerson() {
return allSignPerson;
}
/**
* Set the allSignPerson.
* @param allSignPerson The allSignPerson to set
*/
public void setAllSignPerson(String allSignPerson) {
this.allSignPerson = allSignPerson;
}
/**
* Returns the creator.
* @return String
*/
public String getCreator() {
return creator;
}
/**
* Set the creator.
* @param creator The creator to set
*/
public void setCreator(String creator) {
this.creator = creator;
}
/**
* Returns the sealName.
* @return String
*/
public String getSealName() {
return sealName;
}
/**
* Set the sealName.
* @param sealName The sealName to set
*/
public void setSealName(String sealName) {
this.sealName = sealName;
}
/**
* Returns the printUnit.
* @return String
*/
public String getPrintUnit() {
return printUnit;
}
/**
* Set the printUnit.
* @param printUnit The printUnit to set
*/
public void setPrintUnit(String printUnit) {
this.printUnit = printUnit;
}
/**
* Returns the attachmentPages.
* @return String
*/
public String getAttachmentPages() {
return attachmentPages;
}
/**
* Set the attachmentPages.
* @param attachmentPages The attachmentPages to set
*/
public void setAttachmentPages(String attachmentPages) {
this.attachmentPages = attachmentPages;
}
/**
* Returns the filePages.
* @return String
*/
public String getFilePages() {
return filePages;
}
/**
* Set the filePages.
* @param filePages The filePages to set
*/
public void setFilePages(String filePages) {
this.filePages = filePages;
}
/**
* Returns the docNoPre.
* @return String
*/
public String getDocNoPre() {
return docNoPre;
}
/**
* Set the docNoPre.
* @param docNoPre The docNoPre to set
*/
public void setDocNoPre(String docNoPre) {
this.docNoPre = docNoPre;
}
/**
* Returns the createDate.
* @return String
*/
public String getCreateDate() {
return createDate;
}
/**
* Set the createDate.
* @param createDate The createDate to set
*/
public void setCreateDate(String createDate) {
this.createDate = createDate;
}
/**
* Returns the subject.
* @return String
*/
public String getSubject() {
return subject;
}
/**
* Set the subject.
* @param subject The subject to set
*/
public void setSubject(String subject) {
this.subject = subject;
}
/**
* Returns the docTitle.
* @return String
*/
public String getDocTitle() {
return docTitle;
}
/**
* Set the docTitle.
* @param docTitle The docTitle to set
*/
public void setDocTitle(String docTitle) {
this.docTitle = docTitle;
}
/**
* Returns the dealPerson.
* @return String
*/
public String getDealPerson() {
return dealPerson;
}
/**
* Set the dealPerson.
* @param dealPerson The dealPerson to set
*/
public void setDealPerson(String dealPerson) {
this.dealPerson = dealPerson;
}
/**
* Returns the delTime.
* @return String
*/
public String getDelTime() {
return delTime;
}
/**
* Set the delTime.
* @param delTime The delTime to set
*/
public void setDelTime(String delTime) {
this.delTime = delTime;
}
/**
* Returns the delPerson.
* @return String
*/
public String getDelPerson() {
return delPerson;
}
/**
* Set the delPerson.
* @param delPerson The delPerson to set
*/
public void setDelPerson(String delPerson) {
this.delPerson = delPerson;
}
public String getDateFrom()
{
return this.dateFrom;
}
public void setDateFrom(String dateFrom)
{
this.dateFrom=dateFrom;
}
public String getDateTo()
{
return this.dateTo;
}
public void setDateTo(String dateTo)
{
this.dateTo=dateTo;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -