类 CmsCategory

所有已实现的接口:
Serializable

@Entity public class CmsCategory extends EntityAttribute implements Serializable
CmsCategory generated by hbm2java
另请参阅:
  • 字段详细资料

    • serialVersionUID

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

      private Integer id
      id
    • siteId

      private short siteId
    • name

      @NotNull @Length(max=50) private @NotNull @Length(max=50) String name

      name

      名称

      名前

    • parentId

      private Integer parentId
      parent id 父id
    • typeId

      private String typeId
      type id 分类类型id
    • childIds

      private String childIds
      child ids 子分类id
    • tagTypeIds

      private String tagTypeIds
      tag type ids 标签类型id
    • code

      @NotNull @Length(max=50) private @NotNull @Length(max=50) String code
      code 编码
    • customPath

      private boolean customPath
      custom path 自定义访问路径
    • templatePath

      private String templatePath
    • path

      private String path
    • onlyUrl

      private boolean onlyUrl
      extend link 外链
    • hasStatic

      private boolean hasStatic
      has static file 有静态化文件
    • url

      @Length(max=1000) private @Length(max=1000) String url
      url 链接地址
    • customContentPath

      private boolean customContentPath
      custom content path 自定义内容访问路径
    • contentPath

      private String contentPath
    • containChild

      private boolean containChild
      contain child content 包含子分类内容
    • pageSize

      private Integer pageSize
      content page size 内容分页大小
    • allowContribute

      private boolean allowContribute
      allow contribute 允许投稿
    • sort

      private int sort
      sort 排序
    • hidden

      private boolean hidden
      hidden 前台隐藏
    • disabled

      private boolean disabled
    • workflowId

      private Integer workflowId
      workflow 工作流
    • extendId

      private Integer extendId
  • 构造器详细资料

    • CmsCategory

      public CmsCategory()
    • CmsCategory

      public CmsCategory(short siteId, String name, String code, boolean customPath, boolean onlyUrl, boolean hasStatic, boolean customContentPath, boolean containChild, boolean allowContribute, int sort, boolean hidden, boolean disabled)
    • CmsCategory

      public CmsCategory(short siteId, String name, Integer parentId, String typeId, String childIds, String tagTypeIds, String code, boolean customPath, String templatePath, String path, boolean onlyUrl, boolean hasStatic, String url, boolean customContentPath, String contentPath, boolean containChild, Integer pageSize, boolean allowContribute, int sort, boolean hidden, boolean disabled, Integer workflowId, Integer extendId)
  • 方法详细资料

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getSiteId

      public short getSiteId()
    • setSiteId

      public void setSiteId(short siteId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getParentId

      public Integer getParentId()
    • setParentId

      public void setParentId(Integer parentId)
    • getTypeId

      public String getTypeId()
    • setTypeId

      public void setTypeId(String typeId)
    • getChildIds

      public String getChildIds()
    • setChildIds

      public void setChildIds(String childIds)
    • getTagTypeIds

      public String getTagTypeIds()
    • setTagTypeIds

      public void setTagTypeIds(String tagTypeIds)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • isCustomPath

      public boolean isCustomPath()
    • setCustomPath

      public void setCustomPath(boolean customPath)
    • getTemplatePath

      public String getTemplatePath()
    • setTemplatePath

      public void setTemplatePath(String templatePath)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • isOnlyUrl

      public boolean isOnlyUrl()
    • setOnlyUrl

      public void setOnlyUrl(boolean onlyUrl)
    • isHasStatic

      public boolean isHasStatic()
    • setHasStatic

      public void setHasStatic(boolean hasStatic)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • isCustomContentPath

      public boolean isCustomContentPath()
    • setCustomContentPath

      public void setCustomContentPath(boolean customContentPath)
    • getContentPath

      public String getContentPath()
    • setContentPath

      public void setContentPath(String contentPath)
    • isContainChild

      public boolean isContainChild()
    • setContainChild

      public void setContainChild(boolean containChild)
    • getPageSize

      public Integer getPageSize()
    • setPageSize

      public void setPageSize(Integer pageSize)
    • isAllowContribute

      public boolean isAllowContribute()
    • setAllowContribute

      public void setAllowContribute(boolean allowContribute)
    • getSort

      public int getSort()
    • setSort

      public void setSort(int sort)
    • isHidden

      public boolean isHidden()
    • setHidden

      public void setHidden(boolean hidden)
    • isDisabled

      public boolean isDisabled()
    • setDisabled

      public void setDisabled(boolean disabled)
    • getWorkflowId

      public Integer getWorkflowId()
    • setWorkflowId

      public void setWorkflowId(Integer workflowId)
    • getExtendId

      public Integer getExtendId()
    • setExtendId

      public void setExtendId(Integer extendId)