net.myvietnam.mvnplugin.mvnforum.db
Class ThreadBean

java.lang.Object
  |
  +--net.myvietnam.mvnplugin.mvnforum.db.ThreadBean

public class ThreadBean
extends java.lang.Object


Constructor Summary
ThreadBean()
           
 
Method Summary
 int getForumID()
           
 java.lang.String getLastPostMemberName()
           
 java.lang.String getMemberName()
           
 java.lang.String getThreadBody()
           
 java.sql.Timestamp getThreadCreationDate()
           
 int getThreadDuration()
           
 int getThreadHasPoll()
           
 java.lang.String getThreadIcon()
           
 int getThreadID()
           
 java.sql.Timestamp getThreadLastPostDate()
           
 int getThreadOption()
           
 int getThreadReplyCount()
           
 int getThreadStatus()
           
 java.lang.String getThreadTopic()
           
 int getThreadType()
           
 int getThreadViewCount()
           
 int getThreadVoteCount()
           
 int getThreadVoteTotalStars()
           
 java.lang.String getXML()
           
static java.lang.String getXML(java.util.Collection objThreadBeans)
           
 void setForumID(int forumID)
           
 void setLastPostMemberName(java.lang.String lastPostMemberName)
           
 void setMemberName(java.lang.String memberName)
           
 void setThreadBody(java.lang.String threadBody)
           
 void setThreadCreationDate(java.sql.Timestamp threadCreationDate)
           
 void setThreadDuration(int threadDuration)
           
 void setThreadHasPoll(int threadHasPoll)
           
 void setThreadIcon(java.lang.String threadIcon)
           
 void setThreadID(int threadID)
           
 void setThreadLastPostDate(java.sql.Timestamp threadLastPostDate)
           
 void setThreadOption(int threadOption)
           
 void setThreadReplyCount(int threadReplyCount)
           
 void setThreadStatus(int threadStatus)
           
 void setThreadTopic(java.lang.String threadTopic)
           
 void setThreadType(int threadType)
           
 void setThreadViewCount(int threadViewCount)
           
 void setThreadVoteCount(int threadVoteCount)
           
 void setThreadVoteTotalStars(int threadVoteTotalStars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadBean

public ThreadBean()
Method Detail

getThreadID

public int getThreadID()

setThreadID

public void setThreadID(int threadID)

getForumID

public int getForumID()

setForumID

public void setForumID(int forumID)

getMemberName

public java.lang.String getMemberName()

setMemberName

public void setMemberName(java.lang.String memberName)

getLastPostMemberName

public java.lang.String getLastPostMemberName()

setLastPostMemberName

public void setLastPostMemberName(java.lang.String lastPostMemberName)

getThreadTopic

public java.lang.String getThreadTopic()

setThreadTopic

public void setThreadTopic(java.lang.String threadTopic)

getThreadBody

public java.lang.String getThreadBody()

setThreadBody

public void setThreadBody(java.lang.String threadBody)

getThreadVoteCount

public int getThreadVoteCount()

setThreadVoteCount

public void setThreadVoteCount(int threadVoteCount)

getThreadVoteTotalStars

public int getThreadVoteTotalStars()

setThreadVoteTotalStars

public void setThreadVoteTotalStars(int threadVoteTotalStars)

getThreadCreationDate

public java.sql.Timestamp getThreadCreationDate()

setThreadCreationDate

public void setThreadCreationDate(java.sql.Timestamp threadCreationDate)

getThreadLastPostDate

public java.sql.Timestamp getThreadLastPostDate()

setThreadLastPostDate

public void setThreadLastPostDate(java.sql.Timestamp threadLastPostDate)

getThreadType

public int getThreadType()

setThreadType

public void setThreadType(int threadType)

getThreadOption

public int getThreadOption()

setThreadOption

public void setThreadOption(int threadOption)

getThreadStatus

public int getThreadStatus()

setThreadStatus

public void setThreadStatus(int threadStatus)

getThreadHasPoll

public int getThreadHasPoll()

setThreadHasPoll

public void setThreadHasPoll(int threadHasPoll)

getThreadViewCount

public int getThreadViewCount()

setThreadViewCount

public void setThreadViewCount(int threadViewCount)

getThreadReplyCount

public int getThreadReplyCount()

setThreadReplyCount

public void setThreadReplyCount(int threadReplyCount)

getThreadIcon

public java.lang.String getThreadIcon()

setThreadIcon

public void setThreadIcon(java.lang.String threadIcon)

getThreadDuration

public int getThreadDuration()

setThreadDuration

public void setThreadDuration(int threadDuration)

getXML

public java.lang.String getXML()

getXML

public static java.lang.String getXML(java.util.Collection objThreadBeans)