类 Bean
java.lang.Object
com.publiccms.test.logic.Bean
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明long
getId()
void
setCategoryName
(String categoryName) void
setContentTitlle
(String contentTitlle) void
setId
(long id) toString()
-
字段详细资料
-
构造器详细资料
-
Bean
-
-
方法详细资料
-
getId
public long getId()- 返回:
- the id
-
setId
public void setId(long id) - 参数:
id
- the id to set
-
getContentTitlle
- 返回:
- the contentTitlle
-
setContentTitlle
- 参数:
contentTitlle
- the contentTitlle to set
-
getCategoryName
- 返回:
- the categoryName
-
setCategoryName
- 参数:
categoryName
- the categoryName to set
-
toString
-