|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.flowring.forum.data.ForumData
com.flowring.forum.data.ForumCategoryDefinition
public class ForumCategoryDefinition
Constructor Summary | |
---|---|
ForumCategoryDefinition()
|
|
ForumCategoryDefinition(Map rt)
create object from database row |
Method Summary | |
---|---|
String |
getCategoryID()
分類的ID |
Vector |
getForumList(String userID)
|
Map |
getMap()
|
String |
getOrder()
排列順序 |
String |
getTitle()
標題 |
Vector |
getValues()
|
boolean |
isNeedProcess()
是否需要跑流程,暫時不用 |
void |
setCategoryID(String categoryID)
|
void |
setForumList(Vector forumList)
|
void |
setNeedProcess(boolean needProcess)
|
void |
setOrder(String order)
|
void |
setTitle(String title)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ForumCategoryDefinition()
public ForumCategoryDefinition(Map rt)
rt
- ResultTableMethod Detail |
---|
public String toString()
toString
in class ForumData
public Vector getValues()
getValues
in class ForumData
public Map getMap()
public String getOrder()
public String getTitle()
public String getCategoryID()
public boolean isNeedProcess()
public void setOrder(String order)
public void setTitle(String title)
public void setCategoryID(String categoryID)
public void setNeedProcess(boolean needProcess)
public Vector getForumList(String userID)
public void setForumList(Vector forumList)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |