类 CmsModel

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

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

    • serialVersionUID

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

      private String id
      id
    • parentId

      private String parentId
      parent id

      父id

    • name

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

      名称

    • searchableModel

      private boolean searchableModel
      searchable model

      可搜索模型

    • templatePath

      private String templatePath
      static template path

      静态化模型路径

    • contentPath

      private String contentPath
      content path

      内容访问路径

    • editorType

      private String editorType
      editor type

      编辑器类型

    • coverWidth

      private Integer coverWidth
      cover width

      封面图宽度

    • coverHeight

      private Integer coverHeight
      cover height

      封面图高度

    • hasChild

      private boolean hasChild
      has child

      拥有子模型

    • onlyUrl

      private boolean onlyUrl
      extend link

    • hasImages

      private boolean hasImages
      has image list

      有用图片列表

    • hasFiles

      private boolean hasFiles
      has file list

      拥有文件列表

    • hasProducts

      private boolean hasProducts
      has product list

      拥有图片列表

    • searchable

      private boolean searchable
      text searchable

      正文可搜索

    • fieldList

      private List<String> fieldList
      field list

      字段列表

    • requiredFieldList

      private List<String> requiredFieldList
      required field list

      必填字段列表

    • fieldTextMap

      private Map<String,String> fieldTextMap
      field text map

      字段文本

    • extendList

      private List<SysExtendField> extendList
      extend field list

      扩展字段列表

    • relatedList

      private List<ContentRelated> relatedList
      related list

      推荐列表

  • 构造器详细资料

    • CmsModel

      public CmsModel()
  • 方法详细资料

    • getId

      public String getId()
      返回:
    • setId

      public void setId(String id)
      参数:
      id -
    • getName

      public String getName()
      返回:
    • setName

      public void setName(String name)
      参数:
      name -
    • isSearchableModel

      public boolean isSearchableModel()
      返回:
      the modelSearchable
    • setSearchableModel

      public void setSearchableModel(boolean searchableModel)
      参数:
      searchableModel - the searchableModel to set
    • getTemplatePath

      public String getTemplatePath()
      返回:
    • setTemplatePath

      public void setTemplatePath(String templatePath)
      参数:
      templatePath -
    • getContentPath

      public String getContentPath()
      返回:
    • setContentPath

      public void setContentPath(String contentPath)
      参数:
      contentPath -
    • getEditorType

      public String getEditorType()
      返回:
    • setEditorType

      public void setEditorType(String editorType)
      参数:
      editorType -
    • getCoverWidth

      public Integer getCoverWidth()
      返回:
      the coverWidth
    • setCoverWidth

      public void setCoverWidth(Integer coverWidth)
      参数:
      coverWidth - the coverWidth to set
    • getCoverHeight

      public Integer getCoverHeight()
      返回:
      the coverHeight
    • setCoverHeight

      public void setCoverHeight(Integer coverHeight)
      参数:
      coverHeight - the coverHeight to set
    • isHasChild

      public boolean isHasChild()
      返回:
    • setHasChild

      public void setHasChild(boolean hasChild)
      参数:
      hasChild -
    • isOnlyUrl

      public boolean isOnlyUrl()
      返回:
    • setOnlyUrl

      public void setOnlyUrl(boolean onlyUrl)
      参数:
      onlyUrl -
    • isHasImages

      public boolean isHasImages()
      返回:
    • setHasImages

      public void setHasImages(boolean hasImages)
      参数:
      hasImages -
    • isHasFiles

      public boolean isHasFiles()
      返回:
    • setHasFiles

      public void setHasFiles(boolean hasFiles)
      参数:
      hasFiles -
    • isHasProducts

      public boolean isHasProducts()
      返回:
      the hasProducts
    • setHasProducts

      public void setHasProducts(boolean hasProducts)
      参数:
      hasProducts - the hasProducts to set
    • isSearchable

      public boolean isSearchable()
      返回:
      the searchable
    • setSearchable

      public void setSearchable(boolean searchable)
      参数:
      searchable - the searchable to set
    • getFieldList

      public List<String> getFieldList()
      返回:
      the fieldList
    • setFieldList

      public void setFieldList(List<String> fieldList)
      参数:
      fieldList - the fieldList to set
    • getRequiredFieldList

      public List<String> getRequiredFieldList()
      返回:
      the requiredFieldList
    • setRequiredFieldList

      public void setRequiredFieldList(List<String> requiredFieldList)
      参数:
      requiredFieldList - the requiredFieldList to set
    • getSearchableFields

      public Set<String> getSearchableFields()
      返回:
      searchableFields
    • getFieldTextMap

      public Map<String,String> getFieldTextMap()
      返回:
      the fieldTextMap
    • setFieldTextMap

      public void setFieldTextMap(Map<String,String> fieldTextMap)
      参数:
      fieldTextMap - the fieldTextMap to set
    • getExtendList

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

      public void setExtendList(List<SysExtendField> extendList)
      参数:
      extendList -
    • getParentId

      public String getParentId()
      返回:
    • setParentId

      public void setParentId(String parentId)
      参数:
      parentId -
    • getRelatedList

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

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