com.flowring.forum.data
Class ForumCategoryDefinition

java.lang.Object
  extended by com.flowring.forum.data.ForumData
      extended by com.flowring.forum.data.ForumCategoryDefinition
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ForumCategory

public class ForumCategoryDefinition
extends ForumData
implements Serializable

Version:
$Id: ForumCategoryDefinition.java,v 1.1.2.3 2006/08/25 06:25:01 jeffrey Exp $
Author:
Docpedia team.
See Also:
Serialized Form

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

ForumCategoryDefinition

public ForumCategoryDefinition()

ForumCategoryDefinition

public ForumCategoryDefinition(Map rt)
create object from database row

Parameters:
rt - ResultTable
Method Detail

toString

public String toString()
Overrides:
toString in class ForumData

getValues

public Vector getValues()
Specified by:
getValues in class ForumData

getMap

public Map getMap()

getOrder

public String getOrder()
排列順序

Returns:
String

getTitle

public String getTitle()
標題

Returns:
String

getCategoryID

public String getCategoryID()
分類的ID

Returns:
String

isNeedProcess

public boolean isNeedProcess()
是否需要跑流程,暫時不用

Returns:
boolean

setOrder

public void setOrder(String order)

setTitle

public void setTitle(String title)

setCategoryID

public void setCategoryID(String categoryID)

setNeedProcess

public void setNeedProcess(boolean needProcess)

getForumList

public Vector getForumList(String userID)

setForumList

public void setForumList(Vector forumList)


Copyright(c) 2005-2012 by Flowring Technology Corp., 12 F., No 120, Sec 2, Gongdao 5th Rd., Hsin-Chu City 300, Taiwan(R.O.C.) All rights reserved.