📄 actorrightform.java
字号:
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.oa.struts.systemManager.actor.form;
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: 11-14-2008
*
* XDoclet definition:
* @struts.form name="actorRightForm"
*/
public class ActorRightForm extends ActionForm {
/*
* Generated fields
*/
/** download property */
private String download;
/** addUser property */
private String addUser;
/** deleteFile property */
private String deleteFile;
/** launchMeet property */
private String launchMeet;
/** deleteUser property */
private String deleteUser;
/** setUserDaily property */
private String setUserDaily;
/** upload property */
private String upload;
/** cancelRoom property */
private String cancelRoom;
/** addEqu property */
private String addEqu;
/** reviewMeet property */
private String reviewMeet;
/** updateMeet property */
private String updateMeet;
/** updateRoom property */
private String updateRoom;
/** uploadMeetNote property */
private String uploadMeetNote;
/** updateFile property */
private String updateFile;
/** registerRoom property */
private String registerRoom;
/** updateUser property */
private String updateUser;
/*
* Generated 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 download.
* @return String
*/
public String getDownload() {
return download;
}
/**
* Set the download.
* @param download The download to set
*/
public void setDownload(String download) {
this.download = download;
}
/**
* Returns the addUser.
* @return String
*/
public String getAddUser() {
return addUser;
}
/**
* Set the addUser.
* @param addUser The addUser to set
*/
public void setAddUser(String addUser) {
this.addUser = addUser;
}
/**
* Returns the deleteFile.
* @return String
*/
public String getDeleteFile() {
return deleteFile;
}
/**
* Set the deleteFile.
* @param deleteFile The deleteFile to set
*/
public void setDeleteFile(String deleteFile) {
this.deleteFile = deleteFile;
}
/**
* Returns the launchMeet.
* @return String
*/
public String getLaunchMeet() {
return launchMeet;
}
/**
* Set the launchMeet.
* @param launchMeet The launchMeet to set
*/
public void setLaunchMeet(String launchMeet) {
this.launchMeet = launchMeet;
}
/**
* Returns the deleteUser.
* @return String
*/
public String getDeleteUser() {
return deleteUser;
}
/**
* Set the deleteUser.
* @param deleteUser The deleteUser to set
*/
public void setDeleteUser(String deleteUser) {
this.deleteUser = deleteUser;
}
/**
* Returns the setUserDaily.
* @return String
*/
public String getSetUserDaily() {
return setUserDaily;
}
/**
* Set the setUserDaily.
* @param setUserDaily The setUserDaily to set
*/
public void setSetUserDaily(String setUserDaily) {
this.setUserDaily = setUserDaily;
}
/**
* Returns the upload.
* @return String
*/
public String getUpload() {
return upload;
}
/**
* Set the upload.
* @param upload The upload to set
*/
public void setUpload(String upload) {
this.upload = upload;
}
/**
* Returns the cancelRoom.
* @return String
*/
public String getCancelRoom() {
return cancelRoom;
}
/**
* Set the cancelRoom.
* @param cancelRoom The cancelRoom to set
*/
public void setCancelRoom(String cancelRoom) {
this.cancelRoom = cancelRoom;
}
/**
* Returns the addEqu.
* @return String
*/
public String getAddEqu() {
return addEqu;
}
/**
* Set the addEqu.
* @param addEqu The addEqu to set
*/
public void setAddEqu(String addEqu) {
this.addEqu = addEqu;
}
/**
* Returns the reviewMeet.
* @return String
*/
public String getReviewMeet() {
return reviewMeet;
}
/**
* Set the reviewMeet.
* @param reviewMeet The reviewMeet to set
*/
public void setReviewMeet(String reviewMeet) {
this.reviewMeet = reviewMeet;
}
/**
* Returns the updateMeet.
* @return String
*/
public String getUpdateMeet() {
return updateMeet;
}
/**
* Set the updateMeet.
* @param updateMeet The updateMeet to set
*/
public void setUpdateMeet(String updateMeet) {
this.updateMeet = updateMeet;
}
/**
* Returns the uploadMeetNote.
* @return String
*/
public String getUploadMeetNote() {
return uploadMeetNote;
}
/**
* Set the uploadMeetNote.
* @param uploadMeetNote The uploadMeetNote to set
*/
public void setUploadMeetNote(String uploadMeetNote) {
this.uploadMeetNote = uploadMeetNote;
}
/**
* Returns the updateFile.
* @return String
*/
public String getUpdateFile() {
return updateFile;
}
/**
* Set the updateFile.
* @param updateFile The updateFile to set
*/
public void setUpdateFile(String updateFile) {
this.updateFile = updateFile;
}
/**
* Returns the registerRoom.
* @return String
*/
public String getRegisterRoom() {
return registerRoom;
}
/**
* Set the registerRoom.
* @param registerRoom The registerRoom to set
*/
public void setRegisterRoom(String registerRoom) {
this.registerRoom = registerRoom;
}
/**
* Returns the updateUser.
* @return String
*/
public String getUpdateUser() {
return updateUser;
}
/**
* Set the updateUser.
* @param updateUser The updateUser to set
*/
public void setUpdateUser(String updateUser) {
this.updateUser = updateUser;
}
public String getUpdateRoom() {
return updateRoom;
}
public void setUpdateRoom(String updateRoom) {
this.updateRoom = updateRoom;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -