@ProviderType public class MBThreadFlagCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.message.boards.kernel.model.MBThreadFlag>, Externalizable
MBThreadFlag,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
companyId |
long |
createDate |
long |
groupId |
long |
lastPublishDate |
long |
modifiedDate |
long |
threadFlagId |
long |
threadId |
long |
userId |
String |
userName |
String |
uuid |
| Constructor and Description |
|---|
MBThreadFlagCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.message.boards.kernel.model.MBThreadFlag |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public String uuid
public long threadFlagId
public long groupId
public long companyId
public long userId
public String userName
public long createDate
public long modifiedDate
public long threadId
public long lastPublishDate
public com.liferay.message.boards.kernel.model.MBThreadFlag toEntityModel()
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.message.boards.kernel.model.MBThreadFlag>public void readExternal(ObjectInput objectInput) throws IOException
readExternal in interface ExternalizableIOExceptionpublic void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal in interface ExternalizableIOException