com.liferay.portlet.messageboards.model.impl
Class MBThreadFlagCacheModel

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.impl.MBThreadFlagCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBThreadFlag>, java.io.Serializable

public class MBThreadFlagCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBThreadFlag>, java.io.Serializable

The cache model class for representing MBThreadFlag in entity cache.

Author:
Brian Wing Shun Chan
See Also:
MBThreadFlag, Serialized Form
Generated:

Field Summary
 long modifiedDate
           
 long threadFlagId
           
 long threadId
           
 long userId
           
 
Constructor Summary
MBThreadFlagCacheModel()
           
 
Method Summary
 com.liferay.portlet.messageboards.model.MBThreadFlag toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

threadFlagId

public long threadFlagId

userId

public long userId

modifiedDate

public long modifiedDate

threadId

public long threadId
Constructor Detail

MBThreadFlagCacheModel

public MBThreadFlagCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portlet.messageboards.model.MBThreadFlag toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBThreadFlag>