Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.impl.MBDiscussionCacheModel
All Implemented Interfaces:
CacheModel<MBDiscussion>, Serializable

public class MBDiscussionCacheModel
extends Object
implements CacheModel<MBDiscussion>, Serializable

The cache model class for representing MBDiscussion in entity cache.

See Also:
MBDiscussion, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long classNameId
           
 long classPK
           
 long discussionId
           
 long threadId
           
 
Constructor Summary
MBDiscussionCacheModel()
           
 
Method Summary
 MBDiscussion toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

discussionId

public long discussionId

classNameId

public long classNameId

classPK

public long classPK

threadId

public long threadId
Constructor Detail

MBDiscussionCacheModel

public MBDiscussionCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3