首页>代码>基于jsp+servlet开发的java web新闻后台发布系统>/基于jsp新闻发布系统/新闻发布系统源代码/news_system/src/news/News.java
package news;

public class News {
	
	//select id,title,content,username,userid,pubtime from news
		private int id;
		private String title;
		private String content;
		
		private String userid;
		private String pubtime;
		
		
		public News(){
			
		}
		
		public News(int id){
			this.id = id;
		}

		public News(int id,String title,String content,String userid,String pubtime){
			this.id = id;
			this.title = title;
			this.content = content; 
		
			this.userid = userid;
			this.pubtime = pubtime; 
		}

		public News(String title){
			this.title = title;
		}
		
		public int getId() {
			return id;
		}

		public void setId(int id) {
			this.id = id;
		}

		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 String getUserid() {
			return userid;
		}

		public void setUserid(String userid) {
			this.userid = userid;
		}

		public String getPubtime() {
			return pubtime;
		}

		public void setPubtime(String pubtime) {
			this.pubtime = pubtime;
		}

}
最近下载更多
bankroll  LV4 6月13日
asddwh  LV13 2023年12月29日
mengmeng12323423  LV4 2023年6月17日
lwlwlwlw  LV3 2023年6月14日
chen_jw  LV10 2023年2月17日
include  LV8 2022年12月30日
13169178967  LV2 2022年12月11日
傻瓜还没打死烦人  LV7 2022年12月6日
zhunishimian  LV6 2022年10月30日
lsglsg9  LV23 2022年10月23日
最近浏览更多
时光海  LV2 6月30日
sadselect  LV8 6月28日
qedfedfc 6月26日
暂无贡献等级
kkllkk 6月20日
暂无贡献等级
bankroll  LV4 6月12日
今晚都别睡啦  LV9 6月1日
lmj12345  LV2 5月14日
Liang朝伟  LV1 1月6日
13161895  LV1 2023年12月30日
asddwh  LV13 2023年12月26日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友