com.flowring.forum.data
Class ForumPostContent

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

public class ForumPostContent
extends ForumData
implements Serializable

Version:
$Id: ForumPostContent.java,v 1.1.2.6.2.1 2009/10/27 10:11:55 kanghao Exp $
Author:
Docpedia team.
See Also:
Serialized Form

Constructor Summary
ForumPostContent()
           
ForumPostContent(objectbroker.ResultTable rt)
           
 
Method Summary
 String getIndexedText()
          Retrieve the indexed content of the post.
 String getPostID()
          Post's System ID.
 String getPostSubject()
          Subject of the post
 String getPostText()
          Content of the post
 Vector getValues()
           
 Vector getValuesWithOutCLOB()
           
 void setIndexedText(String indexedText)
           
 void setPostID(String postID)
           
 void setPostSubject(String postSubject)
           
 void setPostText(String postText)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForumPostContent

public ForumPostContent()

ForumPostContent

public ForumPostContent(objectbroker.ResultTable rt)
Method Detail

toString

public String toString()
Overrides:
toString in class ForumData

getValues

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

getValuesWithOutCLOB

public Vector getValuesWithOutCLOB()

getPostSubject

public String getPostSubject()
Subject of the post

Returns:
String

getPostText

public String getPostText()
Content of the post

Returns:
String

getPostID

public String getPostID()
Post's System ID.

Returns:
String

setPostID

public void setPostID(String postID)

setPostSubject

public void setPostSubject(String postSubject)

setPostText

public void setPostText(String postText)

getIndexedText

public String getIndexedText()
Retrieve the indexed content of the post.

Since:
V3.0

setIndexedText

public void setIndexedText(String indexedText)


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.