package persist.article; import java.util.HashSet; import java.util.Set; @SuppressWarnings({"serial"}) public class Article implements java.io.Serializable { private Integer id=0; private ArticleType articleType; private String title; private String author; private String content; private int scan=0; private String time; @SuppressWarnings("unchecked") private Set articleComments = new HashSet(0); public Integer getId() { return this.id; } public ArticleType getArticleType() { return this.articleType; } public void setArticleType(ArticleType articleType) { this.articleType = articleType; } public String getTitle() { return this.title; } public void setTitle(String title) { this.title = title; } public String getAuthor() { return this.author; } public void setAuthor(String author) { this.author = author; } public String getContent() { return this.content; } public void setContent(String content) { this.content = content; } public int getScan() { return scan; } public void setScan(int scan) { this.scan = scan; } public String getTime() { return this.time; } public void setTime(String time) { this.time = time; } @SuppressWarnings("unchecked") public Set getArticleComments() { return this.articleComments; } @SuppressWarnings("unchecked") public void setArticleComments( Set articleComments) { this.articleComments = articleComments; } }
最近下载更多
Ji123455 LV8
2023年9月21日
wanglinddad LV55
2022年4月30日
billzw LV6
2022年2月13日
chenlinkai LV8
2021年3月12日
kong.yee LV40
2020年7月14日
1229290378 LV8
2020年6月12日
王步庆 LV9
2020年5月14日
能不能不存在 LV13
2020年4月22日
xuweisong2010 LV28
2020年3月29日
卢大程序员 LV8
2020年2月16日
最近浏览更多
dapeng0011 LV15
7月18日
无名氏111 LV33
6月24日
zxc123zdq LV15
3月2日
pangzhihui LV14
2月28日
3334004690 LV10
2023年11月1日
1790759671
2023年11月1日
暂无贡献等级
Ji123455 LV8
2023年9月21日
hkxyyz LV6
2023年7月16日
zhumeng168 LV5
2023年7月7日
三十一 LV2
2023年6月28日