类 Sitefile
java.lang.Object
com.publiccms.views.pojo.entities.Sitefile
- 所有已实现的接口:
Serializable
Sitefile
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCover()
getName()
getText()
boolean
void
void
setCmsVersionList
(List<String> cmsVersionList) void
void
setDescription
(String description) void
void
void
setUseStatic
(boolean useStatic) void
setVersion
(String version)
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
cmsVersionList
-
useStatic
private boolean useStatic -
name
-
version
-
author
-
cover
-
description
-
text
-
-
构造器详细资料
-
Sitefile
public Sitefile()
-
-
方法详细资料
-
getCmsVersionList
- 返回:
- the cmsVersionList
-
setCmsVersionList
- 参数:
cmsVersionList
- the cmsVersionList to set
-
isUseStatic
public boolean isUseStatic()- 返回:
- the useStatic
-
setUseStatic
public void setUseStatic(boolean useStatic) - 参数:
useStatic
- the useStatic to set
-
getName
- 返回:
- the name
-
setName
- 参数:
name
- the name to set
-
getVersion
- 返回:
- the version
-
setVersion
- 参数:
version
- the version to set
-
getAuthor
- 返回:
- the author
-
setAuthor
- 参数:
author
- the author to set
-
getCover
- 返回:
- the cover
-
setCover
- 参数:
cover
- the cover to set
-
getDescription
- 返回:
- the description
-
setDescription
- 参数:
description
- the description to set
-
getText
- 返回:
- the text
-
setText
- 参数:
text
- the text to set
-