package com.wishwzp.model;
import java.util.Date;
public class Diary {
private int diaryId;
private String title;
private String content;
private int typeId=-1;
private Date releaseDate;
private String releaseDateStr;
private int diaryCount;
private String typeName;
public Diary(String title, String content, int typeId) {
super();
this.title = title;
this.content = content;
this.typeId = typeId;
}
public Diary() {
super();
// TODO Auto-generated constructor stub
}
public int getDiaryId() {
return diaryId;
}
public void setDiaryId(int diaryId) {
this.diaryId = diaryId;
}
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getContent() {
return content;
}
public void setContent(String content) {
this.content = content;
}
public int getTypeId() {
return typeId;
}
public void setTypeId(int typeId) {
this.typeId = typeId;
}
public Date getReleaseDate() {
return releaseDate;
}
public void setReleaseDate(Date releaseDate) {
this.releaseDate = releaseDate;
}
public String getReleaseDateStr() {
return releaseDateStr;
}
public void setReleaseDateStr(String releaseDateStr) {
this.releaseDateStr = releaseDateStr;
}
public int getDiaryCount() {
return diaryCount;
}
public void setDiaryCount(int diaryCount) {
this.diaryCount = diaryCount;
}
public String getTypeName() {
return typeName;
}
public void setTypeName(String typeName) {
this.typeName = typeName;
}
}
最近下载更多
hanweinan6 LV13
2024年10月9日
waitingforyou LV20
2022年10月20日
是你爸爸啊100 LV5
2022年8月5日
xuweisong2010 LV28
2022年6月7日
ming_123_9715 LV23
2021年12月26日
yellowfor LV8
2021年12月24日
dcdc12 LV6
2021年12月21日
昊 LV6
2021年11月8日
xbjzc123 LV5
2021年10月14日
内拉组里 LV2
2021年10月13日
最近浏览更多
潜心小白来到 LV3
6月10日
ma406805131 LV19
2024年12月19日
214329
2024年11月29日
暂无贡献等级
张泽帅 LV6
2024年10月18日
微信网友_7041475584184320
2024年6月17日
暂无贡献等级
Liang朝伟 LV1
2024年1月6日
asddwh LV13
2023年12月29日
abandan LV4
2023年11月6日
微信网友_6602457430806528 LV6
2023年10月17日
qazws123 LV1
2023年6月8日

