类 CmsCategoryQuery

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

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

    • serialVersionUID

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

      private Short siteId
    • parentId

      private Integer parentId
    • queryAll

      private Boolean queryAll
    • typeId

      private String typeId
    • allowContribute

      private Boolean allowContribute
    • hidden

      private Boolean hidden
    • disabled

      private Boolean disabled
  • 构造器详细资料

  • 方法详细资料

    • getSiteId

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

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

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

      public void setParentId(Integer parentId)
      参数:
      parentId - the parentId to set
    • getQueryAll

      public Boolean getQueryAll()
      返回:
      the queryAll
    • setQueryAll

      public void setQueryAll(Boolean queryAll)
      参数:
      queryAll - the queryAll to set
    • getTypeId

      public String getTypeId()
      返回:
      the typeId
    • setTypeId

      public void setTypeId(String typeId)
      参数:
      typeId - the typeId to set
    • getAllowContribute

      public Boolean getAllowContribute()
      返回:
      the allowContribute
    • setAllowContribute

      public void setAllowContribute(Boolean allowContribute)
      参数:
      allowContribute - the allowContribute to set
    • getHidden

      public Boolean getHidden()
      返回:
      the hidden
    • setHidden

      public void setHidden(Boolean hidden)
      参数:
      hidden - the hidden to set
    • getDisabled

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

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