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

📄 po.java

📁 人力资源管理系统主要包括:人员管理、招聘管理、培训管理、奖惩管理和薪金管理五大管理模块。
💻 JAVA
字号:
//$Id: Po.java,v 1.1.2.1 2003/11/08 02:25:30 oneovthafew Exp $package org.hibernate.test;import java.util.List;import java.util.Set;/** * */public class Po {	private long id;	private String value;	private Set set;	private List list;	private Top top;	private Lower lower;	/**	 * Returns the id.	 * @return long	 */	public long getId() {		return id;	}		/**	 * Returns the value.	 * @return String	 */	public String getValue() {		return value;	}		/**	 * Sets the id.	 * @param id The id to set	 */	public void setId(long id) {		this.id = id;	}		/**	 * Sets the value.	 * @param value The value to set	 */	public void setValue(String value) {		this.value = value;	}		/**	 * Returns the set.	 * @return Set	 */	public Set getSet() {		return set;	}		/**	 * Sets the set.	 * @param set The set to set	 */	public void setSet(Set set) {		this.set = set;	}		/**	 * Returns the list.	 * @return List	 */	public List getList() {		return list;	}		/**	 * Sets the list.	 * @param list The list to set	 */	public void setList(List list) {		this.list = list;	}		public Lower getLower() {		return lower;	}	public Top getTop() {		return top;	}	public void setLower(Lower lower) {		this.lower = lower;	}	public void setTop(Top top) {		this.top = top;	}}

⌨️ 快捷键说明

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