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

📄 rightinfo.java

📁 实现办公自动化系统
💻 JAVA
字号:
package com.oa.struts.vo;

public class RightInfo {
	/** download property */
	private int download;

	/** addUser property */
	private int addUser;

	/** deleteFile property */
	private int deleteFile;

	/** launchMeet property */
	private int launchMeet;

	/** deleteUser property */
	private int deleteUser;

	/** setUserDaily property */
	private int setUserDaily;

	/** upload property */
	private int upload;

	/** cancelRoom property */
	private int cancelRoom;

	/** addEqu property */
	private int addEqu;

	/** reviewMeet property */
	private int reviewMeet;

	/** updateMeet property */
	private int updateMeet;
	
	/** updateRoom property */
	private int updateRoom;

	/** uploadMeetNote property */
	private int  uploadMeetNote;

	/** updateFile property */
	private int  updateFile;

	/** registerRoom property */
	private int  registerRoom;

	/** updateUser property */
	private int  updateUser;
	
	
	public RightInfo()
	{
		
	}
	
	/** 
	 * Returns the download.
	 * @return int 
	 */
	public int  getDownload() {
		return download;
	}

	/** 
	 * Set the download.
	 * @param download The download to set
	 */
	public void setDownload(int  download) {
		this.download = download;
	}

	/** 
	 * Returns the addUser.
	 * @return int 
	 */
	public int  getAddUser() {
		return addUser;
	}

	/** 
	 * Set the addUser.
	 * @param addUser The addUser to set
	 */
	public void setAddUser(int  addUser) {
		this.addUser = addUser;
	}

	/** 
	 * Returns the deleteFile.
	 * @return int 
	 */
	public int  getDeleteFile() {
		return deleteFile;
	}

	/** 
	 * Set the deleteFile.
	 * @param deleteFile The deleteFile to set
	 */
	public void setDeleteFile(int  deleteFile) {
		this.deleteFile = deleteFile;
	}

	/** 
	 * Returns the launchMeet.
	 * @return int 
	 */
	public int  getLaunchMeet() {
		return launchMeet;
	}

	/** 
	 * Set the launchMeet.
	 * @param launchMeet The launchMeet to set
	 */
	public void setLaunchMeet(int  launchMeet) {
		this.launchMeet = launchMeet;
	}

	/** 
	 * Returns the deleteUser.
	 * @return int 
	 */
	public int  getDeleteUser() {
		return deleteUser;
	}

	/** 
	 * Set the deleteUser.
	 * @param deleteUser The deleteUser to set
	 */
	public void setDeleteUser(int  deleteUser) {
		this.deleteUser = deleteUser;
	}

	/** 
	 * Returns the setUserDaily.
	 * @return int 
	 */
	public int  getSetUserDaily() {
		return setUserDaily;
	}

	/** 
	 * Set the setUserDaily.
	 * @param setUserDaily The setUserDaily to set
	 */
	public void setSetUserDaily(int  setUserDaily) {
		this.setUserDaily = setUserDaily;
	}

	/** 
	 * Returns the upload.
	 * @return int 
	 */
	public int  getUpload() {
		return upload;
	}

	/** 
	 * Set the upload.
	 * @param upload The upload to set
	 */
	public void setUpload(int  upload) {
		this.upload = upload;
	}

	/** 
	 * Returns the cancelRoom.
	 * @return int 
	 */
	public int  getCancelRoom() {
		return cancelRoom;
	}

	/** 
	 * Set the cancelRoom.
	 * @param cancelRoom The cancelRoom to set
	 */
	public void setCancelRoom(int  cancelRoom) {
		this.cancelRoom = cancelRoom;
	}

	/** 
	 * Returns the addEqu.
	 * @return int 
	 */
	public int  getAddEqu() {
		return addEqu;
	}

	/** 
	 * Set the addEqu.
	 * @param addEqu The addEqu to set
	 */
	public void setAddEqu(int  addEqu) {
		this.addEqu = addEqu;
	}

	/** 
	 * Returns the reviewMeet.
	 * @return int 
	 */
	public int  getReviewMeet() {
		return reviewMeet;
	}

	/** 
	 * Set the reviewMeet.
	 * @param reviewMeet The reviewMeet to set
	 */
	public void setReviewMeet(int  reviewMeet) {
		this.reviewMeet = reviewMeet;
	}

	/** 
	 * Returns the updateMeet.
	 * @return int 
	 */
	public int  getUpdateMeet() {
		return updateMeet;
	}

	/** 
	 * Set the updateMeet.
	 * @param updateMeet The updateMeet to set
	 */
	public void setUpdateMeet(int  updateMeet) {
		this.updateMeet = updateMeet;
	}

	/** 
	 * Returns the uploadMeetNote.
	 * @return int 
	 */
	public int  getUploadMeetNote() {
		return uploadMeetNote;
	}

	/** 
	 * Set the uploadMeetNote.
	 * @param uploadMeetNote The uploadMeetNote to set
	 */
	public void setUploadMeetNote(int  uploadMeetNote) {
		this.uploadMeetNote = uploadMeetNote;
	}

	/** 
	 * Returns the updateFile.
	 * @return int 
	 */
	public int  getUpdateFile() {
		return updateFile;
	}

	/** 
	 * Set the updateFile.
	 * @param updateFile The updateFile to set
	 */
	public void setUpdateFile(int  updateFile) {
		this.updateFile = updateFile;
	}

	/** 
	 * Returns the registerRoom.
	 * @return int 
	 */
	public int  getRegisterRoom() {
		return registerRoom;
	}

	/** 
	 * Set the registerRoom.
	 * @param registerRoom The registerRoom to set
	 */
	public void setRegisterRoom(int  registerRoom) {
		this.registerRoom = registerRoom;
	}

	/** 
	 * Returns the updateUser.
	 * @return int 
	 */
	public int  getUpdateUser() {
		return updateUser;
	}

	/** 
	 * Set the updateUser.
	 * @param updateUser The updateUser to set
	 */
	public void setUpdateUser(int  updateUser) {
		this.updateUser = updateUser;
	}

	public int  getUpdateRoom() {
		return updateRoom;
	}

	public void setUpdateRoom(int  updateRoom) {
		this.updateRoom = updateRoom;
	}

}

⌨️ 快捷键说明

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