oa_person_office_msgitem.java

来自「java开发的办公系统 1.系统管理 (地区管理,部门管理,菜单管理,用户管理」· Java 代码 · 共 343 行

JAVA
343
字号
package com.vere.oa.person_office.item;	import java.io.*;	public class Oa_person_office_msgItem implements Serializable	{		private String id;//		private String emegency;//级别		private String select_type;//流程种类		private String title;//标题		private String content;//内容		private String fileExt;//附件		private String send_user;//发送用户		private String send_name;//发送人		private String receive_user;//接收用户		private String receive_name;//接收人		private String send_time;//发送日期		private String status;//状态		private String archive_user;//归档用户		private String archive_name;//归档人		private String archive_time;//归档日期		private String read_user;//阅读用户		private String read_name;//阅读人		private String read_time;//阅读日期		public Oa_person_office_msgItem()		{		}		/**		 * @see			 */		public String getId()		{			if(this.id==null)				this.id="";			return this.id;		}		/**		 * @see			 */		public void setId(String id)		{			this.id=id;		}		/**		 * @see	级别		 */		public String getEmegency()		{			if(this.emegency==null)				this.emegency="";			return this.emegency;		}		/**		 * @see	级别		 */		public void setEmegency(String emegency)		{			this.emegency=emegency;		}		/**		 * @see	流程种类		 */		public String getSelect_type()		{			if(this.select_type==null)				this.select_type="";			return this.select_type;		}		/**		 * @see	流程种类		 */		public void setSelect_type(String select_type)		{			this.select_type=select_type;		}		/**		 * @see	标题		 */		public String getTitle()		{			if(this.title==null)				this.title="";			return this.title;		}		/**		 * @see	标题		 */		public void setTitle(String title)		{			this.title=title;		}		/**		 * @see	内容		 */		public String getContent()		{			if(this.content==null)				this.content="";			return this.content;		}		/**		 * @see	内容		 */		public void setContent(String content)		{			this.content=content;		}		/**		 * @see	附件		 */		public String getFileExt()		{			if(this.fileExt==null)				this.fileExt="";			return this.fileExt;		}		/**		 * @see	附件		 */		public void setFileExt(String fileExt)		{			this.fileExt=fileExt;		}		/**		 * @see	发送用户		 */		public String getSend_user()		{			if(this.send_user==null)				this.send_user="";			return this.send_user;		}		/**		 * @see	发送用户		 */		public void setSend_user(String send_user)		{			this.send_user=send_user;		}		/**		 * @see	发送人		 */		public String getSend_name()		{			if(this.send_name==null)				this.send_name="";			return this.send_name;		}		/**		 * @see	发送人		 */		public void setSend_name(String send_name)		{			this.send_name=send_name;		}		/**		 * @see	接收用户		 */		public String getReceive_user()		{			if(this.receive_user==null)				this.receive_user="";			return this.receive_user;		}		/**		 * @see	接收用户		 */		public void setReceive_user(String receive_user)		{			this.receive_user=receive_user;		}		/**		 * @see	接收人		 */		public String getReceive_name()		{			if(this.receive_name==null)				this.receive_name="";			return this.receive_name;		}		/**		 * @see	接收人		 */		public void setReceive_name(String receive_name)		{			this.receive_name=receive_name;		}		/**		 * @see	发送日期		 */		public String getSend_time()		{			if(this.send_time==null)				this.send_time="";			return this.send_time;		}		/**		 * @see	发送日期		 */		public void setSend_time(String send_time)		{			this.send_time=send_time;		}				/**		 * @see	状态		 */		public String getStatus()		{			if(this.status==null)				this.status="";			return this.status;		}		/**		 * @see	状态		 */		public void setStatus(String status)		{			this.status=status;		}						/**		 * @see	归档用户		 */		public String getArchive_user()		{			if(this.archive_user==null)				this.archive_user="";			return this.archive_user;		}		/**		 * @see	归档用户		 */		public void setArchive_user(String archive_user)		{			this.archive_user=archive_user;		}						/**		 * @see	归档人		 */		public String getArchive_name()		{			if(this.archive_name==null)				this.archive_name="";			return this.archive_name;		}		/**		 * @see	归档人		 */		public void setArchive_name(String archive_name)		{			this.archive_name=archive_name;		}						/**		 * @see	归档日期		 */		public String getArchive_time()		{			if(this.archive_time==null)				this.archive_time="";			return this.archive_time;		}		/**		 * @see	归档日期		 */		public void setArchive_time(String archive_time)		{			this.archive_time=archive_time;		}						/**		 * @see	阅读日期		 */		public String getRead_time()		{			if(this.read_time==null)				this.read_time="";			return this.read_time;		}		/**		 * @see	阅读日期		 */		public void setRead_time(String read_time)		{			this.read_time=read_time;		}						/**		 * @see	阅读人		 */		public String getRead_name()		{			if(this.read_name==null)				this.read_name="";			return this.read_name;		}		/**		 * @see	阅读人		 */		public void setRead_name(String read_name)		{			this.read_name=read_name;		}						/**		 * @see	阅读用户		 */		public String getRead_user()		{			if(this.read_user==null)				this.read_user="";			return this.read_user;		}		/**		 * @see	阅读用户		 */		public void setRead_user(String read_user)		{			this.read_user=read_user;		}}

⌨️ 快捷键说明

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