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

📄 c1.java

📁 人力资源管理系统主要包括:人员管理、招聘管理、培训管理、奖惩管理和薪金管理五大管理模块。
💻 JAVA
字号:
//$Id: C1.java,v 1.1.2.2 2003/12/02 14:24:41 oneovthafew Exp $package org.hibernate.test;import java.util.ArrayList;import java.util.Collection;public class C1 extends B{	private String address;	private C2 c2;	private D d;	private Collection c2s = new ArrayList();	/**	 * Returns the address.	 * @return String	 */	public String getAddress() {		return address;	}		/**	 * Sets the address.	 * @param address The address to set	 */	public void setAddress(String address) {		this.address = address;	}		/**	 * Returns the d.	 * @return D	 */	public D getD() {		return d;	}		/**	 * Sets the d.	 * @param d The d to set	 */	public void setD(D d) {		this.d = d;	}		/**	 * @return Returns the c.	 */	public C2 getC2() {		return c2;	}	/**	 * @param c The c to set.	 */	public void setC2(C2 c) {		this.c2 = c;	}	/**	 * @return Returns the cs.	 */	public Collection getC2s() {		return c2s;	}	/**	 * @param cs The cs to set.	 */	public void setC2s(Collection cs) {		this.c2s = cs;	}}

⌨️ 快捷键说明

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