类 CmsCategory
java.lang.Object
com.publiccms.views.pojo.entities.EntityAttribute
com.publiccms.entities.cms.CmsCategory
- 所有已实现的接口:
Serializable
CmsCategory generated by hbm2java
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private boolean
allow contribute 允许投稿private String
child ids 子分类idprivate @NotNull @Length(max=50) String
code 编码private boolean
contain child content 包含子分类内容private String
private boolean
custom content path 自定义内容访问路径private boolean
custom path 自定义访问路径private boolean
private Integer
private boolean
has static file 有静态化文件private boolean
hidden 前台隐藏private Integer
idprivate @NotNull @Length(max=50) String
nameprivate boolean
extend link 外链private Integer
content page size 内容分页大小private Integer
parent id 父idprivate String
private static final long
private short
private int
sort 排序private String
tag type ids 标签类型idprivate String
private String
type id 分类类型idprivate @Length(max=1000) String
url 链接地址private Integer
workflow 工作流 -
构造器概要
构造器构造器说明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()
short
int
getSort()
getUrl()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isHidden()
boolean
void
setAllowContribute
(boolean allowContribute) void
setChildIds
(String childIds) void
void
setContainChild
(boolean containChild) void
setContentPath
(String contentPath) void
setCustomContentPath
(boolean customContentPath) void
setCustomPath
(boolean customPath) void
setDisabled
(boolean disabled) void
setExtendId
(Integer extendId) void
setHasStatic
(boolean hasStatic) void
setHidden
(boolean hidden) void
void
void
setOnlyUrl
(boolean onlyUrl) void
setPageSize
(Integer pageSize) void
setParentId
(Integer parentId) void
void
setSiteId
(short siteId) void
setSort
(int sort) void
setTagTypeIds
(String tagTypeIds) void
setTemplatePath
(String templatePath) void
void
void
setWorkflowId
(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
-