类 CmsCategoryAttribute
java.lang.Object
com.publiccms.entities.cms.CmsCategoryAttribute
- 所有已实现的接口:
Serializable
CmsCategoryAttribute generated by hbm2java
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明CmsCategoryAttribute
(int categoryId) CmsCategoryAttribute
(int categoryId, String title, String keywords, String description, String data) -
方法概要
修饰符和类型方法说明int
getData()
getTitle()
void
setCategoryId
(int categoryId) void
void
setDescription
(String description) void
setKeywords
(String keywords) void
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
categoryId
private int categoryId -
title
-
keywords
-
description
-
data
-
-
构造器详细资料
-
CmsCategoryAttribute
public CmsCategoryAttribute() -
CmsCategoryAttribute
public CmsCategoryAttribute(int categoryId) -
CmsCategoryAttribute
-
-
方法详细资料
-
getCategoryId
public int getCategoryId() -
setCategoryId
public void setCategoryId(int categoryId) -
getTitle
-
setTitle
-
getKeywords
-
setKeywords
-
getDescription
-
setDescription
-
getData
-
setData
-