类 Category
java.lang.Object
com.publiccms.views.pojo.exchange.Category
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private CmsCategoryAttribute
private CmsCategory
private List<SysExtendField>
private List<CmsCategoryModel>
private String
private static final long
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
setAttribute
(CmsCategoryAttribute attribute) void
setChildList
(List<Category> childList) void
setEntity
(CmsCategory entity) void
setExtendList
(List<SysExtendField> extendList) void
setModelList
(List<CmsCategoryModel> modelList) void
setParentCode
(String parentCode) void
setTagTypeList
(List<String> tagTypeList)
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
parentCode
-
entity
-
tagTypeList
-
attribute
-
modelList
-
extendList
-
childList
-
-
构造器详细资料
-
Category
public Category()
-
-
方法详细资料
-
getParentCode
- 返回:
- the parentCode
-
setParentCode
- 参数:
parentCode
- the parentCode to set
-
getEntity
- 返回:
- the entity
-
setEntity
- 参数:
entity
- the entity to set
-
getTagTypeList
- 返回:
- the tagTypeList
-
setTagTypeList
- 参数:
tagTypeList
- the tagTypeList to set
-
getAttribute
- 返回:
- the attribute
-
setAttribute
- 参数:
attribute
- the attribute to set
-
getModelList
- 返回:
- the modelList
-
setModelList
- 参数:
modelList
- the modelList to set
-
getExtendList
- 返回:
- the extendList
-
setExtendList
- 参数:
extendList
- the extendList to set
-
getChildList
- 返回:
- the childList
-
setChildList
- 参数:
childList
- the childList to set
-