类 CmsModel
java.lang.Object
com.publiccms.views.pojo.entities.CmsModel
- 所有已实现的接口:
Serializable
CmsModel
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private Stringcontent pathprivate Integercover heightprivate Integercover widthprivate Stringeditor typeprivate List<SysExtendField>extend field listfield listfield text mapprivate booleanhas childprivate booleanhas file listprivate booleanhas image listprivate booleanhas product listprivate Stringidprivate @NotNull @Length(max=50) Stringnameprivate booleanextend linkprivate Stringparent idprivate List<ContentRelated>related listrequired field listprivate booleantext searchableprivate booleansearchable modelprivate static final longprivate Stringstatic template path -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getId()getName()booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetContentPath(String contentPath) voidsetCoverHeight(Integer coverHeight) voidsetCoverWidth(Integer coverWidth) voidsetEditorType(String editorType) voidsetExtendList(List<SysExtendField> extendList) voidsetFieldList(List<String> fieldList) voidsetFieldTextMap(Map<String, String> fieldTextMap) voidsetHasChild(boolean hasChild) voidsetHasFiles(boolean hasFiles) voidsetHasImages(boolean hasImages) voidsetHasProducts(boolean hasProducts) voidvoidvoidsetOnlyUrl(boolean onlyUrl) voidsetParentId(String parentId) voidsetRelatedList(List<ContentRelated> relatedList) voidsetRequiredFieldList(List<String> requiredFieldList) voidsetSearchable(boolean searchable) voidsetSearchableModel(boolean searchableModel) voidsetTemplatePath(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
-