com.liferay.portlet.messageboards.model.impl
Class MBThreadCacheModel

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.impl.MBThreadCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBThread>, java.io.Serializable

public class MBThreadCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBThread>, java.io.Serializable

The cache model class for representing MBThread in entity cache.

Author:
Brian Wing Shun Chan
See Also:
MBThread, Serialized Form
Generated:

Field Summary
 long categoryId
           
 long companyId
           
 long groupId
           
 long lastPostByUserId
           
 long lastPostDate
           
 int messageCount
           
 double priority
           
 boolean question
           
 long rootMessageId
           
 long rootMessageUserId
           
 int status
           
 long statusByUserId
           
 java.lang.String statusByUserName
           
 long statusDate
           
 long threadId
           
 int viewCount
           
 
Constructor Summary
MBThreadCacheModel()
           
 
Method Summary
 com.liferay.portlet.messageboards.model.MBThread toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

threadId

public long threadId

groupId

public long groupId

companyId

public long companyId

categoryId

public long categoryId

rootMessageId

public long rootMessageId

rootMessageUserId

public long rootMessageUserId

messageCount

public int messageCount

viewCount

public int viewCount

lastPostByUserId

public long lastPostByUserId

lastPostDate

public long lastPostDate

priority

public double priority

question

public boolean question

status

public int status

statusByUserId

public long statusByUserId

statusByUserName

public java.lang.String statusByUserName

statusDate

public long statusDate
Constructor Detail

MBThreadCacheModel

public MBThreadCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portlet.messageboards.model.MBThread toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBThread>