亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? basearticle.java

?? 為用戶提供透明的管理平臺
?? JAVA
?? 第 1 頁 / 共 3 頁
字號:


	/**
	 * Return the value associated with the column: VISIT_TODAY
	 */
	public java.lang.Long getVisitToday () {
		return visitToday;
	}

	/**
	 * Set the value related to the column: VISIT_TODAY
	 * @param visitToday the VISIT_TODAY value
	 */
	public void setVisitToday (java.lang.Long visitToday) {
		this.visitToday = visitToday;
	}



	/**
	 * Return the value associated with the column: VISIT_WEEK
	 */
	public java.lang.Long getVisitWeek () {
		return visitWeek;
	}

	/**
	 * Set the value related to the column: VISIT_WEEK
	 * @param visitWeek the VISIT_WEEK value
	 */
	public void setVisitWeek (java.lang.Long visitWeek) {
		this.visitWeek = visitWeek;
	}



	/**
	 * Return the value associated with the column: VISIT_MONTH
	 */
	public java.lang.Long getVisitMonth () {
		return visitMonth;
	}

	/**
	 * Set the value related to the column: VISIT_MONTH
	 * @param visitMonth the VISIT_MONTH value
	 */
	public void setVisitMonth (java.lang.Long visitMonth) {
		this.visitMonth = visitMonth;
	}



	/**
	 * Return the value associated with the column: VISIT_QUARTER
	 */
	public java.lang.Long getVisitQuarter () {
		return visitQuarter;
	}

	/**
	 * Set the value related to the column: VISIT_QUARTER
	 * @param visitQuarter the VISIT_QUARTER value
	 */
	public void setVisitQuarter (java.lang.Long visitQuarter) {
		this.visitQuarter = visitQuarter;
	}



	/**
	 * Return the value associated with the column: VISIT_YEAR
	 */
	public java.lang.Long getVisitYear () {
		return visitYear;
	}

	/**
	 * Set the value related to the column: VISIT_YEAR
	 * @param visitYear the VISIT_YEAR value
	 */
	public void setVisitYear (java.lang.Long visitYear) {
		this.visitYear = visitYear;
	}



	/**
	 * Return the value associated with the column: STAT_DATE
	 */
	public java.util.Date getStatDate () {
		return statDate;
	}

	/**
	 * Set the value related to the column: STAT_DATE
	 * @param statDate the STAT_DATE value
	 */
	public void setStatDate (java.util.Date statDate) {
		this.statDate = statDate;
	}



	/**
	 * Return the value associated with the column: OUTER_URL
	 */
	public java.lang.String getOuterUrl () {
		return outerUrl;
	}

	/**
	 * Set the value related to the column: OUTER_URL
	 * @param outerUrl the OUTER_URL value
	 */
	public void setOuterUrl (java.lang.String outerUrl) {
		this.outerUrl = outerUrl;
	}



	/**
	 * Return the value associated with the column: CONTENT_RES_PATH
	 */
	public java.lang.String getContentResPath () {
		return contentResPath;
	}

	/**
	 * Set the value related to the column: CONTENT_RES_PATH
	 * @param contentResPath the CONTENT_RES_PATH value
	 */
	public void setContentResPath (java.lang.String contentResPath) {
		this.contentResPath = contentResPath;
	}



	/**
	 * Return the value associated with the column: PAGE_COUNT
	 */
	public java.lang.Integer getPageCount () {
		return pageCount;
	}

	/**
	 * Set the value related to the column: PAGE_COUNT
	 * @param pageCount the PAGE_COUNT value
	 */
	public void setPageCount (java.lang.Integer pageCount) {
		this.pageCount = pageCount;
	}



	/**
	 * Return the value associated with the column: TPL_CONTENT
	 */
	public java.lang.String getTplContent () {
		return tplContent;
	}

	/**
	 * Set the value related to the column: TPL_CONTENT
	 * @param tplContent the TPL_CONTENT value
	 */
	public void setTplContent (java.lang.String tplContent) {
		this.tplContent = tplContent;
	}



	/**
	 * Return the value associated with the column: CHECK_STEP
	 */
	public java.lang.Integer getCheckStep () {
		return checkStep;
	}

	/**
	 * Set the value related to the column: CHECK_STEP
	 * @param checkStep the CHECK_STEP value
	 */
	public void setCheckStep (java.lang.Integer checkStep) {
		this.checkStep = checkStep;
	}



	/**
	 * Return the value associated with the column: TOP_LEVEL
	 */
	public java.lang.Integer getTopLevel () {
		return topLevel;
	}

	/**
	 * Set the value related to the column: TOP_LEVEL
	 * @param topLevel the TOP_LEVEL value
	 */
	public void setTopLevel (java.lang.Integer topLevel) {
		this.topLevel = topLevel;
	}



	/**
	 * Return the value associated with the column: COMMENT_COUNT
	 */
	public java.lang.Integer getCommentCount () {
		return commentCount;
	}

	/**
	 * Set the value related to the column: COMMENT_COUNT
	 * @param commentCount the COMMENT_COUNT value
	 */
	public void setCommentCount (java.lang.Integer commentCount) {
		this.commentCount = commentCount;
	}



	/**
	 * Return the value associated with the column: CHECK_OPINION
	 */
	public java.lang.String getCheckOpinion () {
		return checkOpinion;
	}

	/**
	 * Set the value related to the column: CHECK_OPINION
	 * @param checkOpinion the CHECK_OPINION value
	 */
	public void setCheckOpinion (java.lang.String checkOpinion) {
		this.checkOpinion = checkOpinion;
	}



	/**
	 * Return the value associated with the column: RELATED_IDS
	 */
	public java.lang.String getRelatedIds () {
		return relatedIds;
	}

	/**
	 * Set the value related to the column: RELATED_IDS
	 * @param relatedIds the RELATED_IDS value
	 */
	public void setRelatedIds (java.lang.String relatedIds) {
		this.relatedIds = relatedIds;
	}



	/**
	 * Return the value associated with the column: HAS_TITLEIMG
	 */
	public java.lang.Boolean getHasTitleImg () {
		return hasTitleImg;
	}

	/**
	 * Set the value related to the column: HAS_TITLEIMG
	 * @param hasTitleImg the HAS_TITLEIMG value
	 */
	public void setHasTitleImg (java.lang.Boolean hasTitleImg) {
		this.hasTitleImg = hasTitleImg;
	}



	/**
	 * Return the value associated with the column: ALLOW_COMMENT
	 */
	public java.lang.Boolean getAllowComment () {
		return allowComment;
	}

	/**
	 * Set the value related to the column: ALLOW_COMMENT
	 * @param allowComment the ALLOW_COMMENT value
	 */
	public void setAllowComment (java.lang.Boolean allowComment) {
		this.allowComment = allowComment;
	}



	/**
	 * Return the value associated with the column: IS_BOLD
	 */
	public java.lang.Boolean getBold () {
		return bold;
	}

	/**
	 * Set the value related to the column: IS_BOLD
	 * @param bold the IS_BOLD value
	 */
	public void setBold (java.lang.Boolean bold) {
		this.bold = bold;
	}



	/**
	 * Return the value associated with the column: IS_DRAFT
	 */
	public java.lang.Boolean getDraft () {
		return draft;
	}

	/**
	 * Set the value related to the column: IS_DRAFT
	 * @param draft the IS_DRAFT value
	 */
	public void setDraft (java.lang.Boolean draft) {
		this.draft = draft;
	}



	/**
	 * Return the value associated with the column: IS_RECOMMEND
	 */
	public java.lang.Boolean getRecommend () {
		return recommend;
	}

	/**
	 * Set the value related to the column: IS_RECOMMEND
	 * @param recommend the IS_RECOMMEND value
	 */
	public void setRecommend (java.lang.Boolean recommend) {
		this.recommend = recommend;
	}



	/**
	 * Return the value associated with the column: IS_CHECK
	 */
	public java.lang.Boolean getCheck () {
		return check;
	}

	/**
	 * Set the value related to the column: IS_CHECK
	 * @param check the IS_CHECK value
	 */
	public void setCheck (java.lang.Boolean check) {
		this.check = check;
	}



	/**
	 * Return the value associated with the column: IS_DISABLED
	 */
	public java.lang.Boolean getDisabled () {
		return disabled;
	}

	/**
	 * Set the value related to the column: IS_DISABLED
	 * @param disabled the IS_DISABLED value
	 */
	public void setDisabled (java.lang.Boolean disabled) {
		this.disabled = disabled;
	}



	/**
	 * Return the value associated with the column: IS_REJECT
	 */
	public java.lang.Boolean getReject () {
		return reject;
	}

	/**
	 * Set the value related to the column: IS_REJECT
	 * @param reject the IS_REJECT value
	 */
	public void setReject (java.lang.Boolean reject) {
		this.reject = reject;
	}



	/**
	 * Return the value associated with the column: PARAM1
	 */
	public java.lang.String getParam1 () {
		return param1;
	}

	/**
	 * Set the value related to the column: PARAM1
	 * @param param1 the PARAM1 value
	 */
	public void setParam1 (java.lang.String param1) {
		this.param1 = param1;
	}



	/**
	 * Return the value associated with the column: PARAM2
	 */
	public java.lang.String getParam2 () {
		return param2;
	}

	/**
	 * Set the value related to the column: PARAM2
	 * @param param2 the PARAM2 value
	 */
	public void setParam2 (java.lang.String param2) {
		this.param2 = param2;
	}



	/**
	 * Return the value associated with the column: PARAM3
	 */
	public java.lang.String getParam3 () {
		return param3;
	}

	/**
	 * Set the value related to the column: PARAM3
	 * @param param3 the PARAM3 value
	 */
	public void setParam3 (java.lang.String param3) {
		this.param3 = param3;
	}



	/**
	 * Return the value associated with the column: DEF_STRING_1
	 */
	public java.lang.String getDefStr1 () {
		return defStr1;
	}

	/**
	 * Set the value related to the column: DEF_STRING_1
	 * @param defStr1 the DEF_STRING_1 value
	 */
	public void setDefStr1 (java.lang.String defStr1) {
		this.defStr1 = defStr1;
	}



	/**
	 * Return the value associated with the column: DEF_STRING_2
	 */
	public java.lang.String getDefStr2 () {
		return defStr2;
	}

	/**
	 * Set the value related to the column: DEF_STRING_2
	 * @param defStr2 the DEF_STRING_2 value
	 */
	public void setDefStr2 (java.lang.String defStr2) {
		this.defStr2 = defStr2;
	}



	/**
	 * Return the value associated with the column: DEF_STRING_3
	 */
	public java.lang.String getDefStr3 () {
		return defStr3;
	}

	/**
	 * Set the value related to the column: DEF_STRING_3
	 * @param defStr3 the DEF_STRING_3 value
	 */
	public void setDefStr3 (java.lang.String defStr3) {
		this.defStr3 = defStr3;
	}



	/**
	 * Return the value associated with the column: DEF_STRING_4
	 */
	public java.lang.String getDefStr4 () {
		return defStr4;
	}

	/**
	 * Set the value related to the column: DEF_STRING_4
	 * @param defStr4 the DEF_STRING_4 value
	 */
	public void setDefStr4 (java.lang.String defStr4) {
		this.defStr4 = defStr4;
	}



	/**
	 * Return the value associated with the column: DEF_STRING_5
	 */
	public java.lang.String getDefStr5 () {
		return defStr5;
	}

	/**
	 * Set the value related to the column: DEF_STRING_5
	 * @param defStr5 the DEF_STRING_5 value
	 */
	public void setDefStr5 (java.lang.String defStr5) {
		this.defStr5 = defStr5;
	}



	/**
	 * Return the value associated with the column: DEF_STRING_6
	 */
	public java.lang.String getDefStr6 () {
		return defStr6;

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产91综合一区在线观看| 免费看日韩a级影片| 中文字幕在线观看一区| 久久这里只有精品6| 26uuu欧美日本| 欧美国产乱子伦 | 久久精品水蜜桃av综合天堂| 日韩一区二区三区免费看 | 一区二区三区四区在线| 日韩毛片在线免费观看| 亚洲夂夂婷婷色拍ww47| 日本成人超碰在线观看| 国产盗摄视频一区二区三区| 91香蕉视频黄| 日韩一区二区三区精品视频 | 国产中文字幕一区| 99视频超级精品| 欧美精品aⅴ在线视频| 欧美大片在线观看| 中文字幕一区av| 国产精品综合在线视频| 欧美日韩中文精品| 中文字幕欧美日本乱码一线二线| 亚洲影视资源网| 国产91精品久久久久久久网曝门| 欧美在线免费视屏| 国产精品麻豆一区二区| 日本亚洲视频在线| 在线精品国精品国产尤物884a| 精品国产乱码久久久久久久久| 亚洲激情第一区| 粉嫩av一区二区三区在线播放| 欧美一区二区大片| 一区二区三区中文字幕| 色综合色狠狠天天综合色| 精品成人一区二区三区| 精品综合免费视频观看| 538在线一区二区精品国产| 一区二区三区四区在线播放| 99精品1区2区| 亚洲精品高清在线观看| 91首页免费视频| 一区二区三区高清不卡| 欧美日韩三级视频| 日韩在线观看一区二区| 欧美日本免费一区二区三区| 视频一区二区欧美| 日韩欧美一区二区在线视频| 久久不见久久见免费视频1| 欧美xxxx在线观看| 成人永久aaa| 一区二区三区四区不卡在线| 欧美妇女性影城| 国内外成人在线| 亚洲人成影院在线观看| 在线成人免费视频| 国产精品99久久久久久久女警 | 色94色欧美sute亚洲线路一久| 成人欧美一区二区三区白人| 91.xcao| 成人性生交大片免费看中文| 亚洲精品va在线观看| 91精品国产欧美一区二区18| 成人三级在线视频| 日韩精品久久理论片| 欧美激情综合五月色丁香小说| 色国产精品一区在线观看| 九色|91porny| 日韩精品欧美成人高清一区二区| 欧美国产精品劲爆| 日韩天堂在线观看| 欧美无乱码久久久免费午夜一区| 国模一区二区三区白浆| 亚洲丰满少妇videoshd| 国产精品三级久久久久三级| 欧美日韩精品电影| eeuss国产一区二区三区| 精品系列免费在线观看| 日韩精品免费专区| 日韩经典一区二区| 午夜av一区二区| 天天av天天翘天天综合网色鬼国产 | 欧美videossexotv100| 欧美偷拍一区二区| 欧美三级电影在线看| 91福利在线播放| 欧美男女性生活在线直播观看| 99久久精品免费| 91丝袜国产在线播放| 99国产欧美另类久久久精品| 成人av网站在线观看免费| 国产很黄免费观看久久| 丁香婷婷综合网| 91麻豆精品视频| 欧美日韩高清一区二区不卡| 日韩一区国产二区欧美三区| 精品美女在线播放| 欧美国产精品一区二区| 亚洲国产精品一区二区久久| 亚洲一本大道在线| 国产综合一区二区| 91女神在线视频| 日韩欧美不卡在线观看视频| 久久精品一区八戒影视| 亚洲综合在线视频| 狠狠色丁香九九婷婷综合五月| 丁香六月综合激情| 欧美日韩国产一二三| 国产精品久久免费看| 午夜精品福利一区二区三区av| 黑人巨大精品欧美一区| 精品视频1区2区3区| 久久久精品免费观看| 亚洲v精品v日韩v欧美v专区| 成人午夜激情片| 日韩一级大片在线观看| 亚洲欧美日韩国产一区二区三区 | 欧美高清一级片在线| 国产精品成人午夜| 成人一级视频在线观看| 日韩亚洲欧美综合| 天堂久久久久va久久久久| eeuss鲁片一区二区三区| 国产亚洲欧美中文| 久草精品在线观看| 久久你懂得1024| 麻豆国产一区二区| 日韩一区二区免费电影| 蜜臀va亚洲va欧美va天堂 | 亚洲国产精品久久人人爱蜜臀| 色综合中文字幕国产 | 国产精品影视在线观看| 亚洲精品在线免费观看视频| 国内外成人在线| 精品国产乱码久久久久久蜜臀| 日本aⅴ免费视频一区二区三区| 欧美精品亚洲二区| 久久精品久久久精品美女| 日韩三区在线观看| 国产精品亚洲第一| 中文字幕在线一区免费| 在线免费观看成人短视频| 五月婷婷综合激情| 久久亚洲精品小早川怜子| 成人午夜私人影院| 亚洲精品视频在线观看网站| 7777女厕盗摄久久久| 久久er99精品| 亚洲欧美乱综合| 欧美成人三级在线| 91视频91自| 精品一二三四区| 亚洲自拍偷拍网站| 久久久久久电影| 欧美日韩免费不卡视频一区二区三区 | 日韩精品欧美精品| 最好看的中文字幕久久| 欧美一级欧美三级| 色一情一乱一乱一91av| 日韩va亚洲va欧美va久久| 国产精品欧美久久久久无广告| 欧美在线高清视频| 一本久久a久久免费精品不卡| 亚洲精品欧美激情| 日韩欧美久久久| 在线这里只有精品| 国产在线精品一区二区 | 国产一区91精品张津瑜| 天天色综合成人网| 一区二区三区欧美| 久久久不卡影院| 久久久影院官网| 日韩精品一区二区三区老鸭窝| 欧美日韩一二三区| 国产麻豆欧美日韩一区| 三级欧美在线一区| 日日夜夜精品免费视频| 亚洲成人福利片| 天天综合色天天| 亚洲一区在线观看免费 | 成人国产精品免费观看视频| 国产一区二区三区香蕉| 国内精品久久久久影院色| 蜜臀av一区二区在线免费观看| 日本aⅴ免费视频一区二区三区| 视频一区中文字幕国产| 韩日av一区二区| 成人中文字幕电影| 欧洲在线/亚洲| 欧美mv日韩mv国产网站app| 久久久久99精品国产片| 国产精品热久久久久夜色精品三区 | 免费成人小视频| 丁香亚洲综合激情啪啪综合| 91色|porny| 欧美一区二区免费视频| 久久综合色婷婷| 一区二区成人在线视频 | 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 欧美午夜宅男影院|