类 CmsModel
java.lang.Object
com.publiccms.views.pojo.entities.CmsModel
- 所有已实现的接口:
Serializable
CmsModel
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private String
content pathprivate Integer
cover heightprivate Integer
cover widthprivate String
editor typeprivate List<SysExtendField>
extend field listfield listfield text mapprivate boolean
has childprivate boolean
has file listprivate boolean
has image listprivate boolean
has product listprivate String
idprivate @NotNull @Length(max=50) String
nameprivate boolean
extend linkprivate String
parent idprivate List<ContentRelated>
related listrequired field listprivate boolean
text searchableprivate boolean
searchable modelprivate static final long
private String
static template path -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getId()
getName()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setContentPath
(String contentPath) void
setCoverHeight
(Integer coverHeight) void
setCoverWidth
(Integer coverWidth) void
setEditorType
(String editorType) void
setExtendList
(List<SysExtendField> extendList) void
setFieldList
(List<String> fieldList) void
setFieldTextMap
(Map<String, String> fieldTextMap) void
setHasChild
(boolean hasChild) void
setHasFiles
(boolean hasFiles) void
setHasImages
(boolean hasImages) void
setHasProducts
(boolean hasProducts) void
void
void
setOnlyUrl
(boolean onlyUrl) void
setParentId
(String parentId) void
setRelatedList
(List<ContentRelated> relatedList) void
setRequiredFieldList
(List<String> requiredFieldList) void
setSearchable
(boolean searchable) void
setSearchableModel
(boolean searchableModel) void
setTemplatePath
(String templatePath)
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
id
id -
parentId
parent id父id
-
name
name名称
-
searchableModel
private boolean searchableModelsearchable model可搜索模型
-
templatePath
static template path静态化模型路径
-
contentPath
content path内容访问路径
-
editorType
editor type编辑器类型
-
coverWidth
cover width封面图宽度
-
coverHeight
cover height封面图高度
-
hasChild
private boolean hasChildhas child拥有子模型
-
onlyUrl
private boolean onlyUrlextend link -
hasImages
private boolean hasImageshas image list有用图片列表
-
hasFiles
private boolean hasFileshas file list拥有文件列表
-
hasProducts
private boolean hasProductshas product list拥有图片列表
-
searchable
private boolean searchabletext searchable正文可搜索
-
fieldList
field list字段列表
-
requiredFieldList
required field list必填字段列表
-
fieldTextMap
field text map字段文本
-
extendList
extend field list扩展字段列表
-
-
构造器详细资料
-
CmsModel
public CmsModel()
-
-
方法详细资料
-
getId
- 返回:
-
setId
- 参数:
id
-
-
getName
- 返回:
-
setName
- 参数:
name
-
-
isSearchableModel
public boolean isSearchableModel()- 返回:
- the modelSearchable
-
setSearchableModel
public void setSearchableModel(boolean searchableModel) - 参数:
searchableModel
- the searchableModel to set
-
getTemplatePath
- 返回:
-
setTemplatePath
- 参数:
templatePath
-
-
getContentPath
- 返回:
-
setContentPath
- 参数:
contentPath
-
-
getEditorType
- 返回:
-
setEditorType
- 参数:
editorType
-
-
getCoverWidth
- 返回:
- the coverWidth
-
setCoverWidth
- 参数:
coverWidth
- the coverWidth to set
-
getCoverHeight
- 返回:
- the coverHeight
-
setCoverHeight
- 参数:
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
- 返回:
- the fieldList
-
setFieldList
- 参数:
fieldList
- the fieldList to set
-
getRequiredFieldList
- 返回:
- the requiredFieldList
-
setRequiredFieldList
- 参数:
requiredFieldList
- the requiredFieldList to set
-
getSearchableFields
- 返回:
- searchableFields
-
getFieldTextMap
- 返回:
- the fieldTextMap
-
setFieldTextMap
- 参数:
fieldTextMap
- the fieldTextMap to set
-
getExtendList
- 返回:
-
setExtendList
- 参数:
extendList
-
-
getParentId
- 返回:
-
setParentId
- 参数:
parentId
-
-
getRelatedList
- 返回:
- the relatedList
-
setRelatedList
- 参数:
relatedList
- the relatedList to set
-