HtmlBean

package com.sxt.es;

public class HtmlBean {

	private int id;
	private String title;
	private String content;
	private String url;
	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 getUrl() {
		return url;
	}
	public void setUrl(String url) {
		this.url = url;
	}
	
}

  

posted @ 2018-07-05 12:54  uuhh  阅读(271)  评论(0)    收藏  举报