
ssh(Spring+Spring mvc+hibernate)——Dept.java
发布日期:2021-05-14 13:10:45
浏览次数:16
分类:精选文章
本文共 1157 字,大约阅读时间需要 3 分钟。
package org.entity;import java.util.HashSet;import java.util.Set;/** * Dept entity. @author MyEclipse Persistence Tools */public class Dept implements java.io.Serializable { // Fields private Integer id; private String name; private String loc; private Set emps = new HashSet(0); // Constructors /** default constructor */ public Dept() { } /** minimal constructor */ public Dept(Integer id) { this.id = id; } /** full constructor */ public Dept(Integer id, String name, String loc, Set emps) { this.id = id; this.name = name; this.loc = loc; this.emps = emps; } // Property accessors public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getLoc() { return this.loc; } public void setLoc(String loc) { this.loc = loc; } public Set getEmps() { return this.emps; } public void setEmps(Set emps) { this.emps = emps; }}
发表评论
最新留言
路过按个爪印,很不错,赞一个!
[***.219.124.196]2025年04月16日 08时03分12秒
关于作者

喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!
推荐文章
1965 - 2019 年最流行的编程语言变化
2021-05-14
链上钱包的博彩雷区
2021-05-14
GRUB2
2021-05-14
微信JS-SDK DEMO页面和示例代码
2021-05-14
XYNUOJ
2021-05-14
Chrome查找发请求的js之黑箱调试
2021-05-14
CMCC登录参数分析
2021-05-14
GridView的另外一种分页方式,可提高加载速度
2021-05-14
一些错误记录
2021-05-14
GridView自定义删除操作
2021-05-14
http常见响应状态码
2021-05-14
Nginx Location
2021-05-14
解决github Git clone 慢的问题
2021-05-14
一张图搞定RPC框架核心原理
2021-05-14
Scala中的包
2021-05-14
参加阿里的Java面试经验
2021-05-14
Python微信公众号
2021-05-14
他来了他来了,他带着云栖大会的免费门票走来了
2021-05-14
Oracle笔记
2021-05-14