类 ArticleCategoryDTO

  • 所有已实现的接口:
    java.lang.Comparable<ArticleCategoryDTO>, net.guerlab.smart.platform.commons.entity.IOrderEntity<ArticleCategoryDTO>

    public class ArticleCategoryDTO
    extends net.guerlab.smart.platform.commons.entity.BaseOrderTreeEntity<ArticleCategoryDTO>
    文章分类
    作者:
    guer
    • 字段概要

      • 从类继承的字段 net.guerlab.smart.platform.commons.entity.BaseOrderTreeEntity

        children
      • 从类继承的字段 net.guerlab.smart.platform.commons.entity.BaseOrderEntity

        orderNum
      • 从类继承的字段 net.guerlab.smart.platform.commons.entity.BaseEntity

        version
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.Long id()  
      java.lang.Long parentId()  
      • 从类继承的方法 net.guerlab.smart.platform.commons.entity.BaseOrderTreeEntity

        getChildren, setChildren
      • 从类继承的方法 net.guerlab.smart.platform.commons.entity.BaseOrderEntity

        getOrderNum, setOrderNum
      • 从类继承的方法 net.guerlab.smart.platform.commons.entity.BaseEntity

        getVersion, setVersion
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 net.guerlab.smart.platform.commons.entity.IOrderEntity

        compareTo
    • 构造器详细资料

      • ArticleCategoryDTO

        public ArticleCategoryDTO()
    • 方法详细资料

      • id

        public java.lang.Long id()
        指定者:
        id 在类中 net.guerlab.smart.platform.commons.entity.BaseOrderTreeEntity<ArticleCategoryDTO>
      • parentId

        public java.lang.Long parentId()
        指定者:
        parentId 在类中 net.guerlab.smart.platform.commons.entity.BaseOrderTreeEntity<ArticleCategoryDTO>