类 CmsContentQuery
java.lang.Object
com.publiccms.views.pojo.query.CmsContentQuery
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private Integer
private Integer[]
private Integer
private Boolean
private Boolean
private Date
private Date
private Boolean
private Boolean
private Boolean
private Boolean
private String[]
private Boolean
private Long
private Integer
private static final long
private Short
private Date
private Integer[]
private @Length(max=255) String
private 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()
void
setCategoryId
(Integer categoryId) void
setCategoryIds
(Integer[] categoryIds) void
void
setDisabled
(Boolean disabled) void
setEmptyParent
(Boolean emptyParent) void
setEndPublishDate
(Date endPublishDate) void
setExpiryDate
(Date expiryDate) void
setHasCover
(Boolean hasCover) void
setHasFiles
(Boolean hasFiles) void
setHasImages
(Boolean hasImages) void
setHasProducts
(Boolean hasProducts) void
setModelIds
(String[] modelIds) void
setOnlyUrl
(Boolean onlyUrl) void
setParentId
(Long parentId) void
setQuoteId
(Integer quoteId) void
void
setStartPublishDate
(Date startPublishDate) void
void
void
-
字段详细资料
-
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
-