com.liferay.portlet.wiki.model.impl
Class WikiPageResourceCacheModel
java.lang.Object
com.liferay.portlet.wiki.model.impl.WikiPageResourceCacheModel
- All Implemented Interfaces:
- CacheModel<WikiPageResource>, Externalizable, Serializable
@ProviderType
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.
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>
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