com.liferay.portlet.messageboards.model.impl
Class MBCategoryCacheModel
java.lang.Object
com.liferay.portlet.messageboards.model.impl.MBCategoryCacheModel
- All Implemented Interfaces:
- CacheModel<MBCategory>, Externalizable, Serializable
@ProviderType
public class MBCategoryCacheModel
- extends Object
- implements CacheModel<MBCategory>, Externalizable
The cache model class for representing MBCategory in entity cache.
- See Also:
MBCategory,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
uuid
public String uuid
categoryId
public long categoryId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
userName
public String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
parentCategoryId
public long parentCategoryId
name
public String name
description
public String description
displayStyle
public String displayStyle
threadCount
public int threadCount
messageCount
public int messageCount
lastPostDate
public long lastPostDate
lastPublishDate
public long lastPublishDate
status
public int status
statusByUserId
public long statusByUserId
statusByUserName
public String statusByUserName
statusDate
public long statusDate
MBCategoryCacheModel
public MBCategoryCacheModel()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
toEntityModel
public MBCategory toEntityModel()
- Specified by:
toEntityModel in interface CacheModel<MBCategory>
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