类 CmsContentQuery
java.lang.Object
com.publiccms.views.pojo.query.CmsContentQuery
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private Integerprivate Integer[]private Integerprivate Booleanprivate Booleanprivate Dateprivate Dateprivate Booleanprivate Booleanprivate Booleanprivate Booleanprivate String[]private Booleanprivate Longprivate Integerprivate static final longprivate Shortprivate Dateprivate Integer[]private @Length(max=255) Stringprivate Long -
构造器概要
构造器构造器说明CmsContentQuery(Short siteId, Integer[] status, Integer categoryId, Integer[] categoryIds, Boolean disabled, String[] modelIds, Long parentId, Boolean emptyParent, Boolean onlyUrl, Boolean hasImages, Boolean hasFiles, Boolean hasCover, String title, Long userId, Integer deptId, Date startPublishDate, Date endPublishDate, Date expiryDate) -
方法概要
修饰符和类型方法说明Integer[]String[]Integer[]getTitle()voidsetCategoryId(Integer categoryId) voidsetCategoryIds(Integer[] categoryIds) voidvoidsetDisabled(Boolean disabled) voidsetEmptyParent(Boolean emptyParent) voidsetEndPublishDate(Date endPublishDate) voidsetExpiryDate(Date expiryDate) voidsetHasCover(Boolean hasCover) voidsetHasFiles(Boolean hasFiles) voidsetHasImages(Boolean hasImages) voidsetHasProducts(Boolean hasProducts) voidsetModelIds(String[] modelIds) voidsetOnlyUrl(Boolean onlyUrl) voidsetParentId(Long parentId) voidsetQuoteId(Integer quoteId) voidvoidsetStartPublishDate(Date startPublishDate) voidvoidvoid
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
siteId
-
status
-
categoryId
-
quoteId
-
categoryIds
-
disabled
-
modelIds
-
parentId
-
emptyParent
-
onlyUrl
-
hasImages
-
hasFiles
-
hasProducts
-
hasCover
-
title
-
userId
-
deptId
-
startPublishDate
-
endPublishDate
-
expiryDate
-
-
构造器详细资料
-
CmsContentQuery
public CmsContentQuery() -
CmsContentQuery
public CmsContentQuery(Short siteId, Integer[] status, Integer categoryId, Integer[] categoryIds, Boolean disabled, String[] modelIds, Long parentId, Boolean emptyParent, Boolean onlyUrl, Boolean hasImages, Boolean hasFiles, Boolean hasCover, String title, Long userId, Integer deptId, Date startPublishDate, Date endPublishDate, Date expiryDate)
-
-
方法详细资料
-
getSiteId
- 返回:
- the siteId
-
setSiteId
- 参数:
siteId- the siteId to set
-
getStatus
- 返回:
- the status
-
setStatus
- 参数:
status- the status to set
-
getCategoryId
- 返回:
- the categoryId
-
setCategoryId
- 参数:
categoryId- the categoryId to set
-
getQuoteId
- 返回:
- the quoteId
-
setQuoteId
- 参数:
quoteId- the quoteId to set
-
getCategoryIds
- 返回:
- the categoryIds
-
setCategoryIds
- 参数:
categoryIds- the categoryIds to set
-
getDisabled
- 返回:
- the disabled
-
setDisabled
- 参数:
disabled- the disabled to set
-
getModelIds
- 返回:
- the modelIds
-
setModelIds
- 参数:
modelIds- the modelIds to set
-
getParentId
- 返回:
- the parentId
-
setParentId
- 参数:
parentId- the parentId to set
-
getEmptyParent
- 返回:
- the emptyParent
-
setEmptyParent
- 参数:
emptyParent- the emptyParent to set
-
getOnlyUrl
- 返回:
- the onlyUrl
-
setOnlyUrl
- 参数:
onlyUrl- the onlyUrl to set
-
getHasImages
- 返回:
- the hasImages
-
setHasImages
- 参数:
hasImages- the hasImages to set
-
getHasFiles
- 返回:
- the hasFiles
-
setHasFiles
- 参数:
hasFiles- the hasFiles to set
-
getHasProducts
- 返回:
- the hasProducts
-
setHasProducts
- 参数:
hasProducts- the hasProducts to set
-
getHasCover
- 返回:
- the hasCover
-
setHasCover
- 参数:
hasCover-
-
getTitle
- 返回:
- the title
-
setTitle
- 参数:
title- the title to set
-
getUserId
- 返回:
- the userId
-
setUserId
- 参数:
userId- the userId to set
-
getDeptId
- 返回:
- the deptId
-
setDeptId
- 参数:
deptId- the deptId to set
-
getStartPublishDate
- 返回:
- the startPublishDate
-
setStartPublishDate
- 参数:
startPublishDate- the startPublishDate to set
-
getEndPublishDate
- 返回:
- the endPublishDate
-
setEndPublishDate
- 参数:
endPublishDate- the endPublishDate to set
-
getExpiryDate
- 返回:
- the expiryDate
-
setExpiryDate
- 参数:
expiryDate- the expiryDate to set
-