com.liferay.portlet.messageboards.model.impl
Class MBThreadCacheModel
java.lang.Object
com.liferay.portlet.messageboards.model.impl.MBThreadCacheModel
- All Implemented Interfaces:
- CacheModel<MBThread>, Externalizable, Serializable
public class MBThreadCacheModel
- extends Object
- implements CacheModel<MBThread>, Externalizable
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.
uuid
public String uuid
threadId
public long threadId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
userName
public String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
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>
readExternal
public void readExternal(ObjectInput objectInput)
throws IOException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException