类 CmsPlaceMetadata
java.lang.Object
com.publiccms.views.pojo.entities.CmsPlaceMetadata
- 所有已实现的接口:
Serializable
CmsPlaceMetadata
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明accept item typesprivate Long[]front administrator idsprivate Stringaliasprivate booleanallow anonymous contributeprivate booleanallow contributeprivate Integercover heightprivate Integercover widthprivate List<SysExtendField>extend field listsystem field listfield text mapprivate List<SysExtendField>metadata extend field listrequired field listprivate static final longprivate Integerdata sizeprivate Integerworkflow -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Long[]getAlias()getAsMap(CmsPageData data) getSize()booleanbooleanvoidsetAcceptItemTypes(List<String> acceptItemTypes) voidsetAdminIds(Long[] adminIds) voidvoidsetAllowAnonymous(boolean allowAnonymous) voidsetAllowContribute(boolean allowContribute) voidsetCoverHeight(Integer coverHeight) voidsetCoverWidth(Integer coverWidth) voidsetExtendList(List<SysExtendField> extendList) voidsetFieldList(List<String> fieldList) voidsetFieldTextMap(Map<String, String> fieldTextMap) voidsetMetadataExtendList(List<SysExtendField> metadataExtendList) voidsetRequiredFieldList(List<String> requiredFieldList) voidvoidsetWorkflowId(Integer workflowId)
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
alias
alias别名
-
size
data size数据条数
-
adminIds
front administrator ids前台管理员ids
-
allowContribute
private boolean allowContributeallow contribute允许投稿
-
allowAnonymous
private boolean allowAnonymousallow anonymous contribute允许匿名投稿
-
coverWidth
cover width封面图宽度
-
coverHeight
cover height封面图高度
-
workflowId
workflow流程
-
acceptItemTypes
accept item types可以接受项目类型
-
fieldList
system field list系统字段列表
-
requiredFieldList
required field list必填字段列表
-
fieldTextMap
field text map字段文本哈希表
-
extendList
extend field list扩展字段列表
-
metadataExtendList
metadata extend field list元数据扩展字段列表
-
-
构造器详细资料
-
CmsPlaceMetadata
public CmsPlaceMetadata()
-
-
方法详细资料
-
getAlias
- 返回:
- alias
-
setAlias
- 参数:
alias-
-
getSize
- 返回:
- size
-
setSize
- 参数:
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
- 返回:
- the coverWidth
-
setCoverWidth
- 参数:
coverWidth- the coverWidth to set
-
getCoverHeight
- 返回:
- the coverHeight
-
setCoverHeight
- 参数:
coverHeight- the coverHeight to set
-
getWorkflowId
- 返回:
- the workflowId
-
setWorkflowId
- 参数:
workflowId- the workflowId to set
-
getAcceptItemTypes
- 返回:
- the acceptItemTypes
-
setAcceptItemTypes
- 参数:
acceptItemTypes- the acceptItemTypes to set
-
setAdminIds
- 参数:
adminIds-
-
getAdminIds
- 返回:
- adminIds
-
getFieldList
- 返回:
- the fieldList
-
setFieldList
- 参数:
fieldList- the fieldList to set
-
getRequiredFieldList
- 返回:
- the requiredFieldList
-
setRequiredFieldList
- 参数:
requiredFieldList- the requiredFieldList to set
-
getFieldTextMap
- 返回:
- the fieldTextMap
-
setFieldTextMap
- 参数:
fieldTextMap- the fieldTextMap to set
-
getExtendList
- 返回:
- extendList
-
setExtendList
- 参数:
extendList-
-
getMetadataExtendList
- 返回:
- the metadataExtendList
-
setMetadataExtendList
- 参数:
metadataExtendList- the metadataExtendList to set
-
getAsMap
-