类 Content
java.lang.Object
com.publiccms.views.pojo.exchange.Content
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private CmsContentAttribute
private String
private CmsContent
private List<CmsContentFile>
private List<CmsContentProduct>
private List<CmsContentRelated>
private static final long
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
setAttribute
(CmsContentAttribute attribute) void
setCategoryCode
(String categoryCode) void
setChildList
(List<Content> childList) void
setEntity
(CmsContent entity) void
setFileList
(List<CmsContentFile> fileList) void
setProductList
(List<CmsContentProduct> productList) void
setRelatedList
(List<CmsContentRelated> relatedList)
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
categoryCode
-
entity
-
attribute
-
fileList
-
productList
-
childList
-
-
构造器详细资料
-
Content
public Content()
-
-
方法详细资料
-
getCategoryCode
- 返回:
- the categoryCode
-
setCategoryCode
- 参数:
categoryCode
- the categoryCode to set
-
getEntity
- 返回:
- the entity
-
setEntity
- 参数:
entity
- the entity to set
-
getAttribute
- 返回:
- the attribute
-
setAttribute
- 参数:
attribute
- the attribute to set
-
getFileList
- 返回:
- the fileList
-
setFileList
- 参数:
fileList
- the fileList to set
-
getProductList
- 返回:
- the productList
-
setProductList
- 参数:
productList
- the productList to set
-
getRelatedList
- 返回:
- the relatedList
-
setRelatedList
- 参数:
relatedList
- the relatedList to set
-
getChildList
- 返回:
- the childList
-
setChildList
- 参数:
childList
- the childList to set
-