com.liferay.portlet.messageboards.model.impl
Class MBThreadCacheModel
java.lang.Object
com.liferay.portlet.messageboards.model.impl.MBThreadCacheModel
- All Implemented Interfaces:
- CacheModel<MBThread>, Serializable
public class MBThreadCacheModel
- extends Object
- implements CacheModel<MBThread>, Serializable
The cache model class for representing MBThread in entity cache.
- See Also:
MBThread
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
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 String statusByUserName
statusDate
public long statusDate
MBThreadCacheModel
public MBThreadCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public MBThread toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<MBThread>