类 CmsModule
java.lang.Object
com.publiccms.views.pojo.diy.CmsModule
- 所有已实现的接口:
Serializable
CmsModule diy组件
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCover()
getId()
getName()
getPlace()
boolean
isClone()
void
setClone
(boolean clone) void
void
setFilePath
(String filePath) void
setFragment
(String fragment) void
void
void
void
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
id
id -
region
region区域
-
name
name名称
-
clone
private boolean cloneclone复制
-
cover
cover封面图
-
place
place path页面片段
-
fragment
fragment path模板片段
-
filePath
file path文件路径
-
-
构造器详细资料
-
CmsModule
public CmsModule()
-
-
方法详细资料
-
getId
- 返回:
- the id
-
setId
- 参数:
id
- the id to set
-
getRegion
- 返回:
- the region
-
setRegion
- 参数:
region
- the region to set
-
getName
- 返回:
- the name
-
setName
- 参数:
name
- the name to set
-
isClone
public boolean isClone()- 返回:
- the clone
-
setClone
public void setClone(boolean clone) - 参数:
clone
- the clone to set
-
getCover
- 返回:
- the cover
-
setCover
- 参数:
cover
- the cover to set
-
getPlace
- 返回:
- the place
-
setPlace
- 参数:
place
- the place to set
-
getFragment
- 返回:
- the fragment
-
setFragment
- 参数:
fragment
- the fragment to set
-
getFilePath
- 返回:
- the filePath
-
setFilePath
- 参数:
filePath
- the filePath to set
-