@ProviderType public class MBThreadCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.message.boards.kernel.model.MBThread>, Externalizable
MBThread,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
categoryId |
long |
companyId |
long |
createDate |
long |
groupId |
long |
lastPostByUserId |
long |
lastPostDate |
long |
lastPublishDate |
int |
messageCount |
long |
modifiedDate |
double |
priority |
boolean |
question |
long |
rootMessageId |
long |
rootMessageUserId |
int |
status |
long |
statusByUserId |
String |
statusByUserName |
long |
statusDate |
long |
threadId |
long |
userId |
String |
userName |
String |
uuid |
int |
viewCount |
| Constructor and Description |
|---|
MBThreadCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.message.boards.kernel.model.MBThread |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public String uuid
public long threadId
public long groupId
public long companyId
public long userId
public String userName
public long createDate
public long modifiedDate
public long categoryId
public long rootMessageId
public long rootMessageUserId
public int messageCount
public int viewCount
public long lastPostByUserId
public long lastPostDate
public double priority
public boolean question
public long lastPublishDate
public int status
public long statusByUserId
public String statusByUserName
public long statusDate
public com.liferay.message.boards.kernel.model.MBThread toEntityModel()
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.message.boards.kernel.model.MBThread>public void readExternal(ObjectInput objectInput) throws IOException
readExternal in interface ExternalizableIOExceptionpublic void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal in interface ExternalizableIOException