oa_person_office_workdailyitem.java

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

JAVA
355
字号
package com.vere.oa.person_office.item;	import java.io.*;	import com.vere.manager.item.*;	public class Oa_person_office_workdailyItem implements Serializable	{		private String id;//		private String emegency;//级别		private String select_type;//流程种类		private String title;//标题		private String content;//事务内容		private String start_date;//开始日期		private String start_time;//开始时间		private String end_date;//结束日期		private String end_time;//结束时间		private String status;//状态		private String location;//地点		private String contacter;//联系人		private String telephone;//联系方式		private String add_user;//日程用户		private String add_name;//日程人		private String add_date;//添加日期		private String look_user;//查看用户		private String look_name;//查看人		private Oa_dictionaryItem dictionaryItem=new Oa_dictionaryItem();		public Oa_person_office_workdailyItem()		{		}		/**		 * @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 getStart_date()		{			if(this.start_date==null)				this.start_date="";			return this.start_date;		}		/**		 * @see	开始日期		 */		public void setStart_date(String start_date)		{			this.start_date=start_date;		}		/**		 * @see	开始时间		 */		public String getStart_time()		{			if(this.start_time==null)				this.start_time="";			return this.start_time;		}		/**		 * @see	开始时间		 */		public void setStart_time(String start_time)		{			this.start_time=start_time;		}		/**		 * @see	结束日期		 */		public String getEnd_date()		{			if(this.end_date==null)				this.end_date="";			return this.end_date;		}		/**		 * @see	结束日期		 */		public void setEnd_date(String end_date)		{			this.end_date=end_date;		}		/**		 * @see	结束时间		 */		public String getEnd_time()		{			if(this.end_time==null)				this.end_time="";			return this.end_time;		}		/**		 * @see	结束时间		 */		public void setEnd_time(String end_time)		{			this.end_time=end_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 getLocation()		{			if(this.location==null)				this.location="";			return this.location;		}		/**		 * @see	地点		 */		public void setLocation(String location)		{			this.location=location;		}		/**		 * @see	联系人		 */		public String getContacter()		{			if(this.contacter==null)				this.contacter="";			return this.contacter;		}		/**		 * @see	联系人		 */		public void setContacter(String contacter)		{			this.contacter=contacter;		}		/**		 * @see	联系方式		 */		public String getTelephone()		{			if(this.telephone==null)				this.telephone="";			return this.telephone;		}		/**		 * @see	联系方式		 */		public void setTelephone(String telephone)		{			this.telephone=telephone;		}		/**		 * @see	日程用户		 */		public String getAdd_user()		{			if(this.add_user==null)				this.add_user="";			return this.add_user;		}		/**		 * @see	日程用户		 */		public void setAdd_user(String add_user)		{			this.add_user=add_user;		}		/**		 * @see	日程人		 */		public String getAdd_name()		{			if(this.add_name==null)				this.add_name="";			return this.add_name;		}		/**		 * @see	日程人		 */		public void setAdd_name(String add_name)		{			this.add_name=add_name;		}		/**		 * @see	添加日期		 */		public String getAdd_date()		{			if(this.add_date==null)				this.add_date="";			return this.add_date;		}		/**		 * @see	添加日期		 */		public void setAdd_date(String add_date)		{			this.add_date=add_date;		}		/**		 * @see	查看用户		 */		public String getLook_user()		{			if(this.look_user==null)				this.look_user="";			return this.look_user;		}		/**		 * @see	查看用户		 */		public void setLook_user(String look_user)		{			this.look_user=look_user;		}		/**		 * @see	查看人		 */		public Oa_dictionaryItem getOa_dictionaryItem()		{			return this.dictionaryItem;		}		/**		 * @see	查看人		 */		public void setOa_dictionaryItem(Oa_dictionaryItem dictionaryItem)		{			this.dictionaryItem=dictionaryItem;		}				/**		 * @see	查看人		 */		public String getLook_name()		{			if(this.look_name==null)				this.look_name="";			return this.look_name;		}		/**		 * @see	查看人		 */		public void setLook_name(String look_name)		{			this.look_name=look_name;		}}

⌨️ 快捷键说明

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