com.liferay.portlet.messageboards.model.impl
Class MBThreadFlagCacheModel
java.lang.Object
com.liferay.portlet.messageboards.model.impl.MBThreadFlagCacheModel
- All Implemented Interfaces:
- CacheModel<MBThreadFlag>, Serializable
public class MBThreadFlagCacheModel
- extends Object
- implements CacheModel<MBThreadFlag>, Serializable
The cache model class for representing MBThreadFlag in entity cache.
- See Also:
MBThreadFlag
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
threadFlagId
public long threadFlagId
userId
public long userId
modifiedDate
public long modifiedDate
threadId
public long threadId
MBThreadFlagCacheModel
public MBThreadFlagCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public MBThreadFlag toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<MBThreadFlag>