类 Content

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

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

  • 构造器详细资料

    • Content

      public Content()
  • 方法详细资料

    • getCategoryCode

      public String getCategoryCode()
      返回:
      the categoryCode
    • setCategoryCode

      public void setCategoryCode(String categoryCode)
      参数:
      categoryCode - the categoryCode to set
    • getEntity

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

      public void setEntity(CmsContent entity)
      参数:
      entity - the entity to set
    • getAttribute

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

      public void setAttribute(CmsContentAttribute attribute)
      参数:
      attribute - the attribute to set
    • getFileList

      public List<CmsContentFile> getFileList()
      返回:
      the fileList
    • setFileList

      public void setFileList(List<CmsContentFile> fileList)
      参数:
      fileList - the fileList to set
    • getProductList

      public List<CmsContentProduct> getProductList()
      返回:
      the productList
    • setProductList

      public void setProductList(List<CmsContentProduct> productList)
      参数:
      productList - the productList to set
    • getRelatedList

      public List<CmsContentRelated> getRelatedList()
      返回:
      the relatedList
    • setRelatedList

      public void setRelatedList(List<CmsContentRelated> relatedList)
      参数:
      relatedList - the relatedList to set
    • getChildList

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

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