亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
中文字幕一区三区| 欧美国产日本韩| 成人性视频免费网站| 亚洲综合男人的天堂| 精品国精品国产| 色爱区综合激月婷婷| 激情另类小说区图片区视频区| 亚洲黄色片在线观看| 26uuu精品一区二区在线观看| 一本色道久久综合亚洲aⅴ蜜桃| 蜜臀va亚洲va欧美va天堂| 亚洲精品亚洲人成人网在线播放| 日韩欧美高清dvd碟片| 欧美最猛黑人xxxxx猛交| 国产成人超碰人人澡人人澡| 日韩有码一区二区三区| 亚洲欧美在线另类| 国产欧美一区二区精品仙草咪| 欧美精品第1页| 91黄色小视频| 99久久er热在这里只有精品15 | 91成人网在线| 国产91高潮流白浆在线麻豆 | 国产日本一区二区| 欧美电视剧在线看免费| 欧美在线播放高清精品| 91视频免费看| jizz一区二区| 不卡av在线网| 国产成人精品亚洲午夜麻豆| 国产在线视频一区二区三区| 免播放器亚洲一区| 蜜臀av性久久久久蜜臀aⅴ四虎| 亚洲国产日韩av| 亚洲小少妇裸体bbw| 一区二区三区四区激情| 亚洲欧美日韩综合aⅴ视频| 国产精品家庭影院| 亚洲欧洲精品成人久久奇米网| 国产精品午夜春色av| 欧美经典三级视频一区二区三区| 久久精品一二三| 日本一区二区高清| 国产精品无圣光一区二区| 国产精品国产三级国产有无不卡| 国产精品理伦片| 中文字幕在线观看不卡| 亚洲三级在线观看| 一区二区三区高清不卡| 亚洲一区二区三区不卡国产欧美| 亚洲综合另类小说| 亚洲va韩国va欧美va精品| 日本麻豆一区二区三区视频| 九九视频精品免费| 成人综合在线视频| 99精品视频一区二区三区| 色欧美日韩亚洲| 91麻豆精品国产91久久久久久| 7777精品伊人久久久大香线蕉超级流畅 | 日本不卡一区二区| 久久精品国产亚洲高清剧情介绍 | 麻豆91精品视频| 国产精品伊人色| 成人av网站免费| 欧美三级一区二区| 精品国产乱码久久久久久闺蜜| 国产色爱av资源综合区| 亚洲麻豆国产自偷在线| 五月婷婷综合网| 国产在线视视频有精品| 91色乱码一区二区三区| 欧美一区二区三区婷婷月色 | 中文字幕一区三区| 午夜成人免费视频| 国产传媒一区在线| 在线欧美一区二区| 欧美成人猛片aaaaaaa| 自拍偷自拍亚洲精品播放| 手机精品视频在线观看| 国产精品亚洲午夜一区二区三区 | 日韩一级片网站| 国产精品家庭影院| 亚洲成a人片在线不卡一二三区| 精品影视av免费| 91丨porny丨户外露出| 欧美一卡二卡在线观看| 中文字幕巨乱亚洲| 青青国产91久久久久久| 91网址在线看| 欧美成人精品福利| 亚洲精品欧美在线| 国产尤物一区二区| 欧美亚洲综合在线| 国产免费久久精品| 日韩不卡手机在线v区| av在线一区二区三区| 日韩欧美黄色影院| 亚洲综合一区在线| 国产成都精品91一区二区三| 欧美精品黑人性xxxx| 亚洲男人的天堂网| 国产精品亚洲一区二区三区在线| 欧美日韩国产欧美日美国产精品| 国产欧美一区二区在线| 日韩vs国产vs欧美| 欧美午夜理伦三级在线观看| 国产精品国产三级国产aⅴ原创| 精品在线播放午夜| 91精品福利在线一区二区三区 | 91在线精品一区二区三区| 欧美不卡一二三| 天堂va蜜桃一区二区三区漫画版 | 不卡av在线免费观看| 日韩女同互慰一区二区| 一区二区三区在线不卡| 99视频有精品| 国产精品免费视频观看| 国产一区二区女| 欧美xxxx在线观看| 男女性色大片免费观看一区二区| 欧美日韩一区 二区 三区 久久精品| 中文字幕在线免费不卡| 成人午夜电影网站| 久久久久久9999| 国精产品一区一区三区mba桃花| 欧美一级日韩免费不卡| 日本视频一区二区三区| 欧美日韩在线精品一区二区三区激情 | 国产精品国产自产拍高清av王其| 国产精品一级黄| 精品对白一区国产伦| 麻豆91免费看| 亚洲精品一区在线观看| 狠狠久久亚洲欧美| 精品久久人人做人人爽| 久久精品久久久精品美女| 欧美tk丨vk视频| 蜜臀av亚洲一区中文字幕| 日韩精品一区二区三区视频播放| 日韩精品一二三| 日韩午夜电影av| 蜜臀精品久久久久久蜜臀| 日韩精品中午字幕| 激情图区综合网| 中文字幕国产一区二区| 99久久777色| 亚洲午夜久久久| 欧美精品777| 韩国精品主播一区二区在线观看 | 欧美日韩第一区日日骚| 日本视频在线一区| 精品国精品自拍自在线| 国产不卡在线播放| 亚洲欧美电影院| 欧美日本免费一区二区三区| 蜜桃在线一区二区三区| 久久久777精品电影网影网| 99视频精品全部免费在线| 亚洲蜜臀av乱码久久精品| 欧美亚一区二区| 美女性感视频久久| 国产日韩欧美一区二区三区乱码 | 亚洲精品日韩综合观看成人91| 色综合久久九月婷婷色综合| 亚洲福利一区二区| 久久综合久久综合久久综合| av成人动漫在线观看| 午夜精品福利在线| 久久女同精品一区二区| 色偷偷一区二区三区| 秋霞电影一区二区| 国产精品国产精品国产专区不蜜 | 成人免费视频视频| 亚洲制服欧美中文字幕中文字幕| 欧美夫妻性生活| 国产成人在线免费观看| 一区二区三区四区中文字幕| 精品欧美一区二区三区精品久久| 不卡的av在线| 丝袜美腿成人在线| 日本一区二区三区电影| 欧美系列日韩一区| 国产精品91xxx| 午夜电影一区二区| 国产欧美日韩不卡免费| 欧美精品粉嫩高潮一区二区| 成人午夜激情视频| 日产精品久久久久久久性色| 国产精品久久久久久久久晋中| 91精品福利在线一区二区三区 | 国产精品99久久久久久似苏梦涵 | 国产成人精品免费视频网站| 亚洲动漫第一页| 国产精品乱人伦中文| 日韩一区二区在线观看视频播放| 色综合夜色一区| 粉嫩aⅴ一区二区三区四区五区| 性做久久久久久久久| 国产精品久久久久久久裸模| 欧美成人官网二区|