⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 basedownload.java

📁 JEECSM是JavaEE版网站管理系统(Java Enterprise Edition Content Manage System)的简称。基于java技术开发
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
	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: 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: 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: HOMEPAGE
	 */
	public java.lang.String getHomepage () {
		return homepage;
	}

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



	/**
	 * Return the value associated with the column: DEMO_URL
	 */
	public java.lang.String getDemoUrl () {
		return demoUrl;
	}

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



	/**
	 * Return the value associated with the column: CONTACT
	 */
	public java.lang.String getContact () {
		return contact;
	}

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



	/**
	 * Return the value associated with the column: ENVIRONMENT
	 */
	public java.lang.String getEnvironment () {
		return environment;
	}

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



	/**
	 * Return the value associated with the column: EVALUATION
	 */
	public java.lang.Integer getEvaluation () {
		return evaluation;
	}

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



	/**
	 * Return the value associated with the column: FILE_TYPE
	 */
	public java.lang.String getFileType () {
		return fileType;
	}

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



	/**
	 * Return the value associated with the column: FILE_SIZE
	 */
	public java.lang.Long getFileSize () {
		return fileSize;
	}

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



	/**
	 * Return the value associated with the column: DOWN_COUNT
	 */
	public java.lang.Long getDownCount () {
		return downCount;
	}

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



	/**
	 * 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: CONTENT
	 */
	public java.lang.String getContent () {
		return content;
	}

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



	/**
	 * 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: 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_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: 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: 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;
	}



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -