0 Star 0 Fork 54

猪猪啊/JavaCore 教学项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
1.txt 900 Bytes
一键复制 编辑 原始数据 按行查看 历史
猪猪啊 提交于 2018-08-28 19:03 . 买票
package edu.yuhf.domain;
import java.sql.Timestamp;
import java.util.Date;
public class DateTable {
private int id;
private Date date;
private Date dateTime;
private Timestamp ts;
public DateTable(int id, Date date, Date dateTime, Timestamp ts) {
super();
this.id = id;
this.date = date;
this.dateTime = dateTime;
this.ts = ts;
}
public DateTable() {}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public Date getDate() {
return date;
}
public void setDate(Date date) {
this.date = date;
}
public Date getDateTime() {
return dateTime;
}
public void setDateTime(Date dateTime) {
this.dateTime = dateTime;
}
public Timestamp getTs() {
return ts;
}
public void setTs(Timestamp ts) {
this.ts = ts;
}
}
stamp getTs() {
return ts;
}
public void se
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/q_htfykykghl/javacore_teaching_project.git
git@gitee.com:q_htfykykghl/javacore_teaching_project.git
q_htfykykghl
javacore_teaching_project
JavaCore 教学项目
master

搜索帮助