com.liferay.portlet.messageboards.model.impl
Class MBThreadCacheModel
java.lang.Object
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:
|
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 |
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
MBThreadCacheModel
public MBThreadCacheModel()
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>