public class ColumnEntity extends CategoryEntity
铭飞CMS-铭飞内容管理系统
Copyright: Copyright (c) 2014 - 2015
Company:景德镇铭飞科技有限公司
版权所有 铭飞科技
Comments: 栏目管理实体类,继承CategoryEntity
Create Date:2014-7-14
Modification history:
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ColumnEntity.ColumnTypeEnum |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COLUMN_TYPE_COVER
已过时。
|
static int |
COLUMN_TYPE_LIST
已过时。
|
static int |
COLUMN_TYPE_URL
已过时。
|
| 构造器和说明 |
|---|
ColumnEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColumnContentModelId()
获取栏目下的文章所属表单的类型
|
String |
getColumnDescrip()
获取栏目简介的扩展
|
String |
getColumnKeyword()
获取栏目简介
|
String |
getColumnListUrl()
获取最终列表栏目的列表模板地址
|
String |
getColumnPath() |
int |
getColumnType()
获取栏目属性对应的值
1,COLUMN_TYPE_LIST 代表最终栏目列表
2, COLUMN_TYPE_COVER代表频道封面
|
String |
getColumnUrl()
获取栏目对应连接
|
void |
setColumnContentModelId(int columnContentModelId)
设置栏目下的文章所属表单的类型
|
void |
setColumnDescrip(String columnDescrip)
设置栏目简介的扩展
|
void |
setColumnKeyword(String columnKeyword)
设置栏目简介
|
void |
setColumnListUrl(String columnListUrl)
设置最终列表栏目的列表模板地址
|
void |
setColumnPath(String columnPath) |
void |
setColumnType(int columnType)
已过时。
|
void |
setColumnUrl(String columnUrl)
设置栏目对应连接
|
getAllCategroyChildrenIds, getAllCategroyChildrenList, getCategoryAppId, getCategoryCategoryId, getCategoryCreateBy, getCategoryCreateDate, getCategoryDateTime, getCategoryDel, getCategoryDescription, getCategoryDictId, getCategoryId, getCategoryLevel, getCategoryManagerId, getCategoryModelId, getCategoryParentId, getCategorySmallImg, getCategorySort, getCategoryTitle, getCategoryUpdateBy, getCategoryUpdateDate, getChildrenCategoryList, setCategoryAppId, setCategoryCategoryId, setCategoryCreateBy, setCategoryCreateDate, setCategoryDateTime, setCategoryDel, setCategoryDescription, setCategoryDictId, setCategoryId, setCategoryLevel, setCategoryManagerId, setCategoryModelId, setCategoryParentId, setCategorySmallImg, setCategorySort, setCategoryTitle, setCategoryUpdateBy, setCategoryUpdateDate, setChildrenCategoryListgetAppId, setAppIdgetCreateBy, getCreateDate, getDelFlag, getId, getOrder, getOrderBy, getRemarks, getSqlDataScope, getSqlWhere, getUpdateBy, getUpdateDate, setCreateBy, setCreateDate, setDelFlag, setDelFlag, setId, setOrder, setOrderBy, setRemarks, setSqlDataScope, setSqlWhere, setUpdateBy, setUpdateDate@Deprecated public static final int COLUMN_TYPE_LIST
@Deprecated public static final int COLUMN_TYPE_COVER
@Deprecated public static final int COLUMN_TYPE_URL
public String getColumnDescrip()
public String getColumnKeyword()
public String getColumnListUrl()
public String getColumnPath()
public int getColumnContentModelId()
public int getColumnType()
public String getColumnUrl()
public void setColumnDescrip(String columnDescrip)
columnDescrip - public void setColumnKeyword(String columnKeyword)
columnKeyword - public void setColumnListUrl(String columnListUrl)
columnListUrl - public void setColumnPath(String columnPath)
public void setColumnContentModelId(int columnContentModelId)
@Deprecated public void setColumnType(int columnType)
columnType - public void setColumnUrl(String columnUrl)
columnUrl - Copyright © 2018. All rights reserved.