- 2
- 0
- 约3.67千字
- 约 46页
- 2019-11-06 发布于福建
- 举报
第14章 实体Bean属性映射;主要内容;14.1 实体Bean数据加载规则;14.1 实体Bean数据加载规则;14.1 实体Bean数据加载规则;14.1 实体Bean数据加载规则;/*22*/ public Student(BigDecimal id) {
/*23*/ this.id = id;
/*24*/ }
/*25*/ public BigDecimal getId() {
/*26*/ return this.id;
/*27*/ }
/*28*/ public void setId(BigDecimal id) {
/*29*/ this.id = id;
/*30*/ }
/*31*/ public String getName() {
/*32*/ return this.name;
/*33*/ }
/*34*/ public void setName(String name) {
/*35*/ this.name = name;
/*36*/ }
/*37*/ public int getAge() {
/*38*/ return this.age;
/*39*/ }
/*40*/ public
原创力文档

文档评论(0)