newst.java
来自「struts+hibernate模式的在线信息发布系统」· Java 代码 · 共 29 行
JAVA
29 行
package po.news;
// Generated by MyEclipse - Hibernate Tools
import java.util.Date;
/**
* Newst generated by MyEclipse - Hibernate Tools
*/
public class Newst extends AbstractNewst implements java.io.Serializable {
// Constructors
/** default constructor */
public Newst() {
}
/** minimal constructor */
public Newst(Integer newsId) {
super(newsId);
}
/** full constructor */
public Newst(Integer newsId, Integer columnId, String title, String content, Date time, String author) {
super(newsId, columnId, title, content, time, author);
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?