类 CmsPlaceMetadata

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

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

    • serialVersionUID

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

      private String alias
      alias

      别名

    • size

      private Integer size
      data size

      数据条数

    • adminIds

      private Long[] adminIds
      front administrator ids

      前台管理员ids

    • allowContribute

      private boolean allowContribute
      allow contribute

      允许投稿

    • allowAnonymous

      private boolean allowAnonymous
      allow anonymous contribute

      允许匿名投稿

    • coverWidth

      private Integer coverWidth
      cover width

      封面图宽度

    • coverHeight

      private Integer coverHeight
      cover height

      封面图高度

    • workflowId

      private Integer workflowId
      workflow

      流程

    • acceptItemTypes

      private List<String> acceptItemTypes
      accept item types

      可以接受项目类型

    • fieldList

      private List<String> fieldList
      system 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

      扩展字段列表

    • metadataExtendList

      private List<SysExtendField> metadataExtendList
      metadata extend field list

      元数据扩展字段列表

  • 构造器详细资料

    • CmsPlaceMetadata

      public CmsPlaceMetadata()
  • 方法详细资料

    • getAlias

      public String getAlias()
      返回:
      alias
    • setAlias

      public void setAlias(String alias)
      参数:
      alias -
    • getSize

      public Integer getSize()
      返回:
      size
    • setSize

      public void setSize(Integer size)
      参数:
      size -
    • isAllowContribute

      public boolean isAllowContribute()
      返回:
      allowContribute
    • setAllowContribute

      public void setAllowContribute(boolean allowContribute)
      参数:
      allowContribute -
    • isAllowAnonymous

      public boolean isAllowAnonymous()
      返回:
      allowAnonymous
    • setAllowAnonymous

      public void setAllowAnonymous(boolean allowAnonymous)
      参数:
      allowAnonymous -
    • 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
    • getWorkflowId

      public Integer getWorkflowId()
      返回:
      the workflowId
    • setWorkflowId

      public void setWorkflowId(Integer workflowId)
      参数:
      workflowId - the workflowId to set
    • getAcceptItemTypes

      public List<String> getAcceptItemTypes()
      返回:
      the acceptItemTypes
    • setAcceptItemTypes

      public void setAcceptItemTypes(List<String> acceptItemTypes)
      参数:
      acceptItemTypes - the acceptItemTypes to set
    • setAdminIds

      public void setAdminIds(Long[] adminIds)
      参数:
      adminIds -
    • getAdminIds

      public Long[] getAdminIds()
      返回:
      adminIds
    • 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
    • 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()
      返回:
      extendList
    • setExtendList

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

      public List<SysExtendField> getMetadataExtendList()
      返回:
      the metadataExtendList
    • setMetadataExtendList

      public void setMetadataExtendList(List<SysExtendField> metadataExtendList)
      参数:
      metadataExtendList - the metadataExtendList to set
    • getAsMap

      public Map<String,Object> getAsMap(CmsPageData data)