- 47
- 0
- 约1.38万字
- 约 15页
- 2017-09-21 发布于贵州
- 举报
package com.media999.crawlwebsite.crawl;
/**
* @name:WebPage bean(页面对象)
*
* @version:1.0
*
* @author:Sun Wei(JerrySun)
*
* @date:21-Oct-2009
*
* @description:Store webpages source-code and visit url(保存页面的本地文件名和该页面的URL地址)
*
* @modify_person:
*
* @modify_content:
*
* @last_modify_date:
*
*/
public class webPageBean
{
// file name 页面的本地文件名
private String strPageContent;
// visit url 页面的访问地址
private String strPageUrl;
// 保存页面的编码
private String strEncode;
public String getStrEncode()
{
return strEncode;
}
public void setStrEncode(String strEncode)
{
th
原创力文档

文档评论(0)