类 CmsCategoryQuery
java.lang.Object
com.publiccms.views.pojo.query.CmsCategoryQuery
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetAllowContribute(Boolean allowContribute) voidsetDisabled(Boolean disabled) voidvoidsetParentId(Integer parentId) voidsetQueryAll(Boolean queryAll) voidvoid
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
siteId
-
parentId
-
queryAll
-
typeId
-
allowContribute
-
disabled
-
-
构造器详细资料
-
CmsCategoryQuery
public CmsCategoryQuery() -
CmsCategoryQuery
-
-
方法详细资料
-
getSiteId
- 返回:
- the siteId
-
setSiteId
- 参数:
siteId- the siteId to set
-
getParentId
- 返回:
- the parentId
-
setParentId
- 参数:
parentId- the parentId to set
-
getQueryAll
- 返回:
- the queryAll
-
setQueryAll
- 参数:
queryAll- the queryAll to set
-
getTypeId
- 返回:
- the typeId
-
setTypeId
- 参数:
typeId- the typeId to set
-
getAllowContribute
- 返回:
- the allowContribute
-
setAllowContribute
- 参数:
allowContribute- the allowContribute to set
-
getHidden
- 返回:
- the hidden
-
setHidden
- 参数:
hidden- the hidden to set
-
getDisabled
- 返回:
- the disabled
-
setDisabled
- 参数:
disabled- the disabled to set
-