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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? basecmschannel.java

?? JAVA做的CMS源碼
?? JAVA
?? 第 1 頁 / 共 2 頁
字號:
package com.jeecms.cms.entity.base;

import java.io.Serializable;


/**
 * This is an object that contains data related to the CMS_CHANNEL table.
 * Do not modify this class because it will be overwritten if the configuration file
 * related to this class is modified.
 *
 * @hibernate.class
 *  table="CMS_CHANNEL"
 */

public abstract class BaseCmsChannel  implements Serializable {

	public static String REF = "CmsChannel";
	public static String PROP_DEF_STR9 = "defStr9";
	public static String PROP_DEF_MONEY2 = "defMoney2";
	public static String PROP_KEYWORDS = "keywords";
	public static String PROP_SYS_TYPE = "sysType";
	public static String PROP_VISIT_TOTAL = "visitTotal";
	public static String PROP_CONFIG = "config";
	public static String PROP_DEF_LONG4 = "defLong4";
	public static String PROP_GROUP_CONTRIBUTE = "groupContribute";
	public static String PROP_CONTENT = "content";
	public static String PROP_PARAM1 = "param1";
	public static String PROP_DEF_STR5 = "defStr5";
	public static String PROP_DEF_STR2 = "defStr2";
	public static String PROP_DEF_BOOL1 = "defBool1";
	public static String PROP_TPL_INDEX = "tplIndex";
	public static String PROP_MODEL = "model";
	public static String PROP_DEF_DATE2 = "defDate2";
	public static String PROP_GROUP_VISIT = "groupVisit";
	public static String PROP_PATH = "path";
	public static String PROP_DISPLAY = "display";
	public static String PROP_TITLE = "title";
	public static String PROP_PARAM2 = "param2";
	public static String PROP_DEF_STR6 = "defStr6";
	public static String PROP_DEF_STR1 = "defStr1";
	public static String PROP_DEF_DATE3 = "defDate3";
	public static String PROP_DEF_STR4 = "defStr4";
	public static String PROP_RGT = "rgt";
	public static String PROP_PRIORITY = "priority";
	public static String PROP_HAS_CHILD = "hasChild";
	public static String PROP_STAT_DATE = "statDate";
	public static String PROP_DEF_MONEY3 = "defMoney3";
	public static String PROP_DESCRIPTION = "description";
	public static String PROP_PARAM3 = "param3";
	public static String PROP_DEF_STR3 = "defStr3";
	public static String PROP_DEF_BOOL3 = "defBool3";
	public static String PROP_NAME = "name";
	public static String PROP_DOC_COUNT = "docCount";
	public static String PROP_DEF_LONG5 = "defLong5";
	public static String PROP_DEF_BOOL2 = "defBool2";
	public static String PROP_DEF_LONG2 = "defLong2";
	public static String PROP_WEBSITE = "website";
	public static String PROP_VISIT_TODAY = "visitToday";
	public static String PROP_DEF_DATE1 = "defDate1";
	public static String PROP_DEF_STR8 = "defStr8";
	public static String PROP_DEF_MONEY1 = "defMoney1";
	public static String PROP_HAS_TITLE_IMG = "hasTitleImg";
	public static String PROP_TPL_CONTENT = "tplContent";
	public static String PROP_OUTER_URL = "outerUrl";
	public static String PROP_DEF_LONG1 = "defLong1";
	public static String PROP_DEF_STR7 = "defStr7";
	public static String PROP_LFT = "lft";
	public static String PROP_TITLE_IMG = "titleImg";
	public static String PROP_PARENT = "parent";
	public static String PROP_DEF_LONG3 = "defLong3";
	public static String PROP_ID = "id";
	public static String PROP_CONTENT_IMG = "contentImg";


	// constructors
	public BaseCmsChannel () {
		initialize();
	}

	/**
	 * Constructor for primary key
	 */
	public BaseCmsChannel (java.lang.Long id) {
		this.setId(id);
		initialize();
	}

