com.liferay.portlet.wiki.model.impl
Class WikiPageResourceCacheModel
java.lang.Object
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:
|
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 |
uuid
public java.lang.String uuid
resourcePrimKey
public long resourcePrimKey
nodeId
public long nodeId
title
public java.lang.String title
WikiPageResourceCacheModel
public WikiPageResourceCacheModel()
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>