类 CmsContentParameters
java.lang.Object
com.publiccms.views.pojo.model.ExtendDataParameters
com.publiccms.views.pojo.model.CmsContentParameters
- 所有已实现的接口:
Serializable
CmsContentParameters
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private List<List<CmsContentRelated>>private List<CmsContentFile>private List<CmsContentFile>private List<CmsContentProduct>private static final long -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getFiles()getTags()voidsetCategoryIds(Set<Integer> categoryIds) voidsetContentIds(Set<Long> contentIds) voidsetContentRelateds(List<List<CmsContentRelated>> contentRelateds) voidsetFiles(List<CmsContentFile> files) voidsetImages(List<CmsContentFile> images) voidsetProducts(List<CmsContentProduct> products) void从类继承的方法 com.publiccms.views.pojo.model.ExtendDataParameters
getExtendData, setExtendData
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
contentRelateds
-
categoryIds
-
contentIds
-
files
-
images
-
products
-
tags
-
-
构造器详细资料
-
CmsContentParameters
public CmsContentParameters()
-
-
方法详细资料
-
getContentRelateds
- 返回:
-
setContentRelateds
- 参数:
contentRelateds-
-
getCategoryIds
- 返回:
- the categoryIds
-
setCategoryIds
- 参数:
categoryIds- the categoryIds to set
-
getContentIds
- 返回:
- the contentIds
-
setContentIds
- 参数:
contentIds- the contentIds to set
-
getFiles
- 返回:
-
setFiles
- 参数:
files-
-
getImages
- 返回:
-
setImages
- 参数:
images-
-
getProducts
- 返回:
- the products
-
setProducts
- 参数:
products- the products to set
-
getTags
- 返回:
-
setTags
- 参数:
tags-
-