	/**
	 * Constructor for required fields
	 */
	public BaseCmsChannel (
		java.lang.Long id,
		com.jeecms.cms.entity.ChnlModel model,
		com.jeecms.cms.entity.CmsConfig config,
		com.jeecms.core.entity.Website website,
		java.lang.String sysType,
		java.lang.Integer lft,
		java.lang.Integer rgt,
		java.lang.Integer docCount,
		java.lang.Integer priority,
		java.lang.Boolean hasTitleImg,
		java.lang.Boolean hasChild,
		java.lang.Boolean display) {

		this.setId(id);
		this.setModel(model);
		this.setConfig(config);
		this.setWebsite(website);
		this.setSysType(sysType);
		this.setLft(lft);
		this.setRgt(rgt);
		this.setDocCount(docCount);
		this.setPriority(priority);
		this.setHasTitleImg(hasTitleImg);
		this.setHasChild(hasChild);
		this.setDisplay(display);
		initialize();
	}

	protected void initialize () {}



	private int hashCode = Integer.MIN_VALUE;

	// primary key
	private java.lang.Long id;

	// fields
	private java.lang.String sysType;
	private java.lang.String path;
	private java.lang.Integer lft;
	private java.lang.Integer rgt;
	private java.lang.String name;
	private java.lang.String content;
	private java.lang.String titleImg;
	private java.lang.String contentImg;
	private java.lang.String tplIndex;
	private java.lang.String tplContent;
	private java.lang.String title;
	private java.lang.String keywords;
	private java.lang.String description;
	private java.lang.Integer docCount;
	private java.lang.Long visitTotal;
	private java.lang.Long visitToday;
	private java.util.Date statDate;
	private java.lang.String outerUrl;
	private java.lang.Integer priority;
	private java.lang.Boolean hasTitleImg;
	private java.lang.Boolean hasChild;
	private java.lang.Boolean display;
	private java.lang.String param1;
	private java.lang.String param2;
	private java.lang.String param3;
	private java.lang.String defStr1;
	private java.lang.String defStr2;
	private java.lang.String defStr3;
	private java.lang.String defStr4;
	private java.lang.String defStr5;
	private java.lang.String defStr6;
	private java.lang.String defStr7;
	private java.lang.String defStr8;
	private java.lang.String defStr9;
	private java.lang.Long defLong1;
	private java.lang.Long defLong2;
	private java.lang.Long defLong3;
	private java.lang.Long defLong4;
	private java.lang.Long defLong5;
	private java.math.BigDecimal defMoney1;
	private java.math.BigDecimal defMoney2;
	private java.math.BigDecimal defMoney3;
	private java.util.Date defDate1;
	private java.util.Date defDate2;
	private java.util.Date defDate3;
	private java.lang.Boolean defBool1;
	private java.lang.Boolean defBool2;
	private java.lang.Boolean defBool3;

	// many to one
	private com.jeecms.cms.entity.CmsMemberGroup groupContribute;
	private com.jeecms.cms.entity.CmsMemberGroup groupVisit;
	private com.jeecms.cms.entity.CmsChannel parent;
	private com.jeecms.cms.entity.ChnlModel model;
	private com.jeecms.cms.entity.CmsConfig config;
	private com.jeecms.core.entity.Website website;

	// collections
	private java.util.Set<com.jeecms.cms.entity.CmsChannel> child;
	private java.util.Set<com.jeecms.core.entity.Attachment> attachments;
	private java.util.Set<com.jeecms.cms.entity.CmsAdmin> admins;



	/**
	 * Return the unique identifier of this class
     * @hibernate.id
     *  generator-class="native"
     *  column="CHANNEL_ID"
     */
	public java.lang.Long getId () {
		return id;
	}

	/**
	 * Set the unique identifier of this class
	 * @param id the new ID
	 */
	public void setId (java.lang.Long id) {
		this.id = id;
		this.hashCode = Integer.MIN_VALUE;
	}




	/**
	 * Return the value associated with the column: SYS_TYPE
	 */
	public java.lang.String getSysType () {
		return sysType;
	}

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



	/**
	 * Return the value associated with the column: PATH
	 */
	public java.lang.String getPath () {
		return path;
	}

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



	/**
	 * Return the value associated with the column: LFT
	 */
	public java.lang.Integer getLft () {
		return lft;
	}

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



	/**
	 * Return the value associated with the column: RGT
	 */
	public java.lang.Integer getRgt () {
		return rgt;
	}

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



