com.liferay.portlet.wiki.model.impl
Class WikiPageResourceCacheModel
java.lang.Object
com.liferay.portlet.wiki.model.impl.WikiPageResourceCacheModel
- All Implemented Interfaces:
- CacheModel<WikiPageResource>, Serializable
public class WikiPageResourceCacheModel
- extends Object
- implements CacheModel<WikiPageResource>, Serializable
The cache model class for representing WikiPageResource in entity cache.
- See Also:
WikiPageResource
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
uuid
public String uuid
resourcePrimKey
public long resourcePrimKey
nodeId
public long nodeId
title
public String title
WikiPageResourceCacheModel
public WikiPageResourceCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public WikiPageResource toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<WikiPageResource>