类 CmsModuleData
java.lang.Object
com.publiccms.views.pojo.diy.CmsModuleData
- 所有已实现的接口:
Serializable
CmsModuleData diy组件数据
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
id
id -
name
name名称
-
place
place path页面片段路径
-
fragment
fragment path模板片段路径
-
-
构造器详细资料
-
CmsModuleData
public CmsModuleData()
-
-
方法详细资料
-
getId
- 返回:
- the id
-
setId
- 参数:
id
- the id to set
-
getName
- 返回:
- the name
-
setName
- 参数:
name
- the name to set
-
getPlace
- 返回:
- the place
-
setPlace
- 参数:
place
- the place to set
-
getFragment
- 返回:
- the fragment
-
setFragment
- 参数:
fragment
- the fragment to set
-