类 Category

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

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

  • 构造器详细资料

    • Category

      public Category()
  • 方法详细资料

    • getParentCode

      public String getParentCode()
      返回:
      the parentCode
    • setParentCode

      public void setParentCode(String parentCode)
      参数:
      parentCode - the parentCode to set
    • getEntity

      public CmsCategory getEntity()
      返回:
      the entity
    • setEntity

      public void setEntity(CmsCategory entity)
      参数:
      entity - the entity to set
    • getTagTypeList

      public List<String> getTagTypeList()
      返回:
      the tagTypeList
    • setTagTypeList

      public void setTagTypeList(List<String> tagTypeList)
      参数:
      tagTypeList - the tagTypeList to set
    • getAttribute

      public CmsCategoryAttribute getAttribute()
      返回:
      the attribute
    • setAttribute

      public void setAttribute(CmsCategoryAttribute attribute)
      参数:
      attribute - the attribute to set
    • getModelList

      public List<CmsCategoryModel> getModelList()
      返回:
      the modelList
    • setModelList

      public void setModelList(List<CmsCategoryModel> modelList)
      参数:
      modelList - the modelList to set
    • getExtendList

      public List<SysExtendField> getExtendList()
      返回:
      the extendList
    • setExtendList

      public void setExtendList(List<SysExtendField> extendList)
      参数:
      extendList - the extendList to set
    • getChildList

      public List<Category> getChildList()
      返回:
      the childList
    • setChildList

      public void setChildList(List<Category> childList)
      参数:
      childList - the childList to set