Liferay 6.2-ce-ga5

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>, Externalizable, Serializable

public class WikiPageResourceCacheModel
extends Object
implements CacheModel<WikiPageResource>, Externalizable

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
 void readExternal(ObjectInput objectInput)
           
 WikiPageResource toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
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>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5