com.liferay.portlet.wiki.model.impl
Class WikiPageResourceCacheModel

java.lang.Object
  extended by com.liferay.portlet.wiki.model.impl.WikiPageResourceCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.wiki.model.WikiPageResource>, java.io.Serializable

public class WikiPageResourceCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.wiki.model.WikiPageResource>, java.io.Serializable

The cache model class for representing WikiPageResource in entity cache.

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

Field Summary
 long nodeId
           
 long resourcePrimKey
           
 java.lang.String title
           
 java.lang.String uuid
           
 
Constructor Summary
WikiPageResourceCacheModel()
           
 
Method Summary
 com.liferay.portlet.wiki.model.WikiPageResource toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public java.lang.String uuid

resourcePrimKey

public long resourcePrimKey

nodeId

public long nodeId

title

public java.lang.String title
Constructor Detail

WikiPageResourceCacheModel

public WikiPageResourceCacheModel()
Method Detail

toString

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

toEntityModel

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