Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by 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.

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

Field Detail

uuid

public String uuid

resourcePrimKey

public long resourcePrimKey

nodeId

public long nodeId

title

public String title
Constructor Detail

WikiPageResourceCacheModel

public WikiPageResourceCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3