类 Category
java.lang.Object
com.publiccms.views.pojo.exchange.Category
- 所有已实现的接口:
- Serializable
- 另请参阅:
- 
字段概要字段修饰符和类型字段说明private CmsCategoryAttributeprivate CmsCategoryprivate List<SysExtendField>private List<CmsCategoryModel>private Stringprivate static final long
- 
构造器概要构造器
- 
方法概要修饰符和类型方法说明voidsetAttribute(CmsCategoryAttribute attribute) voidsetChildList(List<Category> childList) voidsetEntity(CmsCategory entity) voidsetExtendList(List<SysExtendField> extendList) voidsetModelList(List<CmsCategoryModel> modelList) voidsetParentCode(String parentCode) voidsetTagTypeList(List<String> tagTypeList) 
- 
字段详细资料- 
serialVersionUIDprivate static final long serialVersionUID- 另请参阅:
 
- 
parentCode
- 
entity
- 
tagTypeList
- 
attribute
- 
modelList
- 
extendList
- 
childList
 
- 
- 
构造器详细资料- 
Categorypublic 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
 
 
-