net.myvietnam.mvnplugin.mvnforum.db
Class ThreadBean
java.lang.Object
|
+--net.myvietnam.mvnplugin.mvnforum.db.ThreadBean
- public class ThreadBean
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadBean
public ThreadBean()
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)