com.liferay.portlet.messageboards.model.impl
Class MBMessageCacheModel
java.lang.Object
com.liferay.portlet.messageboards.model.impl.MBMessageCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBMessage>, java.io.Serializable
public class MBMessageCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBMessage>, java.io.Serializable
The cache model class for representing MBMessage in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
MBMessage,
Serialized Form- Generated:
|
Method Summary |
com.liferay.portlet.messageboards.model.MBMessage |
toEntityModel()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
uuid
public java.lang.String uuid
messageId
public long messageId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
userName
public java.lang.String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
classNameId
public long classNameId
classPK
public long classPK
categoryId
public long categoryId
threadId
public long threadId
rootMessageId
public long rootMessageId
parentMessageId
public long parentMessageId
subject
public java.lang.String subject
body
public java.lang.String body
format
public java.lang.String format
attachments
public boolean attachments
anonymous
public boolean anonymous
priority
public double priority
allowPingbacks
public boolean allowPingbacks
answer
public boolean answer
status
public int status
statusByUserId
public long statusByUserId
statusByUserName
public java.lang.String statusByUserName
statusDate
public long statusDate
MBMessageCacheModel
public MBMessageCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portlet.messageboards.model.MBMessage toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBMessage>