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

📄 lower.java

📁 人力资源管理系统主要包括:人员管理、招聘管理、培训管理、奖惩管理和薪金管理五大管理模块。
💻 JAVA
字号:
//$Id: Lower.java,v 1.1.2.1 2003/11/08 02:25:29 oneovthafew Exp $package org.hibernate.test;import java.util.List;import java.util.Set;public class Lower extends Top {	private int intprop;	private String foo;	private Set set;	private List bag;	private Top another;	private Lower yetanother;	private Po mypo;	/**	 * Returns the intprop.	 * @return int	 */	public int getIntprop() {		return intprop;	}		/**	 * Sets the intprop.	 * @param intprop The intprop to set	 */	public void setIntprop(int intprop) {		this.intprop = intprop;	}		/**	 * Returns the foo.	 * @return String	 */	public String getFoo() {		return foo;	}		/**	 * Sets the foo.	 * @param foo The foo to set	 */	public void setFoo(String foo) {		this.foo = foo;	}		/**	 * 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 another.	 * @return Simple	 */	public Top getAnother() {		return another;	}		/**	 * Returns the yetanother.	 * @return LessSimple	 */	public Lower getYetanother() {		return yetanother;	}		/**	 * Sets the another.	 * @param another The another to set	 */	public void setAnother(Top another) {		this.another = another;	}		/**	 * Sets the yetanother.	 * @param yetanother The yetanother to set	 */	public void setYetanother(Lower yetanother) {		this.yetanother = yetanother;	}		/**	 * Returns the bag.	 * @return List	 */	public List getBag() {		return bag;	}		/**	 * Sets the bag.	 * @param bag The bag to set	 */	public void setBag(List bag) {		this.bag = bag;	}		/**	 * Returns the mypo.	 * @return Po	 */	public Po getMypo() {		return mypo;	}		/**	 * Sets the mypo.	 * @param mypo The mypo to set	 */	public void setMypo(Po mypo) {		this.mypo = mypo;	}	}

⌨️ 快捷键说明

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