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

📄 basearticle.java

📁 JEECSM是JavaEE版网站管理系统(Java Enterprise Edition Content Manage System)的简称。 基于java技术开发
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
	/**
	 * 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: 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: 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: NEXT_ID
	 */
	public com.jeecms.article.entity.Article getNext () {
		return next;
	}

	/**
	 * Set the value related to the column: NEXT_ID
	 * @param next the NEXT_ID value
	 */
	public void setNext (com.jeecms.article.entity.Article next) {
		this.next = next;
	}



	/**
	 * Return the value associated with the column: PRE_ID
	 */
	public com.jeecms.article.entity.Article getPre () {
		return pre;
	}

	/**
	 * Set the value related to the column: PRE_ID
	 * @param pre the PRE_ID value
	 */
	public void setPre (com.jeecms.article.entity.Article pre) {
		this.pre = pre;
	}



	/**
	 * Return the value associated with the column: ADMIN_DISABLE
	 */
	public com.jeecms.cms.entity.CmsAdmin getAdminDisable () {
		return adminDisable;
	}

	/**
	 * Set the value related to the column: ADMIN_DISABLE
	 * @param adminDisable the ADMIN_DISABLE value
	 */
	public void setAdminDisable (com.jeecms.cms.entity.CmsAdmin adminDisable) {
		this.adminDisable = adminDisable;
	}



	/**
	 * Return the value associated with the column: GROUP_ID
	 */
	public com.jeecms.cms.entity.CmsMemberGroup getGroup () {
		return group;
	}

	/**
	 * Set the value related to the column: GROUP_ID
	 * @param group the GROUP_ID value
	 */
	public void setGroup (com.jeecms.cms.entity.CmsMemberGroup group) {
		this.group = group;
	}



	/**
	 * Return the value associated with the column: CHANNEL_ID
	 */
	public com.jeecms.cms.entity.CmsChannel getChannel () {
		return channel;
	}

	/**
	 * Set the value related to the column: CHANNEL_ID
	 * @param channel the CHANNEL_ID value
	 */
	public void setChannel (com.jeecms.cms.entity.CmsChannel channel) {
		this.channel = channel;
	}



	/**
	 * Return the value associated with the column: WEBSITE_ID
	 */
	public com.jeecms.core.entity.Website getWebsite () {
		return website;
	}

	/**
	 * Set the value related to the column: WEBSITE_ID
	 * @param website the WEBSITE_ID value
	 */
	public void setWebsite (com.jeecms.core.entity.Website website) {
		this.website = website;
	}



	/**
	 * Return the value associated with the column: ADMIN_CHECK
	 */
	public com.jeecms.cms.entity.CmsAdmin getAdminCheck () {
		return adminCheck;
	}

	/**
	 * Set the value related to the column: ADMIN_CHECK
	 * @param adminCheck the ADMIN_CHECK value
	 */
	public void setAdminCheck (com.jeecms.cms.entity.CmsAdmin adminCheck) {
		this.adminCheck = adminCheck;
	}



	/**
	 * Return the value associated with the column: ADMIN_INPUT
	 */
	public com.jeecms.cms.entity.CmsAdmin getAdminInput () {
		return adminInput;
	}

	/**
	 * Set the value related to the column: ADMIN_INPUT
	 * @param adminInput the ADMIN_INPUT value
	 */
	public void setAdminInput (com.jeecms.cms.entity.CmsAdmin adminInput) {
		this.adminInput = adminInput;
	}



	/**
	 * Return the value associated with the column: MEMBER_ID
	 */
	public com.jeecms.cms.entity.CmsMember getMember () {
		return member;
	}

	/**
	 * Set the value related to the column: MEMBER_ID
	 * @param member the MEMBER_ID value
	 */
	public void setMember (com.jeecms.cms.entity.CmsMember member) {
		this.member = member;
	}




	public boolean equals (Object obj) {
		if (null == obj) return false;
		if (!(obj instanceof com.jeecms.article.entity.Article)) return false;
		else {
			com.jeecms.article.entity.Article article = (com.jeecms.article.entity.Article) obj;
			if (null == this.getId() || null == article.getId()) return false;
			else return (this.getId().equals(article.getId()));
		}
	}

	public int hashCode () {
		if (Integer.MIN_VALUE == this.hashCode) {
			if (null == this.getId()) return super.hashCode();
			else {
				String hashStr = this.getClass().getName() + ":" + this.getId().hashCode();
				this.hashCode = hashStr.hashCode();
			}
		}
		return this.hashCode;
	}


	public String toString () {
		return super.toString();
	}


}

⌨️ 快捷键说明

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