	/**
	 * Return the value associated with the column: NAME
	 */
	public java.lang.String getName () {
		return name;
	}

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



	/**
	 * 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: TITLE_IMG
	 */
	public java.lang.String getTitleImg () {
		return titleImg;
	}

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



	/**
	 * Return the value associated with the column: CONTENT_IMG
	 */
	public java.lang.String getContentImg () {
		return contentImg;
	}

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



	/**
	 * Return the value associated with the column: TPL_INDEX
	 */
	public java.lang.String getTplIndex () {
		return tplIndex;
	}

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



	/**
	 * 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: TITLE
	 */
	public java.lang.String getTitle () {
		return title;
	}

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



	/**
	 * Return the value associated with the column: KEYWORDS
	 */
	public java.lang.String getKeywords () {
		return keywords;
	}

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



	/**
	 * Return the value associated with the column: DESCRIPTION
	 */
	public java.lang.String getDescription () {
		return description;
	}

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



	/**
	 * Return the value associated with the column: DOC_COUNT
	 */
	public java.lang.Integer getDocCount () {
		return docCount;
	}

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



	/**
	 * Return the value associated with the column: VISIT_TOTAL
	 */
	public java.lang.Long getVisitTotal () {
		return visitTotal;
	}

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



	/**
	 * 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: 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: PRIORITY
	 */
	public java.lang.Integer getPriority () {
		return priority;
	}

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



	/**
	 * 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: HAS_CHILD
	 */
	public java.lang.Boolean getHasChild () {
		return hasChild;
	}

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



	/**
	 * Return the value associated with the column: IS_DISPLAY
	 */
	public java.lang.Boolean getDisplay () {
		return display;
	}

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



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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩伦理av电影| 欧美日韩国产影片| 国产一区在线看| 丁香五精品蜜臀久久久久99网站| 成人av电影在线网| 欧美肥妇bbw| 自拍偷拍国产精品| 欧美在线free| 国产亚洲美州欧州综合国| 亚洲一区二区三区小说| 国产九色sp调教91| 日韩久久精品一区| 伊人性伊人情综合网| 成人av先锋影音| 亚洲国产一区二区视频| 99视频精品在线| 国产午夜精品一区二区三区嫩草| 成人avav影音| 午夜精品福利在线| 在线视频一区二区三| 蜜臀va亚洲va欧美va天堂| 色噜噜狠狠成人网p站| 中文字幕精品三区| 国内精品写真在线观看| 精品国产成人在线影院 | 午夜精品在线看| 日韩免费高清视频| 色综合久久综合网97色综合| 久久久久国产精品人| 韩国女主播成人在线观看| 国产精品二三区| 99v久久综合狠狠综合久久| 中文字幕在线免费不卡| 9i看片成人免费高清| 青草国产精品久久久久久| 91 com成人网| 六月丁香婷婷色狠狠久久| 精品国产一区a| 在线观看日韩国产| 成人免费视频播放| 亚洲欧美怡红院| 日韩欧美国产麻豆| 欧美日韩中字一区| 免费欧美在线视频| 一区二区三区电影在线播| 欧美日韩精品电影| 成人av网站大全| 国产综合色产在线精品| 视频一区免费在线观看| 欧美成人精品3d动漫h| 国产美女娇喘av呻吟久久 | 免费人成黄页网站在线一区二区| 亚洲欧美影音先锋| 欧美激情一区二区在线| 精品少妇一区二区三区视频免付费 | 欧美专区日韩专区| 99国产精品99久久久久久| 国产精品一区一区| 国模大尺度一区二区三区| 午夜国产不卡在线观看视频| 亚洲免费观看高清完整版在线观看| 欧美在线啊v一区| 99精品视频在线免费观看| 大白屁股一区二区视频| 国产乱人伦精品一区二区在线观看 | 日韩1区2区日韩1区2区| 久久久久九九视频| 精品国产凹凸成av人导航| 欧美本精品男人aⅴ天堂| 日韩一区二区三区电影在线观看| 国产高清不卡一区二区| 一区二区日韩av| 一区二区三区在线视频播放| 中文字幕亚洲视频| ...xxx性欧美| 一级中文字幕一区二区| 亚洲自拍另类综合| 丝袜亚洲另类欧美综合| 欧美aaa在线| 国精产品一区一区三区mba桃花| 久久国产三级精品| 国产一区高清在线| 成人国产精品免费观看动漫| www.欧美日韩国产在线| 色综合久久久久久久| 色视频成人在线观看免| 欧美三区在线观看| 日韩一区二区三免费高清| 精品日本一线二线三线不卡| 久久亚洲综合色| 欧美人伦禁忌dvd放荡欲情| 在线播放91灌醉迷j高跟美女 | 亚洲欧洲精品一区二区三区不卡| 亚洲欧洲日韩综合一区二区| 亚洲一区免费在线观看| 日韩国产欧美一区二区三区| 美女免费视频一区| 国产福利一区二区三区视频在线 | 亚洲精品在线一区二区| 国产女人18水真多18精品一级做| 91精品午夜视频| 26uuu另类欧美亚洲曰本| 国产欧美精品一区二区色综合 | 在线综合视频播放| 亚洲精品一区二区精华| 国产精品区一区二区三| 国产亚洲一区二区三区| 国产精品剧情在线亚洲| 亚洲成va人在线观看| 亚洲黄网站在线观看| 日韩电影免费一区| 国产iv一区二区三区| 欧美一a一片一级一片| 欧美在线短视频| 精品理论电影在线| 亚洲日本一区二区| 欧美aⅴ一区二区三区视频| jvid福利写真一区二区三区| 9191国产精品| 一色桃子久久精品亚洲| 久久爱www久久做| 91久久国产综合久久| 久久久久久久久伊人| 亚洲成人777| 成人免费视频一区| 日韩色在线观看| 亚洲一区二区三区爽爽爽爽爽| 国产中文字幕精品| 欧美日韩亚洲不卡| 亚洲品质自拍视频| 国产在线一区二区| 91精品久久久久久久99蜜桃| 成人免费在线视频观看| 久久国产麻豆精品| 欧美日韩亚洲另类| 一区二区在线观看av| 国产成人自拍在线| 欧美电视剧在线看免费| 亚洲小少妇裸体bbw| 91亚洲永久精品| 欧美另类高清zo欧美| 国产精品第13页| 国产精品69毛片高清亚洲| 91精品综合久久久久久| 亚洲视频免费在线观看| 国产精品99久久久久久宅男| 日韩欧美国产综合一区| 婷婷中文字幕一区三区| 欧美性大战久久久久久久蜜臀| 国产精品色一区二区三区| 国产美女在线精品| 欧美精品一区二区三区在线播放| 视频一区欧美精品| 欧美日本在线播放| 亚洲动漫第一页| 在线影院国内精品| 亚洲一区二区三区在线| 在线中文字幕一区| 亚洲一区免费观看| 欧美日韩精品三区| 五月天国产精品| 欧美日韩久久久一区| 亚洲国产日日夜夜| 在线视频国产一区| 亚洲午夜一区二区| 欧美蜜桃一区二区三区| 午夜精品久久久| 日韩网站在线看片你懂的| 日本亚洲一区二区| 日韩三级电影网址| 韩国一区二区视频| 久久久久久99久久久精品网站| 国产精品亚洲成人| 成人欧美一区二区三区视频网页| 99久久精品国产一区| 一区二区三区四区不卡视频| 欧美一a一片一级一片| 秋霞国产午夜精品免费视频| 欧美本精品男人aⅴ天堂| 国产成人免费网站| 亚洲图片激情小说| 欧洲精品视频在线观看| 性做久久久久久免费观看 | 欧美日韩成人综合在线一区二区| 亚洲高清免费在线| 欧美tk—视频vk| 成人国产精品免费| 一区二区在线电影| 日韩女优毛片在线| 成人免费毛片app| 亚洲一区在线观看网站| 日韩欧美色综合| 本田岬高潮一区二区三区| 伊人开心综合网| 欧美成人aa大片| 成人永久看片免费视频天堂| 夜夜爽夜夜爽精品视频| 精品久久国产老人久久综合| 99久久精品99国产精品| 日本少妇一区二区|