package com.beans; /** * comment entity. @author MyEclipse Persistence Tools */ public class comment implements java.io.Serializable { // Fields private Integer commentId; private blog blog; private String commentName; // Constructors /** default constructor */ public comment() { } /** full constructor */ public comment(blog blog, String commentName) { this.blog = blog; this.commentName = commentName; } // Property accessors public Integer getCommentId() { return this.commentId; } public void setCommentId(Integer commentId) { this.commentId = commentId; } public blog getBlog() { return this.blog; } public void setBlog(blog blog) { this.blog = blog; } public String getCommentName() { return this.commentName; } public void setCommentName(String commentName) { this.commentName = commentName; } }
最近下载更多
陈小灏 LV15
6月26日
gxlgxl LV4
2022年5月25日
wangzile1994 LV12
2022年4月16日
石狮31 LV1
2022年4月7日
caijiebiao LV1
2022年2月17日
Sacajawea- LV1
2021年12月15日
yexiansheng LV1
2021年11月6日
ssssss001 LV1
2021年6月24日
lingdulangman LV1
2021年2月3日
Possess LV4
2021年1月19日