类 ContentRelated

java.lang.Object
com.publiccms.views.pojo.entities.ContentRelated

public class ContentRelated extends Object
ContentRelated 内容推荐
  • 字段详细资料

    • dictionaryId

      private String dictionaryId
      数据字典
    • modelIds

      private String modelIds
      内容模型
  • 构造器详细资料

    • ContentRelated

      public ContentRelated()
  • 方法详细资料

    • getDictionaryId

      public String getDictionaryId()
      返回:
      the dictionaryId
    • setDictionaryId

      public void setDictionaryId(String dictionaryId)
      参数:
      dictionaryId - the dictionaryId to set
    • getModelIds

      public String getModelIds()
      返回:
      the modelIds
    • setModelIds

      public void setModelIds(String modelIds)
      参数:
      modelIds - the modelIds to set