这是一份人力资源管理系统的源码

源代码在线查看: b.java

软件大小: 20671 K
上传用户: zhangyan
关键词: 人力资源管理系统 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				package org.hibernate.test;								import java.util.Map;												public class B extends A {					private int count;					private Map map;										/**					 * Returns the count.					 * @return int					 */					public int getCount() {						return count;					}										/**					 * Sets the count.					 * @param count The count to set					 */					public void setCount(int count) {						this.count = count;					}										public Map getMap() {						return map;					}									public void setMap(Map map) {						this.map = map;					}								}																															

相关资源