类 CmsContentQuery

java.lang.Object
com.publiccms.views.pojo.query.CmsContentQuery
所有已实现的接口:
Serializable

public class CmsContentQuery extends Object implements Serializable
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • siteId

      private Short siteId
    • status

      private Integer[] status
    • categoryId

      private Integer categoryId
    • quoteId

      private Integer quoteId
    • categoryIds

      private Integer[] categoryIds
    • disabled

      private Boolean disabled
    • modelIds

      private String[] modelIds
    • parentId

      private Long parentId
    • emptyParent

      private Boolean emptyParent
    • onlyUrl

      private Boolean onlyUrl
    • hasImages

      private Boolean hasImages
    • hasFiles

      private Boolean hasFiles
    • hasProducts

      private Boolean hasProducts
    • hasCover

      private Boolean hasCover
    • title

      @Length(max=255) private @Length(max=255) String title
    • userId

      private Long userId
    • deptId

      private Integer deptId
    • startPublishDate

      @DateTimeFormat(pattern="yyyy-MM-dd") private Date startPublishDate
    • endPublishDate

      @DateTimeFormat(pattern="yyyy-MM-dd") private Date endPublishDate
    • expiryDate

      private Date expiryDate
  • 构造器详细资料

  • 方法详细资料

    • getSiteId

      public Short getSiteId()
      返回:
      the siteId
    • setSiteId

      public void setSiteId(Short siteId)
      参数:
      siteId - the siteId to set
    • getStatus

      public Integer[] getStatus()
      返回:
      the status
    • setStatus

      public void setStatus(Integer[] status)
      参数:
      status - the status to set
    • getCategoryId

      public Integer getCategoryId()
      返回:
      the categoryId
    • setCategoryId

      public void setCategoryId(Integer categoryId)
      参数:
      categoryId - the categoryId to set
    • getQuoteId

      public Integer getQuoteId()
      返回:
      the quoteId
    • setQuoteId

      public void setQuoteId(Integer quoteId)
      参数:
      quoteId - the quoteId to set
    • getCategoryIds

      public Integer[] getCategoryIds()
      返回:
      the categoryIds
    • setCategoryIds

      public void setCategoryIds(Integer[] categoryIds)
      参数:
      categoryIds - the categoryIds to set
    • getDisabled

      public Boolean getDisabled()
      返回:
      the disabled
    • setDisabled

      public void setDisabled(Boolean disabled)
      参数:
      disabled - the disabled to set
    • getModelIds

      public String[] getModelIds()
      返回:
      the modelIds
    • setModelIds

      public void setModelIds(String[] modelIds)
      参数:
      modelIds - the modelIds to set
    • getParentId

      public Long getParentId()
      返回:
      the parentId
    • setParentId

      public void setParentId(Long parentId)
      参数:
      parentId - the parentId to set
    • getEmptyParent

      public Boolean getEmptyParent()
      返回:
      the emptyParent
    • setEmptyParent

      public void setEmptyParent(Boolean emptyParent)
      参数:
      emptyParent - the emptyParent to set
    • getOnlyUrl

      public Boolean getOnlyUrl()
      返回:
      the onlyUrl
    • setOnlyUrl

      public void setOnlyUrl(Boolean onlyUrl)
      参数:
      onlyUrl - the onlyUrl to set
    • getHasImages

      public Boolean getHasImages()
      返回:
      the hasImages
    • setHasImages

      public void setHasImages(Boolean hasImages)
      参数:
      hasImages - the hasImages to set
    • getHasFiles

      public Boolean getHasFiles()
      返回:
      the hasFiles
    • setHasFiles

      public void setHasFiles(Boolean hasFiles)
      参数:
      hasFiles - the hasFiles to set
    • getHasProducts

      public Boolean getHasProducts()
      返回:
      the hasProducts
    • setHasProducts

      public void setHasProducts(Boolean hasProducts)
      参数:
      hasProducts - the hasProducts to set
    • getHasCover

      public Boolean getHasCover()
      返回:
      the hasCover
    • setHasCover

      public void setHasCover(Boolean hasCover)
      参数:
      hasCover -
    • getTitle

      public String getTitle()
      返回:
      the title
    • setTitle

      public void setTitle(String title)
      参数:
      title - the title to set
    • getUserId

      public Long getUserId()
      返回:
      the userId
    • setUserId

      public void setUserId(Long userId)
      参数:
      userId - the userId to set
    • getDeptId

      public Integer getDeptId()
      返回:
      the deptId
    • setDeptId

      public void setDeptId(Integer deptId)
      参数:
      deptId - the deptId to set
    • getStartPublishDate

      public Date getStartPublishDate()
      返回:
      the startPublishDate
    • setStartPublishDate

      public void setStartPublishDate(Date startPublishDate)
      参数:
      startPublishDate - the startPublishDate to set
    • getEndPublishDate

      public Date getEndPublishDate()
      返回:
      the endPublishDate
    • setEndPublishDate

      public void setEndPublishDate(Date endPublishDate)
      参数:
      endPublishDate - the endPublishDate to set
    • getExpiryDate

      public Date getExpiryDate()
      返回:
      the expiryDate
    • setExpiryDate

      public void setExpiryDate(Date expiryDate)
      参数:
      expiryDate - the expiryDate to set