|
||||||||||
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.ForumPostContent
public class ForumPostContent
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 |
---|
public ForumPostContent()
public ForumPostContent(objectbroker.ResultTable rt)
Method Detail |
---|
public String toString()
toString
in class ForumData
public Vector getValues()
getValues
in class ForumData
public Vector getValuesWithOutCLOB()
public String getPostSubject()
public String getPostText()
public String getPostID()
public void setPostID(String postID)
public void setPostSubject(String postSubject)
public void setPostText(String postText)
public String getIndexedText()
public void setIndexedText(String indexedText)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |