package com.blk.entity;
import java.io.Serializable;
import java.util.Date;
public class Article implements Serializable {
private int id;
private int aid;
private int type;
private String title;
private String author;
private String content;
private String keyword;
private Date createDate;
private int read;
private int recommendation;
public Article() {
}
public Article(int aid, int type, String title, String author,
String content, String keyword, int read, int recommendation) {
this.aid = aid;
this.type = type;
this.title = title;
this.author = author;
this.content = content;
this.keyword = keyword;
this.read = read;
this.recommendation = recommendation;
}
public Article(int id, int aid, int type, String title, String author,
String content, String keyword, Date createDate, int read,
int recommendation) {
this(aid,type,title,author,content,keyword,read,recommendation);
this.id = id;
this.createDate = createDate;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public int getAid() {
return aid;
}
public void setAid(int aid) {
this.aid = aid;
}
public int getType() {
return type;
}
public void setType(int type) {
this.type = type;
}
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getAuthor() {
return author;
}
public void setAuthor(String author) {
this.author = author;
}
public String getContent() {
return content;
}
public void setContent(String content) {
this.content = content;
}
public String getKeyword() {
return keyword;
}
public void setKeyword(String keyword) {
this.keyword = keyword;
}
public Date getCreateDate() {
return createDate;
}
public void setCreateDate(Date createDate) {
this.createDate = createDate;
}
public int getRead() {
return read;
}
public void setRead(int read) {
this.read = read;
}
public int getRecommendation() {
return recommendation;
}
public void setRecommendation(int recommendation) {
this.recommendation = recommendation;
}
public String toString() {
return "Article [aid=" + aid + ", author=" + author + ", content="
+ content + ", createDate=" + createDate + ", id=" + id
+ ", keyword=" + keyword + ", read=" + read
+ ", recommendation=" + recommendation + ", title=" + title
+ ", type=" + type + "]";
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论














收起资源包目录





































































































共 560 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论


朱moyimi
- 粉丝: 35
- 资源: 1万+
上传资源 快速赚钱
我的内容管理 收起
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


会员权益专享
安全验证
文档复制为VIP权益,开通VIP直接复制
