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

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

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

The cache model class for representing MBDiscussion in entity cache.

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

Field Summary
 long classNameId
           
 long classPK
           
 long discussionId
           
 long threadId
           
 
Constructor Summary
MBDiscussionCacheModel()
           
 
Method Summary
 com.liferay.portlet.messageboards.model.MBDiscussion toEntityModel()
           
 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

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