Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by 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.

Field Summary
 long modifiedDate
           
 long threadFlagId
           
 long threadId
           
 long userId
           
 
Constructor Summary
MBThreadFlagCacheModel()
           
 
Method Summary
 MBThreadFlag toEntityModel()
           
 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 String toString()
Overrides:
toString in class Object

toEntityModel

public MBThreadFlag toEntityModel()
Specified by:
toEntityModel in interface CacheModel<MBThreadFlag>

Liferay 6.1.2-ce-ga3