类 CmsCategory
java.lang.Object
com.publiccms.views.pojo.entities.EntityAttribute
com.publiccms.entities.cms.CmsCategory
- 所有已实现的接口:
Serializable
CmsCategory generated by hbm2java
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private booleanallow contribute 允许投稿private Stringchild ids 子分类idprivate @NotNull @Length(max=50) Stringcode 编码private booleancontain child content 包含子分类内容private Stringprivate booleancustom content path 自定义内容访问路径private booleancustom path 自定义访问路径private booleanprivate Integerprivate booleanhas static file 有静态化文件private booleanhidden 前台隐藏private Integeridprivate @NotNull @Length(max=50) Stringnameprivate booleanextend link 外链private Integercontent page size 内容分页大小private Integerparent id 父idprivate Stringprivate static final longprivate shortprivate intsort 排序private Stringtag type ids 标签类型idprivate Stringprivate Stringtype id 分类类型idprivate @Length(max=1000) Stringurl 链接地址private Integerworkflow 工作流 -
构造器概要
构造器构造器说明CmsCategory(short siteId, String name, Integer parentId, String typeId, String childIds, String tagTypeIds, String code, boolean customPath, String templatePath, String path, boolean onlyUrl, boolean hasStatic, String url, boolean customContentPath, String contentPath, boolean containChild, Integer pageSize, boolean allowContribute, int sort, boolean hidden, boolean disabled, Integer workflowId, Integer extendId) CmsCategory(short siteId, String name, String code, boolean customPath, boolean onlyUrl, boolean hasStatic, boolean customContentPath, boolean containChild, boolean allowContribute, int sort, boolean hidden, boolean disabled) -
方法概要
修饰符和类型方法说明getCode()getId()getName()getPath()shortintgetSort()getUrl()booleanbooleanbooleanbooleanbooleanbooleanbooleanisHidden()booleanvoidsetAllowContribute(boolean allowContribute) voidsetChildIds(String childIds) voidvoidsetContainChild(boolean containChild) voidsetContentPath(String contentPath) voidsetCustomContentPath(boolean customContentPath) voidsetCustomPath(boolean customPath) voidsetDisabled(boolean disabled) voidsetExtendId(Integer extendId) voidsetHasStatic(boolean hasStatic) voidsetHidden(boolean hidden) voidvoidvoidsetOnlyUrl(boolean onlyUrl) voidsetPageSize(Integer pageSize) voidsetParentId(Integer parentId) voidvoidsetSiteId(short siteId) voidsetSort(int sort) voidsetTagTypeIds(String tagTypeIds) voidsetTemplatePath(String templatePath) voidvoidvoidsetWorkflowId(Integer workflowId) 从类继承的方法 com.publiccms.views.pojo.entities.EntityAttribute
getAttribute, setAttribute
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
id
id -
siteId
private short siteId -
name
name
名称
名前
-
parentId
parent id 父id -
typeId
type id 分类类型id -
childIds
child ids 子分类id -
tagTypeIds
tag type ids 标签类型id -
code
code 编码 -
customPath
private boolean customPathcustom path 自定义访问路径 -
templatePath
-
path
-
onlyUrl
private boolean onlyUrlextend link 外链 -
hasStatic
private boolean hasStatichas static file 有静态化文件 -
url
url 链接地址 -
customContentPath
private boolean customContentPathcustom content path 自定义内容访问路径 -
contentPath
-
containChild
private boolean containChildcontain child content 包含子分类内容 -
pageSize
content page size 内容分页大小 -
allowContribute
private boolean allowContributeallow contribute 允许投稿 -
sort
private int sortsort 排序 -
disabled
private boolean disabled -
workflowId
workflow 工作流 -
extendId
-
-
构造器详细资料
-
CmsCategory
public CmsCategory() -
CmsCategory
-
CmsCategory
public CmsCategory(short siteId, String name, Integer parentId, String typeId, String childIds, String tagTypeIds, String code, boolean customPath, String templatePath, String path, boolean onlyUrl, boolean hasStatic, String url, boolean customContentPath, String contentPath, boolean containChild, Integer pageSize, boolean allowContribute, int sort, boolean hidden, boolean disabled, Integer workflowId, Integer extendId)
-
-
方法详细资料
-
getId
-
setId
-
getSiteId
public short getSiteId() -
setSiteId
public void setSiteId(short siteId) -
getName
-
setName
-
getParentId
-
setParentId
-
getTypeId
-
setTypeId
-
getChildIds
-
setChildIds
-
getTagTypeIds
-
setTagTypeIds
-
getCode
-
setCode
-
isCustomPath
public boolean isCustomPath() -
setCustomPath
public void setCustomPath(boolean customPath) -
getTemplatePath
-
setTemplatePath
-
getPath
-
setPath
-
isOnlyUrl
public boolean isOnlyUrl() -
setOnlyUrl
public void setOnlyUrl(boolean onlyUrl) -
isHasStatic
public boolean isHasStatic() -
setHasStatic
public void setHasStatic(boolean hasStatic) -
getUrl
-
setUrl
-
isCustomContentPath
public boolean isCustomContentPath() -
setCustomContentPath
public void setCustomContentPath(boolean customContentPath) -
getContentPath
-
setContentPath
-
isContainChild
public boolean isContainChild() -
setContainChild
public void setContainChild(boolean containChild) -
getPageSize
-
setPageSize
-
isAllowContribute
public boolean isAllowContribute() -
setAllowContribute
public void setAllowContribute(boolean allowContribute) -
getSort
public int getSort() -
setSort
public void setSort(int sort) -
isHidden
public boolean isHidden() -
setHidden
public void setHidden(boolean hidden) -
isDisabled
public boolean isDisabled() -
setDisabled
public void setDisabled(boolean disabled) -
getWorkflowId
-
setWorkflowId
-
getExtendId
-
setExtendId